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-08-31T06:51:48.789Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-kls99 with PID 15 (/app/app.jar started by so in /app) 2021-08-31T06:51:48.796Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-08-31T06:51:48.797Z||main|||||INFO|500||The following profiles are active: basic 2021-08-31T06:52:01.963Z||main|||||INFO|500||Starting service [Tomcat] 2021-08-31T06:52:01.964Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-08-31T06:52:02.116Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-08-31T06:52:08.011Z||main|||||INFO|500||catdb-pool - Starting... 2021-08-31T06:52:09.660Z||main|||||INFO|500||catdb-pool - Start completed. 2021-08-31T06:52:10.276Z||main|||||INFO|500||reqdb-pool - Starting... 2021-08-31T06:52:10.284Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-08-31T06:52:10.501Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-08-31T06:52:10.941Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-08-31T06:52:12.106Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-08-31T06:52:17.582Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-31T06:52:19.991Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-31T06:52:20.046Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-08-31T06:52:20.660Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-31T06:52:20.778Z||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-08-31T06:52:22.137Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-31T06:52:23.123Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-08-31T06:52:23.142Z||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$$7f23c4c7.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-08-31T06:52:23.143Z||main|||||WARN|500||The sdc end point is not alive 2021-08-31T06:52:25.316Z||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-08-31T06:52:27.485Z||main|||||WARN|500||--- 2021-08-31T06:52:27.485Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-08-31T06:52:27.486Z||main|||||WARN|500||--- 2021-08-31T06:52:27.805Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-08-31T06:52:31.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-31T06:52:31.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-31T06:52:31.058Z||main|||||INFO|500||Started Application in 45.874 seconds (JVM running for 54.146) 2021-08-31T06:52:31.073Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-31T06:52:31.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-31T06:52:31.142Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80f93755-906e-4812-8a03-434d75294b8f url= /sdc/v1/artifactTypes 2021-08-31T06:52:31.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-31T06:52:31.711Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-31T06:52:31.735Z||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-08-31T06:52:31.767Z||scheduling-1|||||DEBUG|500||create keys 2021-08-31T06:52:31.775Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-31T06:52:31.801Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:52:31.817Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 48509e2a-975a-4704-aa1d-ce01a73a4910 url= /sdc/v1/registerForDistribution 2021-08-31T06:52:32.031Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 48509e2a-975a-4704-aa1d-ce01a73a4910 url= /sdc/v1/registerForDistribution 2021-08-31T06:52:32.032Z||scheduling-1|||||INFO|500||start DistributionClient 2021-08-31T06:52:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:52:32.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:52:32.051Z||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-08-31T06:52:32.051Z||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-08-31T06:52:32.052Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:52:32.052Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:52:32.052Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-08-31T06:52:42.363Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:52:42.381Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:53:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:53:32.044Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:53:32.044Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T06:53:32.044Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T06:53:32.044Z||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-08-31T06:53:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:53:41.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:53:41.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:54:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:54:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:54:32.049Z||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-08-31T06:54:32.049Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:54:32.054Z||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-08-31T06:54:32.055Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:54:41.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:54:41.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:55:32.044Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:55:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:55:32.048Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T06:55:32.048Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T06:55:32.048Z||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-08-31T06:55:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:55:41.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:55:41.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:56:32.044Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:56:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:56:32.047Z||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-08-31T06:56:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:56:32.047Z||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-08-31T06:56:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:56:41.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:56:41.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:57:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:57:32.043Z||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-08-31T06:57:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:57:32.044Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:57:32.044Z||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-08-31T06:57:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:57:41.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:57:41.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:58:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:58:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:58:32.044Z||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-08-31T06:58:32.044Z||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-08-31T06:58:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:58:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:58:41.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:58:41.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:59:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:59:32.044Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T06:59:32.045Z||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-08-31T06:59:32.045Z||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-08-31T06:59:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:59:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T06:59:41.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T06:59:41.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:00:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:00:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:00:32.054Z||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-08-31T07:00:32.054Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:00:32.054Z||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-08-31T07:00:32.054Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:00:41.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:00:41.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:01:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:01:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:01:32.052Z||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-08-31T07:01:32.052Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:01:32.053Z||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-08-31T07:01:32.053Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:01:41.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:01:41.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:01:59.559Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-08-31T07:02:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:02:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:02:32.047Z||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-08-31T07:02:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:02:32.047Z||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-08-31T07:02:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:02:41.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:02:41.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:03:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:03:32.044Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:03:32.045Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:03:32.045Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:03:32.045Z||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-08-31T07:03:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:03:41.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:03:41.653Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:04:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:04:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:04:32.043Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:04:32.043Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:04:32.044Z||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-08-31T07:04:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:04:41.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:04:41.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:05:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:05:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:05:32.045Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:05:32.045Z||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-08-31T07:05:32.045Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:05:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:05:41.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:05:41.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:06:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:06:32.046Z||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-08-31T07:06:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:06:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:06:32.050Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:06:32.051Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:06:41.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:06:41.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:07:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:07:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:07:32.044Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:07:32.044Z||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-08-31T07:07:32.045Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:07:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:07:41.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:07:41.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:08:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:08:32.043Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:08:32.044Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:08:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:08:32.046Z||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-08-31T07:08:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:08:41.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:08:41.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:09:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:09:32.043Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:09:32.044Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:09:32.044Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:09:32.045Z||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-08-31T07:09:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:09:41.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:09:41.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:10:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:10:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:10:32.044Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:10:32.045Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:10:32.045Z||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-08-31T07:10:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:10:41.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:10:41.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:11:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:11:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:11:32.047Z||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-08-31T07:11:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:11:32.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:11:32.049Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:11:41.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:11:41.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:12:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:12:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:12:32.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:12:32.047Z||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-08-31T07:12:32.047Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:12:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:12:41.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:12:41.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:13:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:13:32.047Z||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-08-31T07:13:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:13:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:13:32.057Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:13:32.057Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:13:41.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:13:41.655Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:14:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:14:32.043Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:14:32.043Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:14:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:14:32.044Z||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-08-31T07:14:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:14:41.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:14:41.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:15:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:15:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:15:32.046Z||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-08-31T07:15:32.046Z||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-08-31T07:15:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:15:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:15:41.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:15:41.664Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:16:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:16:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:16:32.047Z||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-08-31T07:16:32.047Z||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-08-31T07:16:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:16:32.049Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:16:41.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:16:41.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:17:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:17:32.044Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:17:32.045Z||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-08-31T07:17:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:17:32.045Z||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-08-31T07:17:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:17:41.654Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:17:41.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:18:32.041Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:18:32.042Z||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-08-31T07:18:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:18:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:18:32.044Z||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-08-31T07:18:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:18:41.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:18:41.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:19:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:19:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:19:32.045Z||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-08-31T07:19:32.045Z||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-08-31T07:19:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:19:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:19:41.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:19:41.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:20:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:20:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:20:32.046Z||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-08-31T07:20:32.046Z||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-08-31T07:20:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:20:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:20:41.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:20:41.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:21:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:21:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:21:32.044Z||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-08-31T07:21:32.044Z||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-08-31T07:21:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:21:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:21:41.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:21:41.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:22:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:22:32.045Z||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-08-31T07:22:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:22:32.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:22:32.047Z||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-08-31T07:22:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:22:41.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:22:41.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:23:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:23:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:23:32.047Z||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-08-31T07:23:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:23:32.047Z||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-08-31T07:23:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:23:41.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:23:41.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:24:32.041Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:24:32.042Z||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-08-31T07:24:32.042Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:24:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:24:32.044Z||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-08-31T07:24:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:24:41.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:24:41.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:25:32.041Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:25:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:25:32.043Z||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-08-31T07:25:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:25:32.044Z||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-08-31T07:25:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:25:41.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:25:41.608Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:26:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:26:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:26:32.044Z||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-08-31T07:26:32.044Z||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-08-31T07:26:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:26:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:26:41.604Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:26:41.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:27:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:27:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:27:32.046Z||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-08-31T07:27:32.046Z||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-08-31T07:27:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:27:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:27:41.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:27:41.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:28:32.044Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:28:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:28:32.047Z||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-08-31T07:28:32.047Z||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-08-31T07:28:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:28:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:28:41.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:28:41.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:29:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:29:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:29:32.047Z||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-08-31T07:29:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:29:32.048Z||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-08-31T07:29:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:29:41.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:29:41.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:30:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:30:32.044Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:30:32.046Z||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-08-31T07:30:32.046Z||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-08-31T07:30:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:30:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:30:41.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:30:41.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:31:32.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:31:32.042Z||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-08-31T07:31:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:31:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:31:32.044Z||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-08-31T07:31:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:31:41.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:31:41.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:32:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:32:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:32:32.044Z||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-08-31T07:32:32.044Z||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-08-31T07:32:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:32:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:32:41.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:32:41.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:33:32.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:33:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:33:32.044Z||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-08-31T07:33:32.044Z||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-08-31T07:33:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:33:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:33:41.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:33:41.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:34:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:34:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:34:32.047Z||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-08-31T07:34:32.047Z||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-08-31T07:34:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:34:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:34:41.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:34:41.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:35:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:35:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:35:32.046Z||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-08-31T07:35:32.046Z||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-08-31T07:35:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:35:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:35:41.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:35:41.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:36:32.044Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:36:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:36:32.047Z||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-08-31T07:36:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:36:32.047Z||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-08-31T07:36:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:36:41.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:36:41.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:37:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:37:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:37:32.044Z||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-08-31T07:37:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:37:32.044Z||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-08-31T07:37:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:37:41.613Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:37:41.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:38:32.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:38:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:38:32.043Z||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-08-31T07:38:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:38:32.044Z||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-08-31T07:38:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:38:41.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:38:41.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:39:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:39:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:39:32.043Z||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-08-31T07:39:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:39:32.044Z||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-08-31T07:39:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:39:41.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:39:41.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:40:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:40:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:40:32.044Z||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-08-31T07:40:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:40:32.044Z||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-08-31T07:40:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:40:41.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:40:41.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:41:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:41:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:41:32.047Z||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-08-31T07:41:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:41:32.047Z||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-08-31T07:41:32.050Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:41:41.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:41:41.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:42:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:42:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:42:32.045Z||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-08-31T07:42:32.045Z||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-08-31T07:42:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:42:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:42:41.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:42:41.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:43:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:43:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:43:32.046Z||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-08-31T07:43:32.046Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:43:32.046Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:43:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:43:41.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:43:41.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:44:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:44:32.043Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-31T07:44:32.043Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ... 2021-08-31T07:44:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:44:32.043Z||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-08-31T07:44:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:44:41.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:44:41.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:45:32.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:45:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:45:32.043Z||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-08-31T07:45:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:45:32.044Z||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-08-31T07:45:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:45:41.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:45:41.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:46:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:46:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:46:32.047Z||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-08-31T07:46:32.047Z||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-08-31T07:46:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:46:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:46:41.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:46:41.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:47:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:47:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:47:32.048Z||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-08-31T07:47:32.048Z||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-08-31T07:47:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:47:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:47:41.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:47:41.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:48:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:48:32.044Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:48:32.046Z||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-08-31T07:48:32.046Z||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-08-31T07:48:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:48:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:48:41.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:48:41.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:49:32.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:49:32.043Z||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-08-31T07:49:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:49:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:49:32.044Z||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-08-31T07:49:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:49:41.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:49:41.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:50:32.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:50:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:50:32.045Z||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-08-31T07:50:32.045Z||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-08-31T07:50:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:50:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:50:41.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:50:41.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:51:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:51:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:51:32.046Z||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-08-31T07:51:32.046Z||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-08-31T07:51:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:51:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:51:41.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:51:41.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:52:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:52:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:52:32.045Z||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-08-31T07:52:32.045Z||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-08-31T07:52:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:52:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:52:41.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:52:41.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:53:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:53:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:53:32.048Z||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-08-31T07:53:32.048Z||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-08-31T07:53:32.049Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:53:32.049Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:53:41.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:53:41.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:54:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:54:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:54:32.047Z||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-08-31T07:54:32.047Z||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-08-31T07:54:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:54:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:54:41.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:54:41.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:55:32.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:55:32.043Z||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-08-31T07:55:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:55:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:55:32.044Z||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-08-31T07:55:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:55:41.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:55:41.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:56:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:56:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:56:32.044Z||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-08-31T07:56:32.044Z||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-08-31T07:56:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:56:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:56:41.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:56:41.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:57:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:57:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:57:32.044Z||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-08-31T07:57:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:57:32.045Z||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-08-31T07:57:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:57:41.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:57:41.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:58:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:58:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:58:32.046Z||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-08-31T07:58:32.046Z||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-08-31T07:58:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:58:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:58:41.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:58:41.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:59:32.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:59:32.048Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T07:59:32.055Z||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-08-31T07:59:32.055Z||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-08-31T07:59:32.055Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:59:32.055Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T07:59:41.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T07:59:41.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:00:32.041Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:00:32.042Z||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-08-31T08:00:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:00:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:00:32.043Z||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-08-31T08:00:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:00:41.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:00:41.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:01:32.041Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:01:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:01:32.043Z||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-08-31T08:01:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:01:32.044Z||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-08-31T08:01:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:01:41.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:01:41.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:02:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:02:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:02:32.044Z||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-08-31T08:02:32.044Z||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-08-31T08:02:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:02:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:02:41.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:02:41.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:03:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:03:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:03:32.045Z||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-08-31T08:03:32.045Z||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-08-31T08:03:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:03:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:03:41.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:03:41.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:04:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:04:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:04:32.044Z||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-08-31T08:04:32.044Z||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-08-31T08:04:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:04:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:04:41.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:04:41.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:05:32.044Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:05:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:05:32.055Z||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-08-31T08:05:32.056Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:05:32.055Z||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-08-31T08:05:32.056Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:05:41.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:05:41.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:06:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:06:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:06:32.047Z||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-08-31T08:06:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:06:32.047Z||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-08-31T08:06:32.050Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:06:41.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:06:41.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:07:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:07:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:07:32.046Z||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-08-31T08:07:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:07:32.046Z||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-08-31T08:07:32.050Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:07:41.649Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:07:41.649Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:08:32.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:08:32.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:08:32.053Z||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-08-31T08:08:32.053Z||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-08-31T08:08:32.053Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:08:32.053Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:08:41.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:08:41.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:09:32.041Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:09:32.043Z||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-08-31T08:09:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:09:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:09:32.044Z||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-08-31T08:09:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:09:41.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:09:41.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:32.041Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:10:32.043Z||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-08-31T08:10:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:10:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:10:32.044Z||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-08-31T08:10:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:10:32.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:32.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae82c0e1-76ba-4077-8ba1-a12571d14462","serviceName":"vFW 2021-08-31 08-07-21","serviceVersion":"1.0","serviceUUID":"abef9100-4752-4575-9eb4-c1b027340279","serviceDescription":"catalog service description","serviceInvariantUUID":"234f4b0b-f207-48ad-b0fe-87ac496f591e","resources":[{"resourceInstanceName":"vFW e7d8d76e-0bc7 0","resourceName":"vFW e7d8d76e-0bc7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e308d2fc-2cf3-42a5-9c95-973ca4afb8fd","resourceInvariantUUID":"a15d63d6-9dcc-4165-ba34-0c59f98290ac","resourceCustomizationUUID":"86772c4e-d2a6-4a22-838e-f0c82b050fcf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml","artifactChecksum":"Y2EzZmJjOGIzMWQ1MWM1ZTRjYmRlYzRmYzA0MTVlYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be5bbc54-b2aa-4b98-9a77-528b7a14e81f","artifactVersion":"1"},{"artifactName":"vfwe7d8d76e0bc70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json","artifactChecksum":"MjI3ODRkMWVkODI4ZjM0MzQ0NzZkYTM3Mjg1ZjlhMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"563a4033-26f0-49c1-a565-8d099b996572","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f6247a91-3d3d-4373-858b-37015a2f4ce6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml","artifactChecksum":"MmM4NDIzM2ExMGI1MGY4ZGE0NWU5NjM4ZWE5NWU2N2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60294f6c-b78c-4705-90ac-e26b0bc05d75","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a98c2e8-b8d1-4230-ab13-19cc8fc1c887","artifactVersion":"2","generatedFromUUID":"f6247a91-3d3d-4373-858b-37015a2f4ce6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210831080721-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml","artifactChecksum":"Y2E0ZjExYzZlOWJiNTNmZGQ2MTM0NTM3NjY4NGMxOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c7af079-6544-463b-af39-d63e23f2f18f","artifactVersion":"1"},{"artifactName":"service-Vfw20210831080721-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar","artifactChecksum":"NDE5YTIxMTg1Nzg5MDYzYzI3YWNhNzY4M2JiYzA1MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"00d7c067-44d0-429f-b6f6-aaa0608270b4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-31T08:10:32.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:32.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "ves-openapi-manager", "timestamp": 1630397384136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.699Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:10:32.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "aai-ml", "timestamp": 1630397377756, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397386954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "ves-openapi-manager", "timestamp": 1630397384136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "aai-ml", "timestamp": 1630397377756, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "dcae-sch", "timestamp": 1630397387446, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397386954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "NOTIFIED" } 2021-08-31T08:10:32.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "ves-openapi-manager", "timestamp": 1630397384136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "aai-ml", "timestamp": 1630397377756, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "dcae-sch", "timestamp": 1630397387446, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "cds", "timestamp": 1630397388567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397386954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-31T08:10:32.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "ves-openapi-manager", "timestamp": 1630397384136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "aai-ml", "timestamp": 1630397377756, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "dcae-sch", "timestamp": 1630397387446, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397389494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "cds", "timestamp": 1630397388567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397386954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "ves-openapi-manager", "timestamp": 1630397384136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "aai-ml", "timestamp": 1630397377756, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "dcae-sch", "timestamp": 1630397387446, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397389494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "cds", "timestamp": 1630397388567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397386954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-31T08:10:32.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "ves-openapi-manager", "timestamp": 1630397384136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "aai-ml", "timestamp": 1630397377756, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "dcae-sch", "timestamp": 1630397387446, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397389494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "cds", "timestamp": 1630397388567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397386954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "ves-openapi-manager", "timestamp": 1630397384136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "aai-ml", "timestamp": 1630397377756, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:10:32.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "dcae-sch", "timestamp": 1630397387446, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397389494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "cds", "timestamp": 1630397388567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397386954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:10:32.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "policy-id", "timestamp": 1630397393129, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "dcae-sch", "timestamp": 1630397387446, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397389494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "cds", "timestamp": 1630397388567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "policy-id", "timestamp": 1630397393129, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397389494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "cds", "timestamp": 1630397388567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:10:32.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "policy-id", "timestamp": 1630397393129, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-31T08:10:32.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397389494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:10:32.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "aai-ml", "timestamp": 1630397396254, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:32.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:32.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397396287, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:32.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "policy-id", "timestamp": 1630397393129, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "cds", "timestamp": 1630397397006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:32.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397397689, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:32.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397397701, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:32.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "policy-id", "timestamp": 1630397393129, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "cds", "timestamp": 1630397398033, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-08-31T08:10:32.737Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:32.836Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:32.837Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:32.938Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 31 ms 2021-08-31T08:10:32.942Z||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-08-31T08:10:32.942Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:32.957Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:32.958Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:10:33.099Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462 2021-08-31T08:10:33.133Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 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-08-31T08:10:33.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "policy-id", "timestamp": 1630397393129, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:33.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:33.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397398966, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:33.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:33.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "policy-id", "timestamp": 1630397393129, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:10:33.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:33.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397400527, "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-08-31T08:10:33.187Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462 2021-08-31T08:10:33.187Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 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-08-31T08:10:33.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "policy-id", "timestamp": 1630397401396, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:33.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:33.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "multicloud-k8s-id", "timestamp": 1630397401533, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:10:33.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:33.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "policy-id", "timestamp": 1630397402406, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:10:33.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:33.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397403368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:10:33.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:33.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "policy-id", "timestamp": 1630397403410, "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-08-31T08:10:33.206Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462 2021-08-31T08:10:33.206Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 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-08-31T08:10:33.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397404376, "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-08-31T08:10:33.223Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462 2021-08-31T08:10:33.223Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 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-08-31T08:10:33.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "clamp", "timestamp": 1630397404140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:33.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:33.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "clamp", "timestamp": 1630397404140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "NOTIFIED" } 2021-08-31T08:10:33.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:33.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "clamp", "timestamp": 1630397404140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:33.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:33.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "clamp", "timestamp": 1630397404140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:33.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:33.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "clamp", "timestamp": 1630397404140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:33.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:33.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "aai-ml", "timestamp": 1630397409387, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:10:33.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:33.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "clamp", "timestamp": 1630397404140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:33.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:33.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "aai-ml", "timestamp": 1630397410392, "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-08-31T08:10:33.242Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462 2021-08-31T08:10:33.242Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 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-08-31T08:10:33.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "clamp", "timestamp": 1630397404140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:10:33.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:10:33.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "clamp", "timestamp": 1630397419741, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:33.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:33.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "clamp", "timestamp": 1630397421759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:10:33.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:10:33.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:10:33.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "clamp", "timestamp": 1630397422767, "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-08-31T08:10:33.257Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462 2021-08-31T08:10:33.257Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 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-08-31T08:10:33.909Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:10:33.910Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:33.913Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:33.913Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "NOTIFIED" } 2021-08-31T08:10:34.013Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:10:34.014Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:10:34.015Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:34.030Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:34.030Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:34.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:10:34.914Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:34.917Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:34.917Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-31T08:10:35.017Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:10:35.018Z||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-08-31T08:10:35.018Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:35.030Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:35.030Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:35.918Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:10:35.919Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:35.921Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:35.921Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:36.021Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:10:36.022Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:10:36.022Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:36.034Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:36.034Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:36.922Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:10:36.922Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:36.924Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:36.925Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-31T08:10:37.025Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:10:37.026Z||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-08-31T08:10:37.026Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:37.039Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:37.040Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:10:37.926Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:10:37.926Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:37.928Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:37.928Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:10:38.028Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:10:38.030Z||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-08-31T08:10:38.030Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:38.041Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:38.042Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:38.929Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:10:38.930Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:38.931Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:38.932Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:10:39.032Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:10:39.033Z||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-08-31T08:10:39.033Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:39.046Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:39.047Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:39.934Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "serviceName": "vFW 2021-08-31 08-07-21", "serviceVersion": "1.0", "serviceUUID": "abef9100-4752-4575-9eb4-c1b027340279", "serviceDescription": "catalog service description", "serviceInvariantUUID": "234f4b0b-f207-48ad-b0fe-87ac496f591e", "resources": [ { "resourceInstanceName": "vFW e7d8d76e-0bc7 0", "resourceCustomizationUUID": "86772c4e-d2a6-4a22-838e-f0c82b050fcf", "resourceName": "vFW e7d8d76e-0bc7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e308d2fc-2cf3-42a5-9c95-973ca4afb8fd", "resourceInvariantUUID": "a15d63d6-9dcc-4165-ba34-0c59f98290ac", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe7d8d76e0bc70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "artifactChecksum": "MjI3ODRkMWVkODI4ZjM0MzQ0NzZkYTM3Mjg1ZjlhMDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "563a4033-26f0-49c1-a565-8d099b996572", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f6247a91-3d3d-4373-858b-37015a2f4ce6", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a98c2e8-b8d1-4230-ab13-19cc8fc1c887", "generatedFromUUID": "f6247a91-3d3d-4373-858b-37015a2f4ce6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a98c2e8-b8d1-4230-ab13-19cc8fc1c887", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210831080721-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "artifactChecksum": "NDE5YTIxMTg1Nzg5MDYzYzI3YWNhNzY4M2JiYzA1MjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "00d7c067-44d0-429f-b6f6-aaa0608270b4" } ], "workloadContext": "Production" } 2021-08-31T08:10:39.935Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-31T08:10:39.936Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 abef9100-4752-4575-9eb4-c1b027340279 ASDC 2021-08-31T08:10:40.090Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:ae82c0e1-76ba-4077-8ba1-a12571d14462 ServiceName:vFW 2021-08-31 08-07-21 ServiceVersion:1.0 ServiceUUID:abef9100-4752-4575-9eb4-c1b027340279 ServiceInvariantUUID:234f4b0b-f207-48ad-b0fe-87ac496f591e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210831080721-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar ArtifactUUID:00d7c067-44d0-429f-b6f6-aaa0608270b4 ArtifactChecksum:NDE5YTIxMTg1Nzg5MDYzYzI3YWNhNzY4M2JiYzA1MjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e7d8d76e-0bc7 0 ResourceCustomizationUUID:86772c4e-d2a6-4a22-838e-f0c82b050fcf ResourceInvariantUUID:a15d63d6-9dcc-4165-ba34-0c59f98290ac ResourceName:vFW e7d8d76e-0bc7 ResourceType:VF ResourceUUID:e308d2fc-2cf3-42a5-9c95-973ca4afb8fd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe7d8d76e0bc70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json ArtifactUUID:563a4033-26f0-49c1-a565-8d099b996572 ArtifactChecksum:MjI3ODRkMWVkODI4ZjM0MzQ0NzZkYTM3Mjg1ZjlhMDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml ArtifactUUID:f6247a91-3d3d-4373-858b-37015a2f4ce6 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env ArtifactUUID:4a98c2e8-b8d1-4230-ab13-19cc8fc1c887 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env ArtifactUUID:4a98c2e8-b8d1-4230-ab13-19cc8fc1c887 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-31T08:10:40.090Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abef9100-4752-4575-9eb4-c1b027340279 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-08-31T08:10:40.157Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:10:40.158Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-31T08:10:40.158Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-31T08:10:40.159Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 00d7c067-44d0-429f-b6f6-aaa0608270b4 from URL: /sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:40.159Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-31T08:10:40.160Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:40.763Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-31T08:10:40.781Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar 00d7c067-44d0-429f-b6f6-aaa0608270b4 98728 2021-08-31T08:10:40.782Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar ASDC sendASDCNotification 2021-08-31T08:10:40.782Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:40.783Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:10:40.785Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:40.787Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:40.787Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397440781, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:40.887Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:10:40.888Z||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-08-31T08:10:40.888Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:40.898Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:40.899Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:41.787Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:10:41.789Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-31T08:10:41.789Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 00d7c067-44d0-429f-b6f6-aaa0608270b4, URL: /sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar to file: /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:41.789Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210831080721-csar.csar 2021-08-31T08:10:41.962Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:41.963Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:42.840Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2974011906750488199/Definitions/service-Vfw20210831080721-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-08-31T08:10:45.524Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-31T08:10:45.530Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-08-31T08:10:45.530Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.530Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-31T08:10:45.530Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.531Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.531Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.531Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.531Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.531Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.532Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.532Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.532Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.532Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.532Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.533Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e7d8d76e-0bc7 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.533Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:45.533Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-08-31T08:10:45.539Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.541Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:45.547Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:45.547Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-08-31T08:10:45.555Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:10:45.557Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.557Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:45.557Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:45.558Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-08-31T08:10:45.558Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:10:45.558Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.558Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:45.563Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.563Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria 2021-08-31T08:10:45.563Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-31T08:10:45.563Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.566Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-31T08:10:45.566Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.566Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:10:45.567Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.568Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:45.568Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:10:45.568Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.568Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:45.568Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:10:45.569Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.569Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:45.569Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:10:45.569Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria 2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff1a69b7-7d42-4c83-8e7e-bdc8a4099f24 2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria 2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=984c44ad-4b59-44c8-b93e-1c2948d454d9 2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria 2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2b02f022-f7cb-43d1-9685-d2f31de01df7 2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:45.578Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:45.578Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:45.578Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-31 08-07-21 Description:catalog service description Model UUID:abef9100-4752-4575-9eb4-c1b027340279 Model Version:NULL Model InvariantUuid:234f4b0b-f207-48ad-b0fe-87ac496f591e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e7d8d76e-0bc7 Model UUID:3811dfed-af69-4296-83ba-bd6f29881628 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a15d63d6-9dcc-4165-ba34-0c59f98290ac Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:86772c4e-d2a6-4a22-838e-f0c82b050fcf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1b76524c-7dcc-4fc1-b5e0-751298da6214 ModelName:VfwE7d8d76e0bc7..base_vfw..module-0 ModelUuid:55bdf8d2-496b-4b82-9dfb-2fa36089f12f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ff1a69b7-7d42-4c83-8e7e-bdc8a4099f24 ModelInvariantUuid:eb6c83ba-6e9d-4b76-9ad2-885540b79d8d ModelName:vFW e7d8d76e-0bc7-nodes.vfwCvfc ModelUuid:4d3246e5-299e-4ac6-9e09-e1bc1a095e26 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5c9f7124-44de-421f-a6d1-cf05b591e045 ModelInvariantUuid:276f99a9-00d7-4278-a26c-1aacbb06bb5c ModelName:VfwE7d8d76e0bc7.compute.nodes.heat.vfw ModelUuid:49814bed-02e0-4725-ab56-993ee1630159 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:984c44ad-4b59-44c8-b93e-1c2948d454d9 ModelInvariantUuid:5d689a65-5cc5-40b7-a8e0-5ed85ab0b546 ModelName:vFW e7d8d76e-0bc7-nodes.vsnCvfc ModelUuid:ff409c8f-536f-4e55-a284-38919a46d743 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7dc92135-e275-4923-b21a-5085d492692e ModelInvariantUuid:355e4729-1c63-4efe-8ae0-e5e7dadbd2f6 ModelName:VfwE7d8d76e0bc7.compute.nodes.heat.vsn ModelUuid:cd9e0a35-2ccd-4541-8881-bd4a2c135249 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2b02f022-f7cb-43d1-9685-d2f31de01df7 ModelInvariantUuid:2327d91a-b766-423a-8316-3392e2a5ca6b ModelName:vFW e7d8d76e-0bc7-nodes.vpgCvfc ModelUuid:00336938-afcf-4cc8-a5d5-3e29de19f439 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:278fbbba-a609-4bab-b3b5-8e0cfd826698 ModelInvariantUuid:29015122-5a67-4935-9f23-ace0a74699d6 ModelName:VfwE7d8d76e0bc7.compute.nodes.heat.vpg ModelUuid:4c7639e9-8a5a-4e3a-97c2-2e3cd5909258 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-31T08:10:45.590Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e308d2fc-2cf3-42a5-9c95-973ca4afb8fd Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:10:45.683Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||vFW e7d8d76e-0bc7 0 2021-08-31T08:10:45.690Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e308d2fc-2cf3-42a5-9c95-973ca4afb8fd 2021-08-31T08:10:45.690Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 563a4033-26f0-49c1-a565-8d099b996572 from URL: /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json 2021-08-31T08:10:45.690Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-31T08:10:45.690Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json 2021-08-31T08:10:46.275Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-31T08:10:46.276Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json 563a4033-26f0-49c1-a565-8d099b996572 785 2021-08-31T08:10:46.277Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json ASDC sendASDCNotification 2021-08-31T08:10:46.277Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json 2021-08-31T08:10:46.277Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:10:46.278Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:46.281Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:46.281Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397446277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:46.381Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:10:46.382Z||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-08-31T08:10:46.383Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:46.392Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:46.393Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:47.283Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE7d8d76e0bc7..base_vfw..module-0", "vfModuleModelInvariantUUID": "1b76524c-7dcc-4fc1-b5e0-751298da6214", "vfModuleModelVersion": "1", "vfModuleModelUUID": "55bdf8d2-496b-4b82-9dfb-2fa36089f12f", "vfModuleModelCustomizationUUID": "e6ffc858-45d0-486b-9e22-2e936d90d82a", "isBase": true, "artifacts": [ "f6247a91-3d3d-4373-858b-37015a2f4ce6", "4a98c2e8-b8d1-4230-ab13-19cc8fc1c887" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-31T08:10:47.314Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE7d8d76e0bc7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:55bdf8d2-496b-4b82-9dfb-2fa36089f12f VfModuleModelInvariantUUID:1b76524c-7dcc-4fc1-b5e0-751298da6214 VfModuleModelDescription:NULL Artifacts UUID List:{ f6247a91-3d3d-4373-858b-37015a2f4ce6 , 4a98c2e8-b8d1-4230-ab13-19cc8fc1c887 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-31T08:10:47.317Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE7d8d76e0bc7..base_vfw..module-0", "vfModuleModelInvariantUUID": "1b76524c-7dcc-4fc1-b5e0-751298da6214", "vfModuleModelVersion": "1", "vfModuleModelUUID": "55bdf8d2-496b-4b82-9dfb-2fa36089f12f", "vfModuleModelCustomizationUUID": "e6ffc858-45d0-486b-9e22-2e936d90d82a", "isBase": true, "artifacts": [ "f6247a91-3d3d-4373-858b-37015a2f4ce6", "4a98c2e8-b8d1-4230-ab13-19cc8fc1c887" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-31T08:10:47.318Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE7d8d76e0bc7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:55bdf8d2-496b-4b82-9dfb-2fa36089f12f VfModuleModelInvariantUUID:1b76524c-7dcc-4fc1-b5e0-751298da6214 VfModuleModelDescription:NULL Artifacts UUID List:{ f6247a91-3d3d-4373-858b-37015a2f4ce6 , 4a98c2e8-b8d1-4230-ab13-19cc8fc1c887 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-31T08:10:47.318Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f6247a91-3d3d-4373-858b-37015a2f4ce6 from URL: /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml 2021-08-31T08:10:47.318Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-31T08:10:47.318Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml 2021-08-31T08:10:47.895Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-31T08:10:47.896Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml f6247a91-3d3d-4373-858b-37015a2f4ce6 20368 2021-08-31T08:10:47.897Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-31T08:10:47.897Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml 2021-08-31T08:10:47.897Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:10:47.897Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:47.899Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:47.899Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397447897, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:47.999Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:10:48.000Z||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-08-31T08:10:48.000Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:48.020Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:48.020Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:48.900Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4a98c2e8-b8d1-4230-ab13-19cc8fc1c887 from URL: /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env 2021-08-31T08:10:48.901Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-31T08:10:48.901Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env 2021-08-31T08:10:49.393Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-31T08:10:49.393Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env 4a98c2e8-b8d1-4230-ab13-19cc8fc1c887 2098 2021-08-31T08:10:49.394Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-31T08:10:49.394Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env 2021-08-31T08:10:49.394Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:10:49.395Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:49.397Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:49.397Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397449394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:10:49.498Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:10:49.498Z||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-08-31T08:10:49.499Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:49.509Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:49.510Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:50.399Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: abef9100-4752-4575-9eb4-c1b027340279 2021-08-31T08:10:50.399Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e7d8d76e-0bc7 0 e308d2fc-2cf3-42a5-9c95-973ca4afb8fd ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:10:50.443Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.443Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:50.444Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-08-31T08:10:50.444Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 86772c4e-d2a6-4a22-838e-f0c82b050fcf 2021-08-31T08:10:50.444Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86772c4e-d2a6-4a22-838e-f0c82b050fcf matches Tosca VF Customization UUID: 86772c4e-d2a6-4a22-838e-f0c82b050fcf 2021-08-31T08:10:50.444Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 86772c4e-d2a6-4a22-838e-f0c82b050fcf matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-31T08:10:50.452Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.452Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:50.454Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 86772c4e-d2a6-4a22-838e-f0c82b050fcf: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-08-31T08:10:50.455Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2812aa03 2021-08-31T08:10:50.455Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.455Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:10:50.456Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6ffc858-45d0-486b-9e22-2e936d90d82a 2021-08-31T08:10:50.457Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6ffc858-45d0-486b-9e22-2e936d90d82a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-31T08:10:50.464Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.464Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:50.464Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:10:50.465Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.465Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:50.466Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:10:50.466Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.466Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria 2021-08-31T08:10:50.466Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-31T08:10:50.467Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-31T08:10:50.467Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-31T08:10:50.467Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-31T08:10:50.467Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-31T08:10:50.468Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-31T08:10:50.468Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:50.468Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-31T08:10:50.468Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:50.468Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-31T08:10:50.469Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-31T08:10:50.469Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff1a69b7-7d42-4c83-8e7e-bdc8a4099f24 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-31T08:10:50.479Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.480Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:50.480Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:10:50.481Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.481Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria 2021-08-31T08:10:50.481Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-31T08:10:50.481Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-31T08:10:50.482Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-31T08:10:50.482Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-31T08:10:50.482Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:50.482Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-31T08:10:50.483Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-31T08:10:50.483Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-31T08:10:50.483Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-31T08:10:50.483Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:50.484Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-31T08:10:50.485Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-31T08:10:50.485Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=984c44ad-4b59-44c8-b93e-1c2948d454d9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-31T08:10:50.488Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.488Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:50.488Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:10:50.491Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.491Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria 2021-08-31T08:10:50.491Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-31T08:10:50.491Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-31T08:10:50.492Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-31T08:10:50.492Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-31T08:10:50.492Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:50.492Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-31T08:10:50.493Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-31T08:10:50.493Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-31T08:10:50.493Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-31T08:10:50.493Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-31T08:10:50.493Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-31T08:10:50.494Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-31T08:10:50.494Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2b02f022-f7cb-43d1-9685-d2f31de01df7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-31T08:10:50.497Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.497Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:50.497Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:10:50.497Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.498Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria 2021-08-31T08:10:50.498Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=86772c4e-d2a6-4a22-838e-f0c82b050fcf Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:10:50.500Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.500Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:50.500Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid abef9100-4752-4575-9eb4-c1b027340279: vFW e7d8d76e-0bc7 2021-08-31T08:10:50.501Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.501Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:50.501Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.501Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:50.502Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.502Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:50.502Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.502Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:50.503Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:10:50.503Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:10:50.503Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-08-31 08-07-21 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-31T08:10:50.821Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e7d8d76e-0bc7 e308d2fc-2cf3-42a5-9c95-973ca4afb8fd 1 ASDC deployResourceStructure 2021-08-31T08:10:50.824Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json ASDC sendASDCNotification 2021-08-31T08:10:50.824Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json 2021-08-31T08:10:50.824Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:10:50.825Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:50.837Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:50.837Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397450824, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:10:50.937Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:10:50.938Z||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-08-31T08:10:50.938Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:50.949Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:50.950Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:51.838Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-31T08:10:51.838Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml 2021-08-31T08:10:51.838Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:10:51.839Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:51.841Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:51.841Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397451838, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:10:51.941Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:10:51.942Z||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-08-31T08:10:51.942Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:51.956Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:51.956Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:10:52.843Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-31T08:10:52.844Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env 2021-08-31T08:10:52.844Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:10:52.845Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:52.847Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:52.847Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397452842, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-31T08:10:52.947Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:10:52.948Z||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-08-31T08:10:52.948Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:52.962Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:52.962Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:53.849Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar ASDC sendASDCNotification 2021-08-31T08:10:53.850Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar 2021-08-31T08:10:53.850Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:10:53.850Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:10:53.854Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:10:53.854Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397453849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:10:53.953Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:10:53.954Z||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-08-31T08:10:53.954Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:10:53.966Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:10:53.966Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:10:54.856Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae82c0e1-76ba-4077-8ba1-a12571d14462 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:10:54.883Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae82c0e1-76ba-4077-8ba1-a12571d14462 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-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:10:54.889Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:10:54.889Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:10:54.889Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-31T08:10:54.896Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-31T08:11:24.901Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae82c0e1-76ba-4077-8ba1-a12571d14462 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-08-31T08:11:24.920Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae82c0e1-76ba-4077-8ba1-a12571d14462 and serviceModelVersionId: abef9100-4752-4575-9eb4-c1b027340279 2021-08-31T08:11:24.921Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 234f4b0b-f207-48ad-b0fe-87ac496f591e 2021-08-31T08:11:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:11:32.045Z||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-08-31T08:11:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:11:32.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:11:32.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:11:32.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:11:32.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:11:43.629Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?depth=0 2021-08-31T08:11:43.743Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-08-31T08:11:44.227Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?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-08-31T08:11:44.232Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?depth=0|INFO|500||Invoke 2021-08-31T08:11:44.369Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-31T08:11:44.762Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?depth=0|INFO|500||InvokeReturn 2021-08-31T08:11:44.763Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210831-08:11:44:381-36732], vertex-id=[192744], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:11:44 GMT], Content-Type=[application/json]} 2021-08-31T08:11:44.764Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-08-31T08:11:44.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-31T08:11:44.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:11:44.774Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-31T08:11:44.775Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae82c0e1-76ba-4077-8ba1-a12571d14462 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-31T08:11:44.776Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-31T08:11:44.777Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:11:44.779Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:11:44.779Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397504775, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:11:44.879Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:11:44.881Z||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-08-31T08:11:44.881Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:11:44.892Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:11:44.893Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-08-31T08:11:45.793Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:11:45.793Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:11:45.794Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:11:55.337Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:12:32.042Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:12:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:12:32.047Z||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-08-31T08:12:32.047Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:12:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:12:32.047Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:12:32.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:12:32.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "NOTIFIED" } 2021-08-31T08:12:32.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:12:32.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-31T08:12:32.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:12:32.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:12:32.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:12:32.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-31T08:12:32.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:12:32.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:12:32.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:12:32.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397432041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:12:32.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:12:32.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397440781, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:12:32.087Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:12:32.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397446277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:12:32.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:12:32.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397447897, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:12:32.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:12:32.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397449394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:12:32.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:12:32.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397450824, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:12:32.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:12:32.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397451838, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:12:32.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:12:32.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397452842, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-31T08:12:32.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:12:32.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:12:32.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397453849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:12:32.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:12:41.630Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:13:32.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:13:32.043Z||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-08-31T08:13:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:13:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:13:32.044Z||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-08-31T08:13:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:13:32.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:13:32.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:13:32.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397504775, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:13:32.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:13:41.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:14:32.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:14:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:14:32.044Z||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-08-31T08:14:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:14:32.047Z||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-08-31T08:14:32.050Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:14:41.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:14:41.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:15:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:15:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:15:32.047Z||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-08-31T08:15:32.047Z||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-08-31T08:15:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:15:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:15:41.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:15:41.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:16:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:16:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:16:32.049Z||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-08-31T08:16:32.049Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:16:32.049Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:16:32.049Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:16:41.604Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:16:41.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:17:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:17:32.046Z||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-08-31T08:17:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:17:32.047Z||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-08-31T08:17:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:17:32.702Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:32.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"84588334-a47d-4f3a-8c9a-7e7ff9104521","serviceName":"basic_onboard_ZtjPCl","serviceVersion":"1.0","serviceUUID":"3d73c340-71d1-48d9-87b9-fcf6db961c04","serviceDescription":"service","serviceInvariantUUID":"277d232f-4940-4ad5-b384-2b8ab4a060ba","resources":[{"resourceInstanceName":"basic_onboard_ZtjPCl 0","resourceName":"basic_onboard_ZtjPCl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"230fe935-d17f-4557-bc27-6eb5ca4e8d66","resourceInvariantUUID":"41d24a8b-3dfa-4f0f-a2c3-149ccb528a2b","resourceCustomizationUUID":"595476bb-46bc-47f9-832b-ae0dfb74a969","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml","artifactChecksum":"OGJhNmNiMjQwNGU5NmQ3YTE3MGNhYjk2NTA1NWFmYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06a1888a-b9ea-4532-a953-2b5c88647a06","artifactVersion":"1"},{"artifactName":"basic_onboard_ztjpcl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json","artifactChecksum":"NzNlYjc2NjIxZmY4N2RlNDI2MWRiMWI1MmZhYTUzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63ab248f-d6aa-412a-b712-024df534c726","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1ac5a51a-da9f-4afb-b039-b682f932be03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6322eb9e-29eb-46a2-bc6f-22955ab8ef7e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cfeca006-43d6-463c-9bbc-dc26c7d1f69d","artifactVersion":"2","generatedFromUUID":"1ac5a51a-da9f-4afb-b039-b682f932be03"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZtjpcl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml","artifactChecksum":"OTNlZmIzMDMwNjhmNDc2MWJjZDU2NmVjNzgwNzcyNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf3bbf79-571e-4d24-9caf-d10746e3a6cb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZtjpcl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar","artifactChecksum":"NTE0MDEwM2UzYTRjMTMyOTBjOGFhOTc0OTUwZjdjMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"162f67da-86ac-4479-9a52-29127be838f9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-31T08:17:32.709Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:17:32.710Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:32.714Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:32.714Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:32.714Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "dcae-sch", "timestamp": 1630397807446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "ves-openapi-manager", "timestamp": 1630397804137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397806953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "cds", "timestamp": 1630397808567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "ves-openapi-manager", "timestamp": 1630397804137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397806953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:17:32.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "dcae-sch", "timestamp": 1630397807446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397809495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "cds", "timestamp": 1630397808567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "ves-openapi-manager", "timestamp": 1630397804137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "dcae-sch", "timestamp": 1630397807446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397806953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-31T08:17:32.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397809495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "cds", "timestamp": 1630397808567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "ves-openapi-manager", "timestamp": 1630397804137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "dcae-sch", "timestamp": 1630397807446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397806953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397809495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "cds", "timestamp": 1630397808567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "ves-openapi-manager", "timestamp": 1630397804137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "dcae-sch", "timestamp": 1630397807446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397806953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-31T08:17:32.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397809495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "cds", "timestamp": 1630397808567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "policy-id", "timestamp": 1630397813129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "ves-openapi-manager", "timestamp": 1630397804137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397806953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "dcae-sch", "timestamp": 1630397807446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397809495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "cds", "timestamp": 1630397808567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "policy-id", "timestamp": 1630397813129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "ves-openapi-manager", "timestamp": 1630397804137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "dcae-sch", "timestamp": 1630397807446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397806953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:17:32.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397809495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "cds", "timestamp": 1630397808567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:17:32.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "policy-id", "timestamp": 1630397813129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-31T08:17:32.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397809495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:17:32.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "policy-id", "timestamp": 1630397813129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397817291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:32.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "cds", "timestamp": 1630397817302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:32.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397817817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:32.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "policy-id", "timestamp": 1630397813129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "cds", "timestamp": 1630397818317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-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-08-31T08:17:32.793Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521 2021-08-31T08:17:32.793Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 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-08-31T08:17:32.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397818494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:32.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "policy-id", "timestamp": 1630397813129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397819703, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:32.806Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "policy-id", "timestamp": 1630397813129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:17:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397820482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:17:32.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397820758, "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-08-31T08:17:32.814Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:17:32.814Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521 2021-08-31T08:17:32.815Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 and ComponentName POLICY 2021-08-31T08:17:32.815Z||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-08-31T08:17:32.815Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-08-31T08:17:32.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "policy-id", "timestamp": 1630397821275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:32.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630397821490, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2021-08-31T08:17:32.830Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:32.830Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-31T08:17:32.834Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521 2021-08-31T08:17:32.835Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 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-08-31T08:17:32.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "multicloud-k8s-id", "timestamp": 1630397821766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:17:32.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "policy-id", "timestamp": 1630397822281, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:17:32.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "policy-id", "timestamp": 1630397823286, "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-08-31T08:17:32.849Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521 2021-08-31T08:17:32.850Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 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-08-31T08:17:32.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "clamp", "timestamp": 1630397824143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "clamp", "timestamp": 1630397824143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:17:32.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "clamp", "timestamp": 1630397824143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "clamp", "timestamp": 1630397824143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "aai-ml", "timestamp": 1630397827755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "clamp", "timestamp": 1630397824143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "aai-ml", "timestamp": 1630397827755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "clamp", "timestamp": 1630397824143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "aai-ml", "timestamp": 1630397827755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "clamp", "timestamp": 1630397824143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:17:32.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "aai-ml", "timestamp": 1630397827755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "aai-ml", "timestamp": 1630397827755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "aai-ml", "timestamp": 1630397827755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:32.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "aai-ml", "timestamp": 1630397827755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:17:32.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:17:32.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "aai-ml", "timestamp": 1630397836282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:32.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "aai-ml", "timestamp": 1630397842238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:17:32.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "clamp", "timestamp": 1630397842820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:32.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "aai-ml", "timestamp": 1630397843242, "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-08-31T08:17:32.874Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521 2021-08-31T08:17:32.874Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 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-08-31T08:17:32.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "clamp", "timestamp": 1630397843843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:17:32.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:17:32.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:17:32.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "clamp", "timestamp": 1630397844847, "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-08-31T08:17:32.887Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521 2021-08-31T08:17:32.887Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 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-08-31T08:17:33.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:17:33.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:33.718Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:33.719Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:17:33.819Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:17:33.819Z||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-08-31T08:17:33.820Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:33.834Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:33.834Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:34.719Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:17:34.720Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:34.723Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:34.723Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-31T08:17:34.822Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:17:34.823Z||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-08-31T08:17:34.824Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:34.835Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:34.836Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:35.724Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:17:35.725Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:35.727Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:35.727Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:35.829Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-31T08:17:35.831Z||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-08-31T08:17:35.831Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:35.843Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:35.844Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:36.728Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:17:36.729Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:36.731Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:36.731Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-31T08:17:36.831Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:17:36.833Z||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-08-31T08:17:36.833Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:36.845Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:36.846Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:37.732Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:17:37.734Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:37.737Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:37.737Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:17:37.837Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:17:37.838Z||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-08-31T08:17:37.838Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:37.863Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:37.864Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:38.738Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:17:38.739Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:38.741Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:38.741Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:17:38.841Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:17:38.843Z||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-08-31T08:17:38.843Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:38.854Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:38.855Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:39.743Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "serviceName": "basic_onboard_ZtjPCl", "serviceVersion": "1.0", "serviceUUID": "3d73c340-71d1-48d9-87b9-fcf6db961c04", "serviceDescription": "service", "serviceInvariantUUID": "277d232f-4940-4ad5-b384-2b8ab4a060ba", "resources": [ { "resourceInstanceName": "basic_onboard_ZtjPCl 0", "resourceCustomizationUUID": "595476bb-46bc-47f9-832b-ae0dfb74a969", "resourceName": "basic_onboard_ZtjPCl", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "230fe935-d17f-4557-bc27-6eb5ca4e8d66", "resourceInvariantUUID": "41d24a8b-3dfa-4f0f-a2c3-149ccb528a2b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ztjpcl0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "artifactChecksum": "NzNlYjc2NjIxZmY4N2RlNDI2MWRiMWI1MmZhYTUzOTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "63ab248f-d6aa-412a-b712-024df534c726", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1ac5a51a-da9f-4afb-b039-b682f932be03", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cfeca006-43d6-463c-9bbc-dc26c7d1f69d", "generatedFromUUID": "1ac5a51a-da9f-4afb-b039-b682f932be03" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cfeca006-43d6-463c-9bbc-dc26c7d1f69d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZtjpcl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "artifactChecksum": "NTE0MDEwM2UzYTRjMTMyOTBjOGFhOTc0OTUwZjdjMGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "162f67da-86ac-4479-9a52-29127be838f9" } ], "workloadContext": "Production" } 2021-08-31T08:17:39.744Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-31T08:17:39.744Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3d73c340-71d1-48d9-87b9-fcf6db961c04 ASDC 2021-08-31T08:17:39.745Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:84588334-a47d-4f3a-8c9a-7e7ff9104521 ServiceName:basic_onboard_ZtjPCl ServiceVersion:1.0 ServiceUUID:3d73c340-71d1-48d9-87b9-fcf6db961c04 ServiceInvariantUUID:277d232f-4940-4ad5-b384-2b8ab4a060ba ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZtjpcl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar ArtifactUUID:162f67da-86ac-4479-9a52-29127be838f9 ArtifactChecksum:NTE0MDEwM2UzYTRjMTMyOTBjOGFhOTc0OTUwZjdjMGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ZtjPCl 0 ResourceCustomizationUUID:595476bb-46bc-47f9-832b-ae0dfb74a969 ResourceInvariantUUID:41d24a8b-3dfa-4f0f-a2c3-149ccb528a2b ResourceName:basic_onboard_ZtjPCl ResourceType:VF ResourceUUID:230fe935-d17f-4557-bc27-6eb5ca4e8d66 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ztjpcl0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json ArtifactUUID:63ab248f-d6aa-412a-b712-024df534c726 ArtifactChecksum:NzNlYjc2NjIxZmY4N2RlNDI2MWRiMWI1MmZhYTUzOTk= 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/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml ArtifactUUID:1ac5a51a-da9f-4afb-b039-b682f932be03 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/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env ArtifactUUID:cfeca006-43d6-463c-9bbc-dc26c7d1f69d 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/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env ArtifactUUID:cfeca006-43d6-463c-9bbc-dc26c7d1f69d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-31T08:17:39.746Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d73c340-71d1-48d9-87b9-fcf6db961c04 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-08-31T08:17:39.781Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:17:39.782Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-31T08:17:39.782Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-31T08:17:39.782Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 162f67da-86ac-4479-9a52-29127be838f9 from URL: /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:39.782Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-31T08:17:39.783Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:40.047Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-31T08:17:40.050Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar 162f67da-86ac-4479-9a52-29127be838f9 71372 2021-08-31T08:17:40.051Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar ASDC sendASDCNotification 2021-08-31T08:17:40.051Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:40.051Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:17:40.051Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:40.054Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:40.054Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397860051, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:40.154Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:17:40.155Z||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-08-31T08:17:40.155Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:40.174Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:40.175Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:41.055Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:17:41.057Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-31T08:17:41.057Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 162f67da-86ac-4479-9a52-29127be838f9, URL: /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar to file: /app/ASDC/1/service-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:41.058Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:41.058Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:41.059Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:41.765Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16496279360713516877/Definitions/service-BasicOnboardZtjpcl-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-08-31T08:17:43.001Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-31T08:17:43.001Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-08-31T08:17:43.001Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZtjPCl 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-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:43.003Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-08-31T08:17:43.003Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.003Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:43.003Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria 2021-08-31T08:17:43.003Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria 2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:17:43.005Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.005Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:43.005Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.005Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is not matching search criteria 2021-08-31T08:17:43.005Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria 2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria 2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria 2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is not matching search criteria 2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=936f5d13-86fc-4d1c-b81c-26fdf670ff62 2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:43.010Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ZtjPCl Description:service Model UUID:3d73c340-71d1-48d9-87b9-fcf6db961c04 Model Version:NULL Model InvariantUuid:277d232f-4940-4ad5-b384-2b8ab4a060ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ZtjPCl Model UUID:2ecf3a08-23b1-4cc4-8d8d-e211778bb23c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:41d24a8b-3dfa-4f0f-a2c3-149ccb528a2b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:595476bb-46bc-47f9-832b-ae0dfb74a969 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a597d263-9151-49d0-b227-6bd9a170cac8 ModelName:BasicOnboardZtjpcl..base_ubuntu18..module-0 ModelUuid:3454f516-937b-4283-9620-6177abc712ef ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:936f5d13-86fc-4d1c-b81c-26fdf670ff62 ModelInvariantUuid:ac05080e-2c7f-451d-a111-fd6b0fe59fac ModelName:basic_onboard_ZtjPCl-nodes.ubuntu18Cvfc ModelUuid:2e7787c4-1a6e-4208-a98e-240dc834d501 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:822b5efc-45b3-410b-b0ff-a731f9846410 ModelInvariantUuid:7f4a4c09-de1d-4f48-96c3-1fe2d12e8c98 ModelName:BasicOnboardZtjpcl.compute.nodes.heat.ubuntu18 ModelUuid:514919e0-8438-4b6f-8719-721b19e926f6 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-31T08:17:43.022Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 230fe935-d17f-4557-bc27-6eb5ca4e8d66 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:17:43.027Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||basic_onboard_ZtjPCl 0 2021-08-31T08:17:43.028Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 230fe935-d17f-4557-bc27-6eb5ca4e8d66 2021-08-31T08:17:43.028Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 63ab248f-d6aa-412a-b712-024df534c726 from URL: /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json 2021-08-31T08:17:43.028Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-31T08:17:43.029Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json 2021-08-31T08:17:44.419Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-31T08:17:44.420Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json 63ab248f-d6aa-412a-b712-024df534c726 798 2021-08-31T08:17:44.420Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json ASDC sendASDCNotification 2021-08-31T08:17:44.420Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json 2021-08-31T08:17:44.421Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:17:44.421Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:44.423Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:44.423Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397864420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:44.523Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:17:44.524Z||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-08-31T08:17:44.524Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:44.536Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:44.536Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:17:45.424Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZtjpcl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a597d263-9151-49d0-b227-6bd9a170cac8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3454f516-937b-4283-9620-6177abc712ef", "vfModuleModelCustomizationUUID": "bcabd4c1-b32f-4d2c-bc99-d0d538c2d13b", "isBase": true, "artifacts": [ "1ac5a51a-da9f-4afb-b039-b682f932be03", "cfeca006-43d6-463c-9bbc-dc26c7d1f69d" ], "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-08-31T08:17:45.429Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZtjpcl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3454f516-937b-4283-9620-6177abc712ef VfModuleModelInvariantUUID:a597d263-9151-49d0-b227-6bd9a170cac8 VfModuleModelDescription:NULL Artifacts UUID List:{ 1ac5a51a-da9f-4afb-b039-b682f932be03 , cfeca006-43d6-463c-9bbc-dc26c7d1f69d } 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-08-31T08:17:45.432Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZtjpcl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a597d263-9151-49d0-b227-6bd9a170cac8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3454f516-937b-4283-9620-6177abc712ef", "vfModuleModelCustomizationUUID": "bcabd4c1-b32f-4d2c-bc99-d0d538c2d13b", "isBase": true, "artifacts": [ "1ac5a51a-da9f-4afb-b039-b682f932be03", "cfeca006-43d6-463c-9bbc-dc26c7d1f69d" ], "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-08-31T08:17:45.432Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZtjpcl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3454f516-937b-4283-9620-6177abc712ef VfModuleModelInvariantUUID:a597d263-9151-49d0-b227-6bd9a170cac8 VfModuleModelDescription:NULL Artifacts UUID List:{ 1ac5a51a-da9f-4afb-b039-b682f932be03 , cfeca006-43d6-463c-9bbc-dc26c7d1f69d } 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-08-31T08:17:45.432Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1ac5a51a-da9f-4afb-b039-b682f932be03 from URL: /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml 2021-08-31T08:17:45.432Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-31T08:17:45.432Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml 2021-08-31T08:17:45.821Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-31T08:17:45.821Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml 1ac5a51a-da9f-4afb-b039-b682f932be03 5033 2021-08-31T08:17:45.822Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-31T08:17:45.822Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml 2021-08-31T08:17:45.822Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:17:45.822Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:45.824Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:45.824Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397865822, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:45.924Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:17:45.925Z||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-08-31T08:17:45.925Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:45.949Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:45.950Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:46.825Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cfeca006-43d6-463c-9bbc-dc26c7d1f69d from URL: /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env 2021-08-31T08:17:46.825Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-31T08:17:46.825Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env 2021-08-31T08:17:47.589Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-31T08:17:47.590Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env cfeca006-43d6-463c-9bbc-dc26c7d1f69d 909 2021-08-31T08:17:47.590Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-31T08:17:47.590Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env 2021-08-31T08:17:47.590Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:17:47.590Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:47.592Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:47.592Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397867590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:17:47.692Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:17:47.693Z||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-08-31T08:17:47.693Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:47.715Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:47.715Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:48.593Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3d73c340-71d1-48d9-87b9-fcf6db961c04 2021-08-31T08:17:48.593Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZtjPCl 0 230fe935-d17f-4557-bc27-6eb5ca4e8d66 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:17:48.608Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.609Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:48.609Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-08-31T08:17:48.609Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 595476bb-46bc-47f9-832b-ae0dfb74a969 2021-08-31T08:17:48.609Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 595476bb-46bc-47f9-832b-ae0dfb74a969 matches Tosca VF Customization UUID: 595476bb-46bc-47f9-832b-ae0dfb74a969 2021-08-31T08:17:48.610Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 595476bb-46bc-47f9-832b-ae0dfb74a969 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-31T08:17:48.612Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.613Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:48.613Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 595476bb-46bc-47f9-832b-ae0dfb74a969: {\"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-08-31T08:17:48.613Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@196012d7 2021-08-31T08:17:48.614Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.614Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:17:48.614Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bcabd4c1-b32f-4d2c-bc99-d0d538c2d13b 2021-08-31T08:17:48.614Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bcabd4c1-b32f-4d2c-bc99-d0d538c2d13b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-31T08:17:48.617Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.617Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria 2021-08-31T08:17:48.617Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:17:48.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria 2021-08-31T08:17:48.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:17:48.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is not matching search criteria 2021-08-31T08:17:48.619Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-31T08:17:48.619Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-31T08:17:48.619Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=936f5d13-86fc-4d1c-b81c-26fdf670ff62 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-31T08:17:48.621Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.622Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria 2021-08-31T08:17:48.622Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:17:48.622Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.622Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria 2021-08-31T08:17:48.623Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=595476bb-46bc-47f9-832b-ae0dfb74a969 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:17:48.624Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.625Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:48.625Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3d73c340-71d1-48d9-87b9-fcf6db961c04: basic_onboard_ZtjPCl 2021-08-31T08:17:48.625Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.625Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:48.626Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.626Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:48.626Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.626Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:48.627Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.627Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:48.627Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:17:48.627Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:17:48.628Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_ZtjPCl Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-31T08:17:48.726Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZtjPCl 230fe935-d17f-4557-bc27-6eb5ca4e8d66 1 ASDC deployResourceStructure 2021-08-31T08:17:48.727Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json ASDC sendASDCNotification 2021-08-31T08:17:48.727Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json 2021-08-31T08:17:48.727Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:17:48.728Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:48.730Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:48.730Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397868727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:17:48.830Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:17:48.831Z||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-08-31T08:17:48.831Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:48.849Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:48.850Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:49.731Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-31T08:17:49.731Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml 2021-08-31T08:17:49.731Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:17:49.732Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:49.733Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:49.734Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397869731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:17:49.834Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:17:49.835Z||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-08-31T08:17:49.835Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:49.851Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:49.851Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:50.735Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-31T08:17:50.735Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env 2021-08-31T08:17:50.735Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:17:50.736Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:50.738Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:50.739Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397870735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-31T08:17:50.838Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:17:50.839Z||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-08-31T08:17:50.839Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:50.851Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:50.852Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:51.739Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar ASDC sendASDCNotification 2021-08-31T08:17:51.740Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar 2021-08-31T08:17:51.740Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:17:51.740Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:17:51.742Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:17:51.742Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397871739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:17:51.842Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:17:51.843Z||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-08-31T08:17:51.843Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:17:51.860Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:17:51.861Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:17:52.743Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84588334-a47d-4f3a-8c9a-7e7ff9104521 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:17:52.756Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84588334-a47d-4f3a-8c9a-7e7ff9104521 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-08-31T08:17:52.760Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:17:52.760Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:17:52.762Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:17:52.762Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:17:52.762Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T08:17:52.771Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-31T08:18:22.772Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84588334-a47d-4f3a-8c9a-7e7ff9104521 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-08-31T08:18:22.781Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84588334-a47d-4f3a-8c9a-7e7ff9104521 and serviceModelVersionId: 3d73c340-71d1-48d9-87b9-fcf6db961c04 2021-08-31T08:18:22.781Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 277d232f-4940-4ad5-b384-2b8ab4a060ba 2021-08-31T08:18:22.783Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0 2021-08-31T08:18:22.789Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-08-31T08:18:22.859Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|INFO|500||Invoke 2021-08-31T08:18:22.860Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84588334-a47d-4f3a-8c9a-7e7ff9104521], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b30992c0-0f35-4633-a529-a7c1bdaf9ebb], X-ECOMP-RequestID=[84588334-a47d-4f3a-8c9a-7e7ff9104521], X-TransactionId=[], X-ONAP-RequestID=[84588334-a47d-4f3a-8c9a-7e7ff9104521], Content-Type=[application/merge-patch+json]} 2021-08-31T08:18:22.895Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-31T08:18:23.536Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210831-08:18:22:899-55915], vertex-id=[208904], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:18:22 GMT], Content-Type=[application/json]} 2021-08-31T08:18:23.536Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-31T08:18:23.537Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|INFO|500||InvokeReturn 2021-08-31T08:18:23.538Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-31T08:18:23.539Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:18:23.547Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T08:18:23.547Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84588334-a47d-4f3a-8c9a-7e7ff9104521 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-31T08:18:23.548Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-31T08:18:23.548Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:18:23.550Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:18:23.550Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397903548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:18:23.650Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:18:23.651Z||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-08-31T08:18:23.651Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:18:23.668Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:18:23.669Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-31T08:18:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:18:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T08:18:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:18:32.043Z||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-08-31T08:18:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:18:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:18:32.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:18:32.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:18:32.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:18:32.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:18:41.647Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:19:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:19:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:19:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T08:19:32.043Z||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-08-31T08:19:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:19:32.044Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:19:32.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:19:32.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:19:32.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:19:32.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-31T08:19:32.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:19:32.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:19:32.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:19:32.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-31T08:19:32.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:19:32.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:19:32.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:19:32.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397852042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:19:32.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:19:32.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397860051, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:19:32.597Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:19:32.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397864420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:19:32.597Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:19:32.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397865822, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:19:32.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:19:32.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397867590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:19:32.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:19:32.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397868727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:19:32.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:19:32.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397869731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:19:32.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397870735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-31T08:19:32.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397871739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:19:32.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630397903548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:19:32.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:19:41.651Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:20:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:20:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:20:32.045Z||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-08-31T08:20:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:20:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T08:20:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:20:41.636Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:20:41.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:21:32.041Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:21:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:21:32.044Z||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-08-31T08:21:32.044Z||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-08-31T08:21:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:21:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:21:41.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:21:41.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:22:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:22:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:22:32.045Z||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-08-31T08:22:32.045Z||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-08-31T08:22:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:22:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:22:41.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:22:41.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:23:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:23:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:23:32.046Z||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-08-31T08:23:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:23:32.046Z||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-08-31T08:23:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:23:41.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:23:41.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:24:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:24:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:24:32.047Z||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-08-31T08:24:32.047Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T08:24:32.047Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:24:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:24:41.619Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:24:41.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:25:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:25:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T08:25:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:25:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:25:32.044Z||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-08-31T08:25:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:25:41.642Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:25:41.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:26:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:26:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:26:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T08:26:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:26:32.045Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:26:32.045Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:26:41.605Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:26:41.618Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:27:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:27:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:27:32.045Z||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-08-31T08:27:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T08:27:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:27:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:27:41.623Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:27:41.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:28:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:28:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:28:32.044Z||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-08-31T08:28:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:28:32.046Z||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-08-31T08:28:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:28:41.652Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:28:41.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:29:32.041Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:29:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:29:32.044Z||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-08-31T08:29:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:29:32.044Z||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-08-31T08:29:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:29:41.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:29:41.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:30:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:30:32.044Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:30:32.046Z||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-08-31T08:30:32.046Z||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-08-31T08:30:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:30:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:30:41.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:30:41.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:31:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:31:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:31:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T08:31:32.046Z||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-08-31T08:31:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:31:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:31:41.624Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:31:41.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:32:32.041Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:32:32.042Z||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-08-31T08:32:32.042Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:32:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:32:32.044Z||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-08-31T08:32:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:32:41.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:32:41.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:33:32.041Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:33:32.043Z||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-08-31T08:33:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:33:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:33:32.044Z||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-08-31T08:33:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:33:41.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:33:41.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:34:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:34:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:34:32.044Z||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-08-31T08:34:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:34:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:34:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:34:32.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:34:32.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2091cafd-2810-4203-98cc-ae21bfa8ba84","serviceDescription":"service","serviceInvariantUUID":"31f36ece-e738-4a2b-9e40-2108177c9d09","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f9156642-a1be-41aa-a334-e0be5a5bfa6a","resourceInvariantUUID":"77e9b719-0a2a-47e9-94c7-4c343f848d96","resourceCustomizationUUID":"997885cd-d502-4863-a013-036ae7382f02","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":"ZDFhNWEzNWM3NDE5ZjExYTRkNWFkZDcyNTM3NDFkMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6c25981-782e-4bf7-9c15-97c71c306dfd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjI1OWIxZGIxYjM2YjcxNzA4NjQxM2FmNmNmZTU3OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02ce4a2a-18b3-40b4-8ac2-29d776e75f82","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-31T08:34:32.691Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:34:32.692Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:34:32.692Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:34:32.693Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.693Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "cds", "timestamp": 1630398843567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:34:32.694Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.694Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.694Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "multicloud-k8s-id", "timestamp": 1630398846954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:34:32.695Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.695Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.695Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "clamp", "timestamp": 1630398844140, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:34:32.695Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.695Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "aai-ml", "timestamp": 1630398847755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "ves-openapi-manager", "timestamp": 1630398844136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.697Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "dcae-sch", "timestamp": 1630398847446, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:34:32.697Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.697Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.697Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "aai-ml", "timestamp": 1630398847755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:34:32.697Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "ves-openapi-manager", "timestamp": 1630398844136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:34:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "cds", "timestamp": 1630398843567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "clamp", "timestamp": 1630398844140, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "multicloud-k8s-id", "timestamp": 1630398846954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:34:32.700Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.700Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.700Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "dcae-sch", "timestamp": 1630398847446, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:34:32.700Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.700Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "policy-id", "timestamp": 1630398853129, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "policy-id", "timestamp": 1630398853129, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "aai-ml", "timestamp": 1630398855778, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "cds", "timestamp": 1630398856638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "policy-id", "timestamp": 1630398857579, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "cds", "timestamp": 1630398857645, "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=? 2021-08-31T08:34:32.714Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:34:32.714Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398872041, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:34:32.730Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 2021-08-31T08:34:32.730Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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-08-31T08:34:32.739Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.739Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "policy-id", "timestamp": 1630398858584, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:34:32.739Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:34:32.739Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.739Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "aai-ml", "timestamp": 1630398858813, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "clamp", "timestamp": 1630398859003, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "policy-id", "timestamp": 1630398859587, "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-08-31T08:34:32.745Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 2021-08-31T08:34:32.745Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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-08-31T08:34:32.755Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.755Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "aai-ml", "timestamp": 1630398859817, "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-08-31T08:34:32.759Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 2021-08-31T08:34:32.759Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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-08-31T08:34:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398859495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:34:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "clamp", "timestamp": 1630398861013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:34:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:34:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398859495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:34:32.769Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:34:32.769Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.769Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "clamp", "timestamp": 1630398862017, "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-08-31T08:34:32.773Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 2021-08-31T08:34:32.773Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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-08-31T08:34:32.781Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.781Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398863616, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:34:32.783Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:34:32.783Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.783Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398865379, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:34:32.783Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:34:32.784Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:34:32.784Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398866386, "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-08-31T08:34:32.790Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 2021-08-31T08:34:32.790Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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-08-31T08:34:32.814Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:34:32.815Z||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-08-31T08:34:32.815Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:34:32.831Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:34:32.832Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:34:33.715Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:34:33.717Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:34:33.720Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:34:33.720Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398872041, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:34:33.823Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-08-31T08:34:33.824Z||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-08-31T08:34:33.824Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:34:33.836Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:34:33.836Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:34:34.725Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2091cafd-2810-4203-98cc-ae21bfa8ba84", "serviceDescription": "service", "serviceInvariantUUID": "31f36ece-e738-4a2b-9e40-2108177c9d09", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "997885cd-d502-4863-a013-036ae7382f02", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f9156642-a1be-41aa-a334-e0be5a5bfa6a", "resourceInvariantUUID": "77e9b719-0a2a-47e9-94c7-4c343f848d96", "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": "NjI1OWIxZGIxYjM2YjcxNzA4NjQxM2FmNmNmZTU3OTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "02ce4a2a-18b3-40b4-8ac2-29d776e75f82" } ], "workloadContext": "Production" } 2021-08-31T08:34:34.725Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-31T08:34:34.725Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2091cafd-2810-4203-98cc-ae21bfa8ba84 ASDC 2021-08-31T08:34:34.727Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2091cafd-2810-4203-98cc-ae21bfa8ba84 ServiceInvariantUUID:31f36ece-e738-4a2b-9e40-2108177c9d09 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:02ce4a2a-18b3-40b4-8ac2-29d776e75f82 ArtifactChecksum:NjI1OWIxZGIxYjM2YjcxNzA4NjQxM2FmNmNmZTU3OTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:997885cd-d502-4863-a013-036ae7382f02 ResourceInvariantUUID:77e9b719-0a2a-47e9-94c7-4c343f848d96 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f9156642-a1be-41aa-a334-e0be5a5bfa6a ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-08-31T08:34:34.727Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2091cafd-2810-4203-98cc-ae21bfa8ba84 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-08-31T08:34:34.757Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:34:34.758Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-31T08:34:34.758Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-31T08:34:34.758Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 02ce4a2a-18b3-40b4-8ac2-29d776e75f82 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-31T08:34:34.759Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-31T08:34:34.759Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-31T08:34:37.381Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-31T08:34:37.383Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 02ce4a2a-18b3-40b4-8ac2-29d776e75f82 52174 2021-08-31T08:34:37.384Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-31T08:34:37.384Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-31T08:34:37.384Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:34:37.384Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:34:37.386Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:34:37.386Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398877384, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:34:37.486Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:34:37.488Z||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-08-31T08:34:37.488Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:34:37.502Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:34:37.503Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:34:38.387Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:34:38.392Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-31T08:34:38.392Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 02ce4a2a-18b3-40b4-8ac2-29d776e75f82, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-31T08:34:38.393Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-08-31T08:34:38.393Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-31T08:34:38.393Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-31T08:34:38.632Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3777842495611453200/Definitions/service-BasicNetwork-template.yml 2021-08-31T08:34:39.113Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-31T08:34:39.114Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-31T08:34:39.114Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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-08-31T08:34:39.116Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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-08-31T08:34:39.116Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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-08-31T08:34:39.116Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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-08-31T08:34:39.116Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-31T08:34:39.117Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.117Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.117Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-31T08:34:39.117Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-31T08:34:39.118Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:34:39.118Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.118Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.118Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-31T08:34:39.118Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-31T08:34:39.119Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:34:39.119Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.119Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.119Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.119Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.120Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.120Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.120Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.121Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.121Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.121Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.121Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2091cafd-2810-4203-98cc-ae21bfa8ba84 Model Version:NULL Model InvariantUuid:31f36ece-e738-4a2b-9e40-2108177c9d09 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:77e9b719-0a2a-47e9-94c7-4c343f848d96 Model UUID:0f86d27b-9bde-41c8-ba22-1729372a87e0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:997885cd-d502-4863-a013-036ae7382f02 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-31T08:34:39.129Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: f9156642-a1be-41aa-a334-e0be5a5bfa6a 2021-08-31T08:34:39.129Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||No resources found for Service: 2091cafd-2810-4203-98cc-ae21bfa8ba84 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:34:39.135Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| 2021-08-31T08:34:39.135Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-08-31T08:34:39.136Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 2091cafd-2810-4203-98cc-ae21bfa8ba84 2021-08-31T08:34:39.137Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2091cafd-2810-4203-98cc-ae21bfa8ba84 2021-08-31T08:34:39.137Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-08-31T08:34:39.137Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:34:39.142Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.143Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.143Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.143Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.144Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2091cafd-2810-4203-98cc-ae21bfa8ba84: Generic NeutronNet 2021-08-31T08:34:39.144Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.144Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.144Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.144Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-08-31T08:34:39.183Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.183Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.183Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.184Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.184Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:34:39.184Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:34:39.184Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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-08-31T08:34:39.237Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-08-31T08:34:39.237Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-31T08:34:39.237Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-31T08:34:39.237Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:34:39.238Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:34:39.239Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:34:39.240Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398879237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:34:39.340Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:34:39.341Z||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-08-31T08:34:39.341Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:34:39.374Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:34:39.375Z||pool-38-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:34:40.240Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:34:40.249Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:34:40.253Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:34:40.253Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:34:40.253Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:34:40.253Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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-08-31T08:34:40.257Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-31T08:35:10.262Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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-08-31T08:35:10.280Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 and serviceModelVersionId: 2091cafd-2810-4203-98cc-ae21bfa8ba84 2021-08-31T08:35:10.280Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31f36ece-e738-4a2b-9e40-2108177c9d09 2021-08-31T08:35:10.282Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?depth=0 2021-08-31T08:35:10.292Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-08-31T08:35:10.360Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?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-08-31T08:35:10.366Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?depth=0|INFO|500||Invoke 2021-08-31T08:35:10.394Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-31T08:35:10.690Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?depth=0|INFO|500||InvokeReturn 2021-08-31T08:35:10.698Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210831-08:35:10:414-79444], vertex-id=[200936], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:35:10 GMT], Content-Type=[application/json]} 2021-08-31T08:35:10.703Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-08-31T08:35:10.703Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-31T08:35:10.703Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:35:10.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||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-08-31T08:35:10.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-31T08:35:10.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-31T08:35:10.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:35:10.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:35:10.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398910712, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:35:10.816Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:35:10.818Z||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-08-31T08:35:10.818Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:35:10.839Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:35:10.840Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 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-08-31T08:35:32.042Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:35:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:35:32.044Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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-08-31T08:35:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:35:32.044Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:35:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:35:32.180Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:35:32.181Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:35:32.181Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398872041, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:35:32.183Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:35:41.621Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:32.044Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:36:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:36:32.049Z||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-08-31T08:36:32.050Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:36:32.049Z||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-08-31T08:36:32.050Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:36:32.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:32.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:36:32.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398872041, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:36:32.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:36:32.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:36:32.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398877384, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:36:32.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:36:32.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:36:32.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398879237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:36:32.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:36:32.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:36:32.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398910712, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:36:32.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:36:32.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:32.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-31T08:36:32.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"97465385-f198-444e-ba62-0e81502ec24f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f5fb6145-7458-48e1-b59a-7bdee7b86b0b","serviceDescription":"service","serviceInvariantUUID":"d90e6660-522e-4481-bea8-05a1c38da92a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c505000-d38d-492c-93a1-70418087fb40","resourceInvariantUUID":"68c5a1ce-e547-469c-a21c-32b9e83acf9a","resourceCustomizationUUID":"db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143","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":"NzY1ZjY1NDA2ODc3MTU0ZDc2MWE4Mzc5ZWUzMWQ5ZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e35c7986-4f21-4e35-bcde-75eae53ddbea","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":"MzRkMGM2MzY1NTg1MDdlNDZmNjgzODllNTIzMDhkMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4804b030-a5eb-45b2-a114-d3cc3245d886","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d9f64e63-7421-478f-bd5e-06f8c42f8aae","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":"ec989e51-aefc-4f30-89d3-7d0a9045a5fb","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c960d981-9529-41b3-937f-de098d58402a","artifactVersion":"2","generatedFromUUID":"d9f64e63-7421-478f-bd5e-06f8c42f8aae"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjY3OWZhZGZhMWE4NWEyYTA4NTFjM2Y1YzE1Yjk4YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d616bca6-694a-4ae3-a0fd-3326b9a9e3c5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjFjNDUzZDhiYjg5Y2UyMTEzNTEzYzY3MmM1MThkNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8f0aeab-adb3-4def-ac9c-13fb8bc36719","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-31T08:36:32.698Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:36:32.698Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:32.705Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:32.705Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:36:32.804Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:36:32.806Z||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-08-31T08:36:32.806Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:32.818Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:32.819Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:36:33.706Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:36:33.707Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:33.709Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:33.709Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:36:33.809Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:36:33.810Z||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-08-31T08:36:33.810Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:33.834Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:33.835Z||pool-41-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:34.710Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:36:34.711Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:34.713Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:34.713Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-31T08:36:34.813Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-08-31T08:36:34.814Z||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-08-31T08:36:34.815Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:34.829Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:34.830Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:35.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:36:35.719Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:35.721Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:35.722Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:36:35.822Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:36:35.825Z||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-08-31T08:36:35.825Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:35.846Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:35.847Z||pool-43-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:36.722Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:36:36.723Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:36.725Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:36.726Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-31T08:36:36.826Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:36:36.827Z||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-08-31T08:36:36.827Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:36.842Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:36.843Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:37.726Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:36:37.727Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:37.730Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:37.730Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:36:37.830Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:36:37.831Z||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-08-31T08:36:37.831Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:37.842Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:37.843Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:38.731Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:36:38.732Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:38.734Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:38.734Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:36:38.834Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:36:38.835Z||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-08-31T08:36:38.835Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:38.847Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:38.848Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:39.735Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f5fb6145-7458-48e1-b59a-7bdee7b86b0b", "serviceDescription": "service", "serviceInvariantUUID": "d90e6660-522e-4481-bea8-05a1c38da92a", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4c505000-d38d-492c-93a1-70418087fb40", "resourceInvariantUUID": "68c5a1ce-e547-469c-a21c-32b9e83acf9a", "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": "MzRkMGM2MzY1NTg1MDdlNDZmNjgzODllNTIzMDhkMmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4804b030-a5eb-45b2-a114-d3cc3245d886", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d9f64e63-7421-478f-bd5e-06f8c42f8aae", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c960d981-9529-41b3-937f-de098d58402a", "generatedFromUUID": "d9f64e63-7421-478f-bd5e-06f8c42f8aae" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c960d981-9529-41b3-937f-de098d58402a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjFjNDUzZDhiYjg5Y2UyMTEzNTEzYzY3MmM1MThkNTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8f0aeab-adb3-4def-ac9c-13fb8bc36719" } ], "workloadContext": "Production" } 2021-08-31T08:36:39.736Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-31T08:36:39.737Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5fb6145-7458-48e1-b59a-7bdee7b86b0b ASDC 2021-08-31T08:36:39.738Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:97465385-f198-444e-ba62-0e81502ec24f ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f5fb6145-7458-48e1-b59a-7bdee7b86b0b ServiceInvariantUUID:d90e6660-522e-4481-bea8-05a1c38da92a 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:b8f0aeab-adb3-4def-ac9c-13fb8bc36719 ArtifactChecksum:NjFjNDUzZDhiYjg5Y2UyMTEzNTEzYzY3MmM1MThkNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143 ResourceInvariantUUID:68c5a1ce-e547-469c-a21c-32b9e83acf9a ResourceName:basic_vm ResourceType:VF ResourceUUID:4c505000-d38d-492c-93a1-70418087fb40 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:4804b030-a5eb-45b2-a114-d3cc3245d886 ArtifactChecksum:MzRkMGM2MzY1NTg1MDdlNDZmNjgzODllNTIzMDhkMmM= 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:d9f64e63-7421-478f-bd5e-06f8c42f8aae ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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:c960d981-9529-41b3-937f-de098d58402a ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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:c960d981-9529-41b3-937f-de098d58402a ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-31T08:36:39.739Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5fb6145-7458-48e1-b59a-7bdee7b86b0b 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-08-31T08:36:39.793Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:36:39.794Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:36:39.795Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:36:39.795Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8f0aeab-adb3-4def-ac9c-13fb8bc36719 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-31T08:36:39.795Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:36:39.795Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-31T08:36:40.068Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:36:40.072Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b8f0aeab-adb3-4def-ac9c-13fb8bc36719 70838 2021-08-31T08:36:40.072Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-31T08:36:40.072Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-31T08:36:40.072Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:36:40.072Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:40.074Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:40.074Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399000072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:36:40.174Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:36:40.175Z||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-08-31T08:36:40.175Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:40.190Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:40.191Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:41.075Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:36:41.076Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:36:41.076Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b8f0aeab-adb3-4def-ac9c-13fb8bc36719, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:41.077Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-08-31T08:36:41.077Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:41.077Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:41.507Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4930954405391733009/Definitions/service-BasicVm-template.yml 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_vlan_requirements" 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 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_name" is not provided 2021-08-31T08:36:42.707Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:36:42.711Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.711Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:42.711Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-31T08:36:42.711Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:36:42.711Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:36:42.716Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.716Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-31T08:36:42.716Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-31T08:36:42.716Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-31T08:36:42.716Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab8c0552-aea1-4a67-a7cb-29b08b3ddd58 2021-08-31T08:36:42.717Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.717Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:42.717Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.717Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:42.717Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.718Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:42.718Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:42.718Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:42.718Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f5fb6145-7458-48e1-b59a-7bdee7b86b0b Model Version:NULL Model InvariantUuid:d90e6660-522e-4481-bea8-05a1c38da92a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:50f7f522-bb76-460b-a005-ac4f2c32ada5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:68c5a1ce-e547-469c-a21c-32b9e83acf9a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:18fafd2d-cdeb-4aab-a0f5-5d7d8bd0f23c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:bf569496-c8a2-452c-90ad-0bc098f59f08 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ab8c0552-aea1-4a67-a7cb-29b08b3ddd58 ModelInvariantUuid:d97e6def-df57-454f-a54f-76323b848d10 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:4bee3534-9868-4e16-9d6d-a1d8d4d99a0d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:db458de4-e1e9-4bc1-94bf-75978a3f7fc7 ModelInvariantUuid:a641b68f-60ca-4af0-8bbc-8e77130d5b11 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:3447cb8a-7d6c-4aa0-ac64-c11dc0886f25 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-31T08:36:42.725Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4c505000-d38d-492c-93a1-70418087fb40 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:36:42.731Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-08-31T08:36:42.731Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4c505000-d38d-492c-93a1-70418087fb40 2021-08-31T08:36:42.731Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4804b030-a5eb-45b2-a114-d3cc3245d886 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-31T08:36:42.731Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:36:42.731Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-31T08:36:44.199Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:36:44.200Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4804b030-a5eb-45b2-a114-d3cc3245d886 787 2021-08-31T08:36:44.200Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-08-31T08:36:44.200Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-31T08:36:44.201Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:36:44.201Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:44.203Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:44.203Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399004200, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:36:44.303Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:36:44.304Z||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-08-31T08:36:44.304Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:44.315Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:44.316Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:45.203Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "18fafd2d-cdeb-4aab-a0f5-5d7d8bd0f23c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bf569496-c8a2-452c-90ad-0bc098f59f08", "vfModuleModelCustomizationUUID": "237fa77a-45ef-4829-920e-3d3bbb75f89e", "isBase": true, "artifacts": [ "d9f64e63-7421-478f-bd5e-06f8c42f8aae", "c960d981-9529-41b3-937f-de098d58402a" ], "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-08-31T08:36:45.208Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bf569496-c8a2-452c-90ad-0bc098f59f08 VfModuleModelInvariantUUID:18fafd2d-cdeb-4aab-a0f5-5d7d8bd0f23c VfModuleModelDescription:NULL Artifacts UUID List:{ d9f64e63-7421-478f-bd5e-06f8c42f8aae , c960d981-9529-41b3-937f-de098d58402a } 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-08-31T08:36:45.211Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "18fafd2d-cdeb-4aab-a0f5-5d7d8bd0f23c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bf569496-c8a2-452c-90ad-0bc098f59f08", "vfModuleModelCustomizationUUID": "237fa77a-45ef-4829-920e-3d3bbb75f89e", "isBase": true, "artifacts": [ "d9f64e63-7421-478f-bd5e-06f8c42f8aae", "c960d981-9529-41b3-937f-de098d58402a" ], "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-08-31T08:36:45.211Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bf569496-c8a2-452c-90ad-0bc098f59f08 VfModuleModelInvariantUUID:18fafd2d-cdeb-4aab-a0f5-5d7d8bd0f23c VfModuleModelDescription:NULL Artifacts UUID List:{ d9f64e63-7421-478f-bd5e-06f8c42f8aae , c960d981-9529-41b3-937f-de098d58402a } 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-08-31T08:36:45.211Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d9f64e63-7421-478f-bd5e-06f8c42f8aae from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-31T08:36:45.211Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:36:45.211Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-31T08:36:46.115Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:36:46.116Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d9f64e63-7421-478f-bd5e-06f8c42f8aae 5033 2021-08-31T08:36:46.116Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-08-31T08:36:46.117Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-31T08:36:46.117Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:36:46.117Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:46.119Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:46.119Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399006116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:36:46.219Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:36:46.222Z||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-08-31T08:36:46.223Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:46.240Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:46.241Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:36:47.120Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c960d981-9529-41b3-937f-de098d58402a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-31T08:36:47.120Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:36:47.120Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-31T08:36:48.076Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:36:48.077Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c960d981-9529-41b3-937f-de098d58402a 903 2021-08-31T08:36:48.077Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-08-31T08:36:48.077Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-31T08:36:48.078Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:36:48.078Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:48.080Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:48.080Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399008077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:36:48.180Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:36:48.181Z||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-08-31T08:36:48.181Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:48.193Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:48.194Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:49.081Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f5fb6145-7458-48e1-b59a-7bdee7b86b0b 2021-08-31T08:36:49.082Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4c505000-d38d-492c-93a1-70418087fb40 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:36:49.097Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.097Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:49.098Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-31T08:36:49.098Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143 2021-08-31T08:36:49.098Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143 matches Tosca VF Customization UUID: db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143 2021-08-31T08:36:49.098Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-31T08:36:49.100Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.100Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:49.101Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-08-31T08:36:49.101Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@dfe8f1f 2021-08-31T08:36:49.102Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.102Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:36:49.102Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 237fa77a-45ef-4829-920e-3d3bbb75f89e 2021-08-31T08:36:49.102Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 237fa77a-45ef-4829-920e-3d3bbb75f89e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-31T08:36:49.105Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.106Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-31T08:36:49.106Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:36:49.107Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.107Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-31T08:36:49.107Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:36:49.108Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.108Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-31T08:36:49.109Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-31T08:36:49.109Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-31T08:36:49.110Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab8c0552-aea1-4a67-a7cb-29b08b3ddd58 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-31T08:36:49.113Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.113Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-31T08:36:49.114Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:36:49.114Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.114Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-31T08:36:49.114Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:36:49.116Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.116Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:49.117Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f5fb6145-7458-48e1-b59a-7bdee7b86b0b: basic_vm 2021-08-31T08:36:49.117Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.118Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:49.118Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.118Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:49.119Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.119Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:49.120Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.120Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:49.120Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:36:49.121Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:36:49.121Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-31T08:36:49.217Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4c505000-d38d-492c-93a1-70418087fb40 1 ASDC deployResourceStructure 2021-08-31T08:36:49.218Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-08-31T08:36:49.218Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-31T08:36:49.218Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:36:49.219Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:49.221Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:49.222Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399009218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:36:49.322Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:36:49.323Z||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-08-31T08:36:49.323Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:49.341Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:49.342Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:50.223Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-08-31T08:36:50.223Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-31T08:36:50.223Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:36:50.224Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:50.225Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:50.225Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399010222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:36:50.326Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:36:50.327Z||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-08-31T08:36:50.327Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:50.342Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:50.342Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:51.227Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-08-31T08:36:51.227Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-31T08:36:51.227Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:36:51.227Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:51.229Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:51.230Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399011227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-31T08:36:51.331Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:36:51.331Z||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-08-31T08:36:51.332Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:51.345Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:51.345Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:36:52.231Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-31T08:36:52.231Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-31T08:36:52.231Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:36:52.232Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:36:52.233Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:36:52.234Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399012231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:36:52.336Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-31T08:36:52.337Z||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-08-31T08:36:52.337Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:36:52.351Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:36:52.352Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:36:53.235Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:36:53.245Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:36:53.247Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:36:53.247Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-31T08:36:53.247Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-31T08:37:23.248Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:37:23.266Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:37:23.269Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:37:23.269Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-31T08:37:23.269Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-31T08:37:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:37:32.045Z||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-08-31T08:37:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:37:32.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:37:32.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398966954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "cds", "timestamp": 1630398963569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "aai-ml", "timestamp": 1630398967756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "clamp", "timestamp": 1630398964141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "ves-openapi-manager", "timestamp": 1630398964136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "dcae-sch", "timestamp": 1630398967447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "aai-ml", "timestamp": 1630398967756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "cds", "timestamp": 1630398963569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "ves-openapi-manager", "timestamp": 1630398964136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "clamp", "timestamp": 1630398964141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:37:32.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398966954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:37:32.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "dcae-sch", "timestamp": 1630398967447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "clamp", "timestamp": 1630398964141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "ves-openapi-manager", "timestamp": 1630398964136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "cds", "timestamp": 1630398963569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398966954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-31T08:37:32.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "aai-ml", "timestamp": 1630398967756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "dcae-sch", "timestamp": 1630398967447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "aai-ml", "timestamp": 1630398967756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "clamp", "timestamp": 1630398964141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398966954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "ves-openapi-manager", "timestamp": 1630398964136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "cds", "timestamp": 1630398963569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "dcae-sch", "timestamp": 1630398967447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "aai-ml", "timestamp": 1630398967756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "clamp", "timestamp": 1630398964141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "ves-openapi-manager", "timestamp": 1630398964136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "cds", "timestamp": 1630398963569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398966954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-31T08:37:32.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "policy-id", "timestamp": 1630398973130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "dcae-sch", "timestamp": 1630398967447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "aai-ml", "timestamp": 1630398967756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "clamp", "timestamp": 1630398964141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398966954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "ves-openapi-manager", "timestamp": 1630398964136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "cds", "timestamp": 1630398963569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "policy-id", "timestamp": 1630398973130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "dcae-sch", "timestamp": 1630398967447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "aai-ml", "timestamp": 1630398967756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:37:32.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "clamp", "timestamp": 1630398964141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:37:32.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "ves-openapi-manager", "timestamp": 1630398964136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398966954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:37:32.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "cds", "timestamp": 1630398963569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:37:32.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "policy-id", "timestamp": 1630398973130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-31T08:37:32.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "dcae-sch", "timestamp": 1630398967447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "policy-id", "timestamp": 1630398973130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "cds", "timestamp": 1630398977394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:37:32.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398977407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:37:32.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "aai-ml", "timestamp": 1630398977394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:37:32.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "policy-id", "timestamp": 1630398973130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "cds", "timestamp": 1630398978404, "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-08-31T08:37:32.123Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97465385-f198-444e-ba62-0e81502ec24f 2021-08-31T08:37:32.123Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:37:32.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398978702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:37:32.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "policy-id", "timestamp": 1630398973130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "policy-id", "timestamp": 1630398973130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:37:32.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398980152, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:37:32.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398979495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398979495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398981175, "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-08-31T08:37:32.139Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97465385-f198-444e-ba62-0e81502ec24f 2021-08-31T08:37:32.140Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:37:32.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "policy-id", "timestamp": 1630398981350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:37:32.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "multicloud-k8s-id", "timestamp": 1630398982181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:37:32.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398979495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "policy-id", "timestamp": 1630398982355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:37:32.148Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398979495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "policy-id", "timestamp": 1630398983358, "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-08-31T08:37:32.154Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97465385-f198-444e-ba62-0e81502ec24f 2021-08-31T08:37:32.154Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:37:32.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398979495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "clamp", "timestamp": 1630398985037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:37:32.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398979495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:37:32.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "aai-ml", "timestamp": 1630398985235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:37:32.162Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "clamp", "timestamp": 1630398986057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:37:32.162Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398979495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:37:32.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:37:32.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "aai-ml", "timestamp": 1630398986238, "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-08-31T08:37:32.167Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97465385-f198-444e-ba62-0e81502ec24f 2021-08-31T08:37:32.167Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:37:32.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "clamp", "timestamp": 1630398987065, "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-08-31T08:37:32.179Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97465385-f198-444e-ba62-0e81502ec24f 2021-08-31T08:37:32.179Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:37:32.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398988809, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:37:32.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:32.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:37:32.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398991843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:37:32.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:37:53.270Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:37:53.281Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:37:53.284Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:37:53.284Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:37:53.285Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-31T08:37:53.285Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-31T08:38:23.286Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:38:24.141Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:38:24.145Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:38:24.145Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:38:24.145Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-31T08:38:24.145Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-31T08:38:32.044Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:38:32.053Z||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-08-31T08:38:32.053Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:38:32.093Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:38:32.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630398992848, "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-08-31T08:38:32.125Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97465385-f198-444e-ba62-0e81502ec24f 2021-08-31T08:38:32.125Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:38:32.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:38:32.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-31T08:38:32.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-31T08:38:32.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630398992043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:38:32.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399000072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399004200, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399006116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399008077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399009218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:38:32.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399010222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:38:32.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399011227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-31T08:38:32.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399012231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:38:32.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "dcae-sch", "timestamp": 1630399007446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "cds", "timestamp": 1630399008567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399013129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399009494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "dcae-sch", "timestamp": 1630399007446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "cds", "timestamp": 1630399008567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399009494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399013129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "dcae-sch", "timestamp": 1630399007446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "cds", "timestamp": 1630399008567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399009494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399013129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-31T08:38:32.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "cds", "timestamp": 1630399008567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "dcae-sch", "timestamp": 1630399007446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399009494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399013129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "dcae-sch", "timestamp": 1630399007446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399009494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399013129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "cds", "timestamp": 1630399008567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "dcae-sch", "timestamp": 1630399007446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399013129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399009494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "cds", "timestamp": 1630399008567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "dcae-sch", "timestamp": 1630399007446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399009494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399013129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "cds", "timestamp": 1630399008567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399013129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:38:32.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "dcae-sch", "timestamp": 1630399007446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "cds", "timestamp": 1630399008567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:38:32.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399009494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:38:32.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "ves-openapi-manager", "timestamp": 1630399024137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399024141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "ves-openapi-manager", "timestamp": 1630399024137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399024141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:38:32.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "cds", "timestamp": 1630399026415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399026470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "ves-openapi-manager", "timestamp": 1630399024137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399024141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399026920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399027475, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:38:32.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399026954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "ves-openapi-manager", "timestamp": 1630399024137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399024141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399027755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "policy-id", "timestamp": 1630399028478, "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-08-31T08:38:32.183Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cf1fa1b-dd83-4ad4-b042-536eb407e609 2021-08-31T08:38:32.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cf1fa1b-dd83-4ad4-b042-536eb407e609 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-08-31T08:38:32.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399026954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:38:32.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "ves-openapi-manager", "timestamp": 1630399024137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "cds", "timestamp": 1630399028808, "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-08-31T08:38:32.199Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cf1fa1b-dd83-4ad4-b042-536eb407e609 2021-08-31T08:38:32.199Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cf1fa1b-dd83-4ad4-b042-536eb407e609 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-08-31T08:38:32.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399024141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399027755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399026954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-31T08:38:32.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399029666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:38:32.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "ves-openapi-manager", "timestamp": 1630399024137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399024141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399027755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399026954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399030669, "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-08-31T08:38:32.215Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cf1fa1b-dd83-4ad4-b042-536eb407e609 2021-08-31T08:38:32.215Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cf1fa1b-dd83-4ad4-b042-536eb407e609 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-08-31T08:38:32.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "ves-openapi-manager", "timestamp": 1630399024137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399024141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399027755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399026954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-31T08:38:32.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "ves-openapi-manager", "timestamp": 1630399024137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399024141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:38:32.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399027755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399026954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399027755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399026954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399027755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399026954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:38:32.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399027755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:38:32.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399036490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399037083, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399038005, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399039220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399029812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399033129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399039493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399040242, "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-08-31T08:38:32.236Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cf1fa1b-dd83-4ad4-b042-536eb407e609 2021-08-31T08:38:32.236Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cf1fa1b-dd83-4ad4-b042-536eb407e609 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-08-31T08:38:32.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399029812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399033129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399041046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399039493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "multicloud-k8s-id", "timestamp": 1630399041253, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:38:32.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399029812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399033129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399039493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399029812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399033129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399039493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399043737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:38:32.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399029812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399033129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-31T08:38:32.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399044051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:38:32.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399039493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "aai-ml", "timestamp": 1630399044740, "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-08-31T08:38:32.254Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cf1fa1b-dd83-4ad4-b042-536eb407e609 2021-08-31T08:38:32.254Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cf1fa1b-dd83-4ad4-b042-536eb407e609 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-08-31T08:38:32.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399029812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "ves-openapi-manager", "timestamp": 1630399044137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399033129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "clamp", "timestamp": 1630399045054, "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-08-31T08:38:32.268Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1cf1fa1b-dd83-4ad4-b042-536eb407e609 2021-08-31T08:38:32.268Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cf1fa1b-dd83-4ad4-b042-536eb407e609 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-08-31T08:38:32.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399039493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399029812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "ves-openapi-manager", "timestamp": 1630399044137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399033129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399039493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399029812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "ves-openapi-manager", "timestamp": 1630399044137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399033129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399039493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399046954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399029812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:38:32.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "ves-openapi-manager", "timestamp": 1630399044137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399033129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:38:32.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "dcae-sch", "timestamp": 1630399047446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399039493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:38:32.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399046954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-31T08:38:32.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "ves-openapi-manager", "timestamp": 1630399044137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "dcae-sch", "timestamp": 1630399047446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399046954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-31T08:38:32.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399049580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399049600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399049788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:38:32.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "ves-openapi-manager", "timestamp": 1630399044137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "dcae-sch", "timestamp": 1630399047446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399046954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:38:32.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "cds", "timestamp": 1630399050607, "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-08-31T08:38:32.307Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40391a84-a680-4a9b-b77a-eaad0788b66d 2021-08-31T08:38:32.307Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40391a84-a680-4a9b-b77a-eaad0788b66d 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-08-31T08:38:32.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399050584, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:38:32.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:38:32.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "ves-openapi-manager", "timestamp": 1630399044137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "dcae-sch", "timestamp": 1630399047446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399046954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-31T08:38:32.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:32.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "policy-id", "timestamp": 1630399051587, "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-08-31T08:38:32.323Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40391a84-a680-4a9b-b77a-eaad0788b66d 2021-08-31T08:38:32.324Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40391a84-a680-4a9b-b77a-eaad0788b66d 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-08-31T08:38:32.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:38:32.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "ves-openapi-manager", "timestamp": 1630399044137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:38:32.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:38:54.146Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:38:54.166Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:38:54.172Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:38:54.173Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:38:54.173Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-31T08:38:54.173Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-31T08:38:54.173Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:38:54.173Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:38:54.173Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:38:54.173Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:38:54.173Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:38:54.174Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:38:54.174Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-31T08:38:54.179Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-31T08:39:24.180Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97465385-f198-444e-ba62-0e81502ec24f 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-08-31T08:39:24.189Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97465385-f198-444e-ba62-0e81502ec24f and serviceModelVersionId: f5fb6145-7458-48e1-b59a-7bdee7b86b0b 2021-08-31T08:39:24.189Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d90e6660-522e-4481-bea8-05a1c38da92a 2021-08-31T08:39:24.191Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d90e6660-522e-4481-bea8-05a1c38da92a/model-vers/model-ver/f5fb6145-7458-48e1-b59a-7bdee7b86b0b?depth=0 2021-08-31T08:39:24.198Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-31T08:39:24.253Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d90e6660-522e-4481-bea8-05a1c38da92a/model-vers/model-ver/f5fb6145-7458-48e1-b59a-7bdee7b86b0b?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-08-31T08:39:24.254Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d90e6660-522e-4481-bea8-05a1c38da92a/model-vers/model-ver/f5fb6145-7458-48e1-b59a-7bdee7b86b0b?depth=0|INFO|500||Invoke 2021-08-31T08:39:24.277Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d90e6660-522e-4481-bea8-05a1c38da92a/model-vers/model-ver/f5fb6145-7458-48e1-b59a-7bdee7b86b0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-31T08:39:24.434Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d90e6660-522e-4481-bea8-05a1c38da92a/model-vers/model-ver/f5fb6145-7458-48e1-b59a-7bdee7b86b0b?depth=0|INFO|500||InvokeReturn 2021-08-31T08:39:24.435Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d90e6660-522e-4481-bea8-05a1c38da92a/model-vers/model-ver/f5fb6145-7458-48e1-b59a-7bdee7b86b0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210831-08:39:24:291-3011], vertex-id=[225288], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:39:24 GMT], Content-Type=[application/json]} 2021-08-31T08:39:24.435Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-08-31T08:39:24.435Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-31T08:39:24.435Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:39:24.445Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-31T08:39:24.446Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97465385-f198-444e-ba62-0e81502ec24f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-31T08:39:24.446Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-31T08:39:24.446Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:24.449Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:24.449Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399164446, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:39:24.549Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:24.550Z||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-08-31T08:39:24.550Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:24.566Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:24.567Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-31T08:39:25.468Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:39:25.469Z|97465385-f198-444e-ba62-0e81502ec24f|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-08-31T08:39:25.469Z|97465385-f198-444e-ba62-0e81502ec24f|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:39:29.817Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:29.819Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-31T08:39:29.819Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cf1fa1b-dd83-4ad4-b042-536eb407e609","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"99aa9686-6366-45fd-b771-1d5ac8a3d62e","serviceDescription":"service","serviceInvariantUUID":"fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf52c8fa-c655-48cb-9b6c-3c220dc9fd57","resourceInvariantUUID":"5808293d-2e0c-4719-9fe6-a5033b03b4b7","resourceCustomizationUUID":"106fd347-1a0b-4f2a-aade-b21766eec282","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":"ZWIyNGQzYzNjNmI5ODc3MjI4Y2M0NTE3NjIyYmJiZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1eadb6fb-75e2-474e-b316-7a04b999144f","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":"MWVkZDBiMjRjM2VhYmNlN2FhOTY3MmUxOGI4MzE2ZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0485d41c-3f50-415e-8915-4bb19d4a42f2","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":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b189498d-3add-40a0-aae9-6b75d8c41280","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":"7354e3d1-691f-4395-ae75-e218a36df258","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e88eb4b8-0024-4ff9-ad21-69a7890f0c1f","artifactVersion":"2","generatedFromUUID":"b189498d-3add-40a0-aae9-6b75d8c41280"},{"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":"NWM5MjZkOTZmYWQ4Y2E4MTg4MDQ0NTkyNjZlMTc5OWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"686609db-35a2-4717-92df-5c875d8c1f1a","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":"MmVjMzk1YTdkYjdjYmY1YmM1MjcxMmIyZDIxNzUxMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a57da06-88ce-41b0-b0c8-31910c0d4b43","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODJmZTA3ZTJmZjJlMzU2NTcyZTczZGE3NjE4NmVlMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12376a01-00e0-464f-a0eb-189dbbbb979b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-31T08:39:29.821Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:39:29.822Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:29.824Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:29.824Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:39:29.924Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:29.925Z||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-08-31T08:39:29.925Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:29.939Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:29.939Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:39:30.825Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:39:30.826Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:30.829Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:30.829Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:39:30.933Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-08-31T08:39:30.933Z||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-08-31T08:39:30.934Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:31.011Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:31.012Z||pool-57-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:31.830Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:39:31.831Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:31.833Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:31.834Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-31T08:39:31.934Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:31.935Z||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-08-31T08:39:31.936Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:31.960Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:31.960Z||pool-58-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:39:32.044Z||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-08-31T08:39:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:39:32.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:32.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:39:32.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "dcae-sch", "timestamp": 1630399047446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:39:32.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:39:32.837Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:39:32.838Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:32.842Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:32.842Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:39:32.942Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:32.943Z||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-08-31T08:39:32.943Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:32.958Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:32.958Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:33.843Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:39:33.843Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:33.845Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:33.845Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-31T08:39:33.947Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-31T08:39:33.948Z||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-08-31T08:39:33.948Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:33.965Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:33.966Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:34.846Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:39:34.847Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:34.849Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:34.849Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:39:34.949Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:34.950Z||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-08-31T08:39:34.950Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:34.966Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:34.967Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1} 2021-08-31T08:39:35.850Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:39:35.850Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:35.852Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:35.853Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:39:35.953Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:35.954Z||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-08-31T08:39:35.954Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:35.967Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:35.968Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:36.853Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:39:36.854Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:36.856Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:36.856Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:39:36.956Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:39:36.957Z||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-08-31T08:39:36.957Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:36.968Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:36.968Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:37.858Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "99aa9686-6366-45fd-b771-1d5ac8a3d62e", "serviceDescription": "service", "serviceInvariantUUID": "fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "106fd347-1a0b-4f2a-aade-b21766eec282", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf52c8fa-c655-48cb-9b6c-3c220dc9fd57", "resourceInvariantUUID": "5808293d-2e0c-4719-9fe6-a5033b03b4b7", "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": "MWVkZDBiMjRjM2VhYmNlN2FhOTY3MmUxOGI4MzE2ZTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0485d41c-3f50-415e-8915-4bb19d4a42f2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b189498d-3add-40a0-aae9-6b75d8c41280", "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e88eb4b8-0024-4ff9-ad21-69a7890f0c1f", "generatedFromUUID": "b189498d-3add-40a0-aae9-6b75d8c41280" }, "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e88eb4b8-0024-4ff9-ad21-69a7890f0c1f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODJmZTA3ZTJmZjJlMzU2NTcyZTczZGE3NjE4NmVlMzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "12376a01-00e0-464f-a0eb-189dbbbb979b" } ], "workloadContext": "Production" } 2021-08-31T08:39:37.858Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-31T08:39:37.858Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99aa9686-6366-45fd-b771-1d5ac8a3d62e ASDC 2021-08-31T08:39:37.860Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:1cf1fa1b-dd83-4ad4-b042-536eb407e609 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:99aa9686-6366-45fd-b771-1d5ac8a3d62e ServiceInvariantUUID:fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375 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:12376a01-00e0-464f-a0eb-189dbbbb979b ArtifactChecksum:ODJmZTA3ZTJmZjJlMzU2NTcyZTczZGE3NjE4NmVlMzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:106fd347-1a0b-4f2a-aade-b21766eec282 ResourceInvariantUUID:5808293d-2e0c-4719-9fe6-a5033b03b4b7 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:bf52c8fa-c655-48cb-9b6c-3c220dc9fd57 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:0485d41c-3f50-415e-8915-4bb19d4a42f2 ArtifactChecksum:MWVkZDBiMjRjM2VhYmNlN2FhOTY3MmUxOGI4MzE2ZTU= 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:b189498d-3add-40a0-aae9-6b75d8c41280 ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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:e88eb4b8-0024-4ff9-ad21-69a7890f0c1f ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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:e88eb4b8-0024-4ff9-ad21-69a7890f0c1f ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-31T08:39:37.860Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99aa9686-6366-45fd-b771-1d5ac8a3d62e 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-08-31T08:39:37.895Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:39:37.896Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:39:37.896Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:39:37.896Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 12376a01-00e0-464f-a0eb-189dbbbb979b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-31T08:39:37.896Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:39:37.897Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-31T08:39:38.263Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:39:38.266Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 12376a01-00e0-464f-a0eb-189dbbbb979b 78578 2021-08-31T08:39:38.266Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-08-31T08:39:38.267Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-31T08:39:38.267Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:39:38.267Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:38.269Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:38.269Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399178266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:39:38.369Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:38.370Z||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-08-31T08:39:38.370Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:38.380Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:38.380Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:39.269Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:39:39.271Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:39:39.271Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 12376a01-00e0-464f-a0eb-189dbbbb979b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:39.271Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-08-31T08:39:39.271Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:39.272Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:39.532Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9992464302702132518/Definitions/service-BasicVmMacro-template.yml 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_vlan_requirements" 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 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_name" is not provided 2021-08-31T08:39:40.735Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-31T08:39:40.736Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:39:40.736Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:40.736Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-31T08:39:40.737Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:40.737Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:40.737Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:40.737Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:40.737Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:40.737Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:40.737Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:40.737Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:40.738Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-31T08:39:40.738Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:39:40.738Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.738Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:40.738Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-31T08:39:40.739Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:39:40.739Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:39:40.739Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.739Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:40.739Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-31T08:39:40.739Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:39:40.740Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:39:40.740Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.740Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:40.740Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.740Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-31T08:39:40.741Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-31T08:39:40.741Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-31T08:39:40.741Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-31T08:39:40.741Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-31T08:39:40.741Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-31T08:39:40.742Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.742Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:39:40.742Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.742Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-31T08:39:40.742Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:39:40.742Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.743Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-31T08:39:40.743Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:39:40.743Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.743Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-31T08:39:40.743Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:39:40.744Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.744Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-31T08:39:40.744Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-31T08:39:40.744Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-31T08:39:40.744Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=55fbdf50-99cd-4c09-b673-62d0d602c70d 2021-08-31T08:39:40.745Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.745Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:40.745Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.745Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:40.745Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.745Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:40.746Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:40.746Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:40.746Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:99aa9686-6366-45fd-b771-1d5ac8a3d62e Model Version:NULL Model InvariantUuid:fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:74a1b16b-8512-4b70-bcb2-cd8a057152f4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5808293d-2e0c-4719-9fe6-a5033b03b4b7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:106fd347-1a0b-4f2a-aade-b21766eec282 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:47dfdbf6-a985-4f06-ae4e-79db04716a15 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:041b39b6-a7af-43e2-b99a-fb4bbf0e07e0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:55fbdf50-99cd-4c09-b673-62d0d602c70d ModelInvariantUuid:bd2454db-c72c-4c9e-9174-4efc295d0b42 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:f514ad7d-d369-4915-b51b-4b476520de13 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:6f0d068f-00ad-426c-8be4-d5ff2a651ef4 ModelInvariantUuid:714677fc-168c-4795-928f-29e893068e44 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:c883da46-18c0-4c9b-b7ae-f72795220b25 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-31T08:39:40.752Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: bf52c8fa-c655-48cb-9b6c-3c220dc9fd57 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:39:40.756Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2021-08-31T08:39:40.756Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf52c8fa-c655-48cb-9b6c-3c220dc9fd57 2021-08-31T08:39:40.756Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0485d41c-3f50-415e-8915-4bb19d4a42f2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-08-31T08:39:40.757Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:39:40.757Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-08-31T08:39:41.547Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:39:41.548Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0485d41c-3f50-415e-8915-4bb19d4a42f2 792 2021-08-31T08:39:41.549Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-08-31T08:39:41.549Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-08-31T08:39:41.549Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:39:41.549Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:41.553Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:41.553Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399181549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:39:41.653Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:41.654Z||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-08-31T08:39:41.654Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:41.665Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:41.665Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:42.555Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "47dfdbf6-a985-4f06-ae4e-79db04716a15", "vfModuleModelVersion": "1", "vfModuleModelUUID": "041b39b6-a7af-43e2-b99a-fb4bbf0e07e0", "vfModuleModelCustomizationUUID": "42f9eecb-2a32-4193-bbfc-a25d6eaf9e32", "isBase": true, "artifacts": [ "b189498d-3add-40a0-aae9-6b75d8c41280", "e88eb4b8-0024-4ff9-ad21-69a7890f0c1f" ], "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-08-31T08:39:42.561Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:041b39b6-a7af-43e2-b99a-fb4bbf0e07e0 VfModuleModelInvariantUUID:47dfdbf6-a985-4f06-ae4e-79db04716a15 VfModuleModelDescription:NULL Artifacts UUID List:{ b189498d-3add-40a0-aae9-6b75d8c41280 , e88eb4b8-0024-4ff9-ad21-69a7890f0c1f } 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-08-31T08:39:42.565Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "47dfdbf6-a985-4f06-ae4e-79db04716a15", "vfModuleModelVersion": "1", "vfModuleModelUUID": "041b39b6-a7af-43e2-b99a-fb4bbf0e07e0", "vfModuleModelCustomizationUUID": "42f9eecb-2a32-4193-bbfc-a25d6eaf9e32", "isBase": true, "artifacts": [ "b189498d-3add-40a0-aae9-6b75d8c41280", "e88eb4b8-0024-4ff9-ad21-69a7890f0c1f" ], "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-08-31T08:39:42.566Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:041b39b6-a7af-43e2-b99a-fb4bbf0e07e0 VfModuleModelInvariantUUID:47dfdbf6-a985-4f06-ae4e-79db04716a15 VfModuleModelDescription:NULL Artifacts UUID List:{ b189498d-3add-40a0-aae9-6b75d8c41280 , e88eb4b8-0024-4ff9-ad21-69a7890f0c1f } 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-08-31T08:39:42.566Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b189498d-3add-40a0-aae9-6b75d8c41280 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-08-31T08:39:42.566Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:39:42.566Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-08-31T08:39:44.832Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:39:44.833Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b189498d-3add-40a0-aae9-6b75d8c41280 5033 2021-08-31T08:39:44.834Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-08-31T08:39:44.834Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-08-31T08:39:44.835Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:39:44.835Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:44.838Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:44.838Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399184834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:39:44.938Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:44.939Z||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-08-31T08:39:44.939Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:44.950Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:44.950Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:45.844Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e88eb4b8-0024-4ff9-ad21-69a7890f0c1f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-08-31T08:39:45.845Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:39:45.845Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-08-31T08:39:47.367Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:39:47.369Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e88eb4b8-0024-4ff9-ad21-69a7890f0c1f 903 2021-08-31T08:39:47.370Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-08-31T08:39:47.370Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-08-31T08:39:47.371Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:39:47.371Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:47.375Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:47.376Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399187369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:39:47.476Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:39:47.477Z||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-08-31T08:39:47.477Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:47.488Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:47.488Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:48.378Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 99aa9686-6366-45fd-b771-1d5ac8a3d62e 2021-08-31T08:39:48.379Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 bf52c8fa-c655-48cb-9b6c-3c220dc9fd57 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:39:48.399Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.399Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:48.399Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-31T08:39:48.400Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 106fd347-1a0b-4f2a-aade-b21766eec282 2021-08-31T08:39:48.400Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 106fd347-1a0b-4f2a-aade-b21766eec282 matches Tosca VF Customization UUID: 106fd347-1a0b-4f2a-aade-b21766eec282 2021-08-31T08:39:48.400Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 106fd347-1a0b-4f2a-aade-b21766eec282 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-31T08:39:48.402Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.402Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:48.403Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 106fd347-1a0b-4f2a-aade-b21766eec282: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-08-31T08:39:48.403Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18a538ea 2021-08-31T08:39:48.403Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.403Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:39:48.404Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42f9eecb-2a32-4193-bbfc-a25d6eaf9e32 2021-08-31T08:39:48.404Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42f9eecb-2a32-4193-bbfc-a25d6eaf9e32 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-31T08:39:48.406Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.406Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-31T08:39:48.407Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:39:48.407Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.407Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-31T08:39:48.407Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:39:48.408Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.408Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-31T08:39:48.408Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-31T08:39:48.408Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-31T08:39:48.409Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=55fbdf50-99cd-4c09-b673-62d0d602c70d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-31T08:39:48.411Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.411Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-31T08:39:48.412Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:39:48.412Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.412Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-31T08:39:48.412Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=106fd347-1a0b-4f2a-aade-b21766eec282 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:39:48.414Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.414Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:48.414Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 99aa9686-6366-45fd-b771-1d5ac8a3d62e: basic_vm_macro 2021-08-31T08:39:48.414Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.415Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:48.415Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.415Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:48.415Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.415Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:48.416Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.416Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:48.416Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:39:48.416Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:39:48.417Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-31T08:39:48.511Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro bf52c8fa-c655-48cb-9b6c-3c220dc9fd57 1 ASDC deployResourceStructure 2021-08-31T08:39:48.513Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-08-31T08:39:48.513Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-08-31T08:39:48.513Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:39:48.514Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:48.516Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:48.516Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399188513, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:39:48.616Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:39:48.617Z||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-08-31T08:39:48.617Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:48.627Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:48.627Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:49.518Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-08-31T08:39:49.518Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-08-31T08:39:49.519Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:39:49.520Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:49.522Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:49.522Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399189517, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:39:49.623Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:49.624Z||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-08-31T08:39:49.624Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:49.678Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:49.678Z||pool-69-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:50.525Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-08-31T08:39:50.525Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-08-31T08:39:50.526Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:39:50.526Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:50.529Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:50.529Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399190524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-31T08:39:50.629Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:50.631Z||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-08-31T08:39:50.631Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:50.644Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:50.644Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:51.530Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-08-31T08:39:51.530Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-31T08:39:51.530Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:39:51.531Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:39:51.533Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:39:51.533Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399191530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:39:51.633Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:39:51.634Z||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-08-31T08:39:51.634Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:39:51.647Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:39:51.648Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:39:52.538Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cf1fa1b-dd83-4ad4-b042-536eb407e609 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:39:52.553Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cf1fa1b-dd83-4ad4-b042-536eb407e609 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-08-31T08:39:52.556Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:39:52.556Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:39:52.556Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-31T08:39:52.556Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-31T08:39:52.557Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:39:52.557Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:39:52.557Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:39:52.557Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:39:52.557Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:39:52.557Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:39:52.558Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-31T08:39:52.562Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-31T08:40:22.563Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cf1fa1b-dd83-4ad4-b042-536eb407e609 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-08-31T08:40:22.576Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cf1fa1b-dd83-4ad4-b042-536eb407e609 and serviceModelVersionId: 99aa9686-6366-45fd-b771-1d5ac8a3d62e 2021-08-31T08:40:22.576Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375 2021-08-31T08:40:22.578Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375/model-vers/model-ver/99aa9686-6366-45fd-b771-1d5ac8a3d62e?depth=0 2021-08-31T08:40:22.585Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-31T08:40:22.654Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375/model-vers/model-ver/99aa9686-6366-45fd-b771-1d5ac8a3d62e?depth=0|INFO|500||Invoke 2021-08-31T08:40:22.655Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375/model-vers/model-ver/99aa9686-6366-45fd-b771-1d5ac8a3d62e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375/model-vers/model-ver/99aa9686-6366-45fd-b771-1d5ac8a3d62e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1cf1fa1b-dd83-4ad4-b042-536eb407e609], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a05df55f-ab4e-4674-9feb-4629c366756b], X-ECOMP-RequestID=[1cf1fa1b-dd83-4ad4-b042-536eb407e609], X-TransactionId=[], X-ONAP-RequestID=[1cf1fa1b-dd83-4ad4-b042-536eb407e609], Content-Type=[application/merge-patch+json]} 2021-08-31T08:40:22.686Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375/model-vers/model-ver/99aa9686-6366-45fd-b771-1d5ac8a3d62e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-31T08:40:23.134Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375/model-vers/model-ver/99aa9686-6366-45fd-b771-1d5ac8a3d62e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375/model-vers/model-ver/99aa9686-6366-45fd-b771-1d5ac8a3d62e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210831-08:40:22:701-50932], vertex-id=[167992], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:40:22 GMT], Content-Type=[application/json]} 2021-08-31T08:40:23.135Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375/model-vers/model-ver/99aa9686-6366-45fd-b771-1d5ac8a3d62e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-31T08:40:23.135Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe9c35e6-53dd-4d4b-a9fe-c55fe7db9375/model-vers/model-ver/99aa9686-6366-45fd-b771-1d5ac8a3d62e?depth=0|INFO|500||InvokeReturn 2021-08-31T08:40:23.136Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-31T08:40:23.136Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:40:23.141Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-31T08:40:23.142Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cf1fa1b-dd83-4ad4-b042-536eb407e609 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-31T08:40:23.142Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-31T08:40:23.143Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:23.145Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:23.145Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399223142, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:40:23.245Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:40:23.246Z||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-08-31T08:40:23.246Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:23.260Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:23.261Z||pool-72-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-08-31T08:40:24.159Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-31T08:40:24.159Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"40391a84-a680-4a9b-b77a-eaad0788b66d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3d9d098d-3f11-4c5e-91da-717114858b3a","serviceDescription":"service","serviceInvariantUUID":"fe339adb-6c37-41a7-8662-63cc09492601","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d7794757-fc57-437b-a6c9-20bfc5960290","resourceInvariantUUID":"04796d44-1513-4b6e-8db0-7be1f1bd8c06","resourceCustomizationUUID":"9b8fe3e9-44fc-4e7b-9e09-d4faa883e5d5","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":"OGQyNzA3ZTUxODhiZGMzZDlkZWZmZDdhYjU1MzE3NGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"597523f1-547d-4431-b15f-a25f84602d8a","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":"5008b144-6ba7-4165-93c5-9f7bc3688e2f","artifactVersion":"2","generatedFromUUID":"cf8ff563-939f-46c6-8813-bc30383c86ba"},{"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":"cf8ff563-939f-46c6-8813-bc30383c86ba","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":"NGEwZDFmNmIzYTFmYTMxYjQ5NDM4NjdiNzk4MjE5NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"689f23ad-9865-4ddb-b9a0-3623cc98f609","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":"86fa3ea0-ff04-4a59-b7a5-d143967bb814","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":"70cb5f85-3e0d-4606-8cd5-63342b9f28ed","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":"054465a1-958c-481a-9c68-8de7855f990e","artifactVersion":"2","generatedFromUUID":"86fa3ea0-ff04-4a59-b7a5-d143967bb814"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDFkNzQzNjM0OTUwODVhMjE0OGI1NzQzYjk1ZmQyOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b00e16b-bb99-4f28-9d7a-d2fd05befd02","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWZlYzJkM2FhMDBlY2U0OTU2NWQyNDQ0ZDM3Y2E2OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f11cb5f-5e09-4f3d-b909-9dd6ca8c188a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-31T08:40:24.160Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:40:24.160Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:24.163Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:24.163Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:24.263Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:24.264Z||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-08-31T08:40:24.264Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:24.280Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:24.281Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:25.164Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:40:25.164Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:25.166Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:25.167Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-31T08:40:25.268Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-31T08:40:25.269Z||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-08-31T08:40:25.269Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:25.283Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:25.284Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:40:26.168Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:40:26.169Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:26.171Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:26.171Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-31T08:40:26.271Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:26.308Z||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-08-31T08:40:26.308Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:26.349Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:26.350Z||pool-75-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:27.171Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:40:27.172Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:27.174Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:27.175Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:40:27.275Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:27.275Z||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-08-31T08:40:27.276Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:27.319Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:27.319Z||pool-76-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:40:28.175Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:40:28.179Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:28.183Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:28.183Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-31T08:40:28.283Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:28.284Z||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-08-31T08:40:28.284Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:28.296Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:28.297Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:29.184Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:40:29.185Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:29.187Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:29.187Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:29.287Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:29.288Z||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-08-31T08:40:29.289Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:29.309Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:29.309Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:40:30.188Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:40:30.188Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:30.190Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:30.191Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-31T08:40:30.291Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:30.292Z||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-08-31T08:40:30.292Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:30.303Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:30.303Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:31.191Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:40:31.192Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:31.194Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:31.194Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:31.294Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:31.295Z||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-08-31T08:40:31.295Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:31.304Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:31.304Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:40:32.044Z||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-08-31T08:40:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:40:32.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:32.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399052424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:40:32.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:40:32.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399046954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "ves-openapi-manager", "timestamp": 1630399044137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "dcae-sch", "timestamp": 1630399047446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399053428, "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-08-31T08:40:32.078Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40391a84-a680-4a9b-b77a-eaad0788b66d 2021-08-31T08:40:32.078Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40391a84-a680-4a9b-b77a-eaad0788b66d 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-08-31T08:40:32.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399046954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-31T08:40:32.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "dcae-sch", "timestamp": 1630399047446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399046954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399054140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "dcae-sch", "timestamp": 1630399047446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399046954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:40:32.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399054140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "dcae-sch", "timestamp": 1630399047446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399054140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399057255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:32.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:40:32.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399054140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:40:32.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399057755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399058486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:32.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:40:32.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399054140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399057755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399059676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:32.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:40:32.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399054140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399057755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399054140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399061254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:32.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:40:32.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399057755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399054140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399062315, "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-08-31T08:40:32.099Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40391a84-a680-4a9b-b77a-eaad0788b66d 2021-08-31T08:40:32.099Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40391a84-a680-4a9b-b77a-eaad0788b66d 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-08-31T08:40:32.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399057755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399054140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:40:32.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "multicloud-k8s-id", "timestamp": 1630399063318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:40:32.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:40:32.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399057755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399057755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399057755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:40:32.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399057755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:40:32.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:40:32.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399068189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:32.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:40:32.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399077057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:32.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:40:32.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399077773, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:40:32.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:40:32.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "aai-ml", "timestamp": 1630399078780, "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-08-31T08:40:32.116Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40391a84-a680-4a9b-b77a-eaad0788b66d 2021-08-31T08:40:32.116Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40391a84-a680-4a9b-b77a-eaad0788b66d 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-08-31T08:40:32.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399079066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:40:32.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:40:32.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:40:32.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "clamp", "timestamp": 1630399080070, "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-08-31T08:40:32.127Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40391a84-a680-4a9b-b77a-eaad0788b66d 2021-08-31T08:40:32.128Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40391a84-a680-4a9b-b77a-eaad0788b66d 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-08-31T08:40:32.195Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:40:32.196Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:32.199Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:32.199Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:40:32.299Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:32.300Z||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-08-31T08:40:32.300Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:32.310Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:32.311Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:33.200Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "3d9d098d-3f11-4c5e-91da-717114858b3a", "serviceDescription": "service", "serviceInvariantUUID": "fe339adb-6c37-41a7-8662-63cc09492601", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "9b8fe3e9-44fc-4e7b-9e09-d4faa883e5d5", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d7794757-fc57-437b-a6c9-20bfc5960290", "resourceInvariantUUID": "04796d44-1513-4b6e-8db0-7be1f1bd8c06", "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": "5008b144-6ba7-4165-93c5-9f7bc3688e2f", "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": "cf8ff563-939f-46c6-8813-bc30383c86ba", "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": "NGEwZDFmNmIzYTFmYTMxYjQ5NDM4NjdiNzk4MjE5NDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "689f23ad-9865-4ddb-b9a0-3623cc98f609", "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": "86fa3ea0-ff04-4a59-b7a5-d143967bb814", "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": "054465a1-958c-481a-9c68-8de7855f990e", "generatedFromUUID": "86fa3ea0-ff04-4a59-b7a5-d143967bb814" }, "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": "054465a1-958c-481a-9c68-8de7855f990e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MWZlYzJkM2FhMDBlY2U0OTU2NWQyNDQ0ZDM3Y2E2OGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f11cb5f-5e09-4f3d-b909-9dd6ca8c188a" } ], "workloadContext": "Production" } 2021-08-31T08:40:33.201Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-31T08:40:33.203Z|1cf1fa1b-dd83-4ad4-b042-536eb407e609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3d9d098d-3f11-4c5e-91da-717114858b3a ASDC 2021-08-31T08:40:33.204Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:40391a84-a680-4a9b-b77a-eaad0788b66d ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:3d9d098d-3f11-4c5e-91da-717114858b3a ServiceInvariantUUID:fe339adb-6c37-41a7-8662-63cc09492601 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:4f11cb5f-5e09-4f3d-b909-9dd6ca8c188a ArtifactChecksum:MWZlYzJkM2FhMDBlY2U0OTU2NWQyNDQ0ZDM3Y2E2OGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:9b8fe3e9-44fc-4e7b-9e09-d4faa883e5d5 ResourceInvariantUUID:04796d44-1513-4b6e-8db0-7be1f1bd8c06 ResourceName:basic_cnf ResourceType:VF ResourceUUID:d7794757-fc57-437b-a6c9-20bfc5960290 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:5008b144-6ba7-4165-93c5-9f7bc3688e2f 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:cf8ff563-939f-46c6-8813-bc30383c86ba 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:689f23ad-9865-4ddb-b9a0-3623cc98f609 ArtifactChecksum:NGEwZDFmNmIzYTFmYTMxYjQ5NDM4NjdiNzk4MjE5NDI= 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:86fa3ea0-ff04-4a59-b7a5-d143967bb814 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:054465a1-958c-481a-9c68-8de7855f990e 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:054465a1-958c-481a-9c68-8de7855f990e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-31T08:40:33.204Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d9d098d-3f11-4c5e-91da-717114858b3a 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-08-31T08:40:33.239Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:40:33.239Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:40:33.240Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:40:33.240Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4f11cb5f-5e09-4f3d-b909-9dd6ca8c188a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-31T08:40:33.240Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:40:33.240Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-31T08:40:36.466Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:40:36.469Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4f11cb5f-5e09-4f3d-b909-9dd6ca8c188a 68765 2021-08-31T08:40:36.470Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-31T08:40:36.470Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-31T08:40:36.470Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:40:36.470Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:36.472Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:36.473Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399236470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:36.573Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:36.574Z||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-08-31T08:40:36.574Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:36.616Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:36.616Z||pool-82-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:37.473Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:40:37.474Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:40:37.474Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4f11cb5f-5e09-4f3d-b909-9dd6ca8c188a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-31T08:40:37.475Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-08-31T08:40:37.475Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-31T08:40:37.475Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-31T08:40:37.643Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1036598244772442011/Definitions/service-BasicCnf-template.yml 2021-08-31T08:40:38.819Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-31T08:40:38.819Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:40:38.819Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-31T08:40:38.819Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-08-31T08:40:38.820Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-31T08:40:38.820Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-31T08:40:38.820Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-31T08:40:38.820Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-31T08:40:38.820Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:40:38.820Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.820Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:38.820Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-31T08:40:38.821Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:40:38.821Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:40:38.821Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.821Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:38.821Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-31T08:40:38.821Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:40:38.822Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:40:38.822Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.822Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:38.822Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.822Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-31T08:40:38.822Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-08-31T08:40:38.822Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2021-08-31T08:40:38.823Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-31T08:40:38.823Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.823Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:40:38.823Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.823Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-31T08:40:38.823Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:40:38.823Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.824Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-31T08:40:38.824Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:40:38.824Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.824Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-31T08:40:38.824Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:40:38.824Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.824Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-31T08:40:38.825Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-31T08:40:38.825Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d61ae97f-c8f6-4d20-896f-451fe058a231 2021-08-31T08:40:38.825Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.825Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:38.825Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.825Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:38.825Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.826Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:38.826Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:38.826Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:38.826Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:3d9d098d-3f11-4c5e-91da-717114858b3a Model Version:NULL Model InvariantUuid:fe339adb-6c37-41a7-8662-63cc09492601 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:118ce47a-dfdb-4ac3-8010-5ab098cdf0dd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:04796d44-1513-4b6e-8db0-7be1f1bd8c06 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9b8fe3e9-44fc-4e7b-9e09-d4faa883e5d5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fe5970b2-ae13-4661-b2db-72abd89f5dd2 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:4b4e0875-69f1-4178-8686-841a84184e1d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d61ae97f-c8f6-4d20-896f-451fe058a231 ModelInvariantUuid:2d32166b-0fda-45ba-9671-692a86c6b652 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:fc8e0594-1703-4481-a2f2-2bf51435339b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:2cd4b43d-18f7-4559-9186-12ce854e50f5 ModelInvariantUuid:cab754dc-2f9b-47c6-8652-2fb5e624a271 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:20aa9ac0-d96c-4029-bc33-a2c3e690c66d 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-31T08:40:38.834Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d7794757-fc57-437b-a6c9-20bfc5960290 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:40:38.841Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||basic_cnf 0 2021-08-31T08:40:38.841Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d7794757-fc57-437b-a6c9-20bfc5960290 2021-08-31T08:40:38.841Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5008b144-6ba7-4165-93c5-9f7bc3688e2f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-31T08:40:38.841Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:40:38.842Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-31T08:40:39.047Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:40:39.048Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5008b144-6ba7-4165-93c5-9f7bc3688e2f 12 2021-08-31T08:40:39.048Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-08-31T08:40:39.048Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-31T08:40:39.048Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:40:39.049Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:39.050Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:39.050Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399239048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:39.150Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:39.151Z||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-08-31T08:40:39.152Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:39.214Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:39.215Z||pool-83-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:40:40.051Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cf8ff563-939f-46c6-8813-bc30383c86ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-31T08:40:40.052Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:40:40.052Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-31T08:40:40.460Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:40:40.460Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cf8ff563-939f-46c6-8813-bc30383c86ba 2688 2021-08-31T08:40:40.461Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-08-31T08:40:40.461Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-31T08:40:40.461Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:40:40.462Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:40.464Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:40.464Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399240461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:40.564Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:40.565Z||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-08-31T08:40:40.565Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:40.583Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:40.584Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:41.465Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 689f23ad-9865-4ddb-b9a0-3623cc98f609 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-31T08:40:41.466Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:40:41.466Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-31T08:40:41.844Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:40:41.845Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 689f23ad-9865-4ddb-b9a0-3623cc98f609 828 2021-08-31T08:40:41.845Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-08-31T08:40:41.845Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-31T08:40:41.845Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:40:41.846Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:41.848Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:41.848Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399241845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:41.949Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-31T08:40:41.950Z||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-08-31T08:40:41.950Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:41.979Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:41.980Z||pool-85-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:42.848Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "fe5970b2-ae13-4661-b2db-72abd89f5dd2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b4e0875-69f1-4178-8686-841a84184e1d", "vfModuleModelCustomizationUUID": "d9885a5f-fa6a-43e0-bcfd-6716dcac2b8b", "isBase": true, "artifacts": [ "cf8ff563-939f-46c6-8813-bc30383c86ba", "86fa3ea0-ff04-4a59-b7a5-d143967bb814", "054465a1-958c-481a-9c68-8de7855f990e" ], "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-08-31T08:40:42.853Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b4e0875-69f1-4178-8686-841a84184e1d VfModuleModelInvariantUUID:fe5970b2-ae13-4661-b2db-72abd89f5dd2 VfModuleModelDescription:NULL Artifacts UUID List:{ cf8ff563-939f-46c6-8813-bc30383c86ba , 86fa3ea0-ff04-4a59-b7a5-d143967bb814 , 054465a1-958c-481a-9c68-8de7855f990e } 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-08-31T08:40:42.855Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "fe5970b2-ae13-4661-b2db-72abd89f5dd2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b4e0875-69f1-4178-8686-841a84184e1d", "vfModuleModelCustomizationUUID": "d9885a5f-fa6a-43e0-bcfd-6716dcac2b8b", "isBase": true, "artifacts": [ "cf8ff563-939f-46c6-8813-bc30383c86ba", "86fa3ea0-ff04-4a59-b7a5-d143967bb814", "054465a1-958c-481a-9c68-8de7855f990e" ], "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-08-31T08:40:42.856Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b4e0875-69f1-4178-8686-841a84184e1d VfModuleModelInvariantUUID:fe5970b2-ae13-4661-b2db-72abd89f5dd2 VfModuleModelDescription:NULL Artifacts UUID List:{ cf8ff563-939f-46c6-8813-bc30383c86ba , 86fa3ea0-ff04-4a59-b7a5-d143967bb814 , 054465a1-958c-481a-9c68-8de7855f990e } 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-08-31T08:40:42.856Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 86fa3ea0-ff04-4a59-b7a5-d143967bb814 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-31T08:40:42.856Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:40:42.856Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-31T08:40:44.724Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:40:44.725Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 86fa3ea0-ff04-4a59-b7a5-d143967bb814 1164 2021-08-31T08:40:44.725Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-08-31T08:40:44.725Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-31T08:40:44.725Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:40:44.726Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:44.728Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:44.728Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399244725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:44.828Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:44.829Z||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-08-31T08:40:44.829Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:44.843Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:44.844Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:45.729Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 054465a1-958c-481a-9c68-8de7855f990e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-31T08:40:45.729Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:40:45.729Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-31T08:40:46.800Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:40:46.801Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 054465a1-958c-481a-9c68-8de7855f990e 200 2021-08-31T08:40:46.801Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-08-31T08:40:46.801Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-31T08:40:46.802Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:40:46.802Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:46.805Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:46.805Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399246801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:40:46.905Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:46.906Z||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-08-31T08:40:46.907Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:46.920Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:46.921Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:47.806Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3d9d098d-3f11-4c5e-91da-717114858b3a 2021-08-31T08:40:47.807Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d7794757-fc57-437b-a6c9-20bfc5960290 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-08-31T08:40:47.823Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:40:47.832Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.832Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:47.832Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-31T08:40:47.832Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9b8fe3e9-44fc-4e7b-9e09-d4faa883e5d5 2021-08-31T08:40:47.832Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b8fe3e9-44fc-4e7b-9e09-d4faa883e5d5 matches Tosca VF Customization UUID: 9b8fe3e9-44fc-4e7b-9e09-d4faa883e5d5 2021-08-31T08:40:47.832Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9b8fe3e9-44fc-4e7b-9e09-d4faa883e5d5 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-31T08:40:47.835Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.835Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:47.835Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9b8fe3e9-44fc-4e7b-9e09-d4faa883e5d5: {\"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-08-31T08:40:47.835Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e94cdc4 2021-08-31T08:40:47.835Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.836Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:40:47.836Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9885a5f-fa6a-43e0-bcfd-6716dcac2b8b 2021-08-31T08:40:47.836Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9885a5f-fa6a-43e0-bcfd-6716dcac2b8b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-31T08:40:47.838Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.838Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-31T08:40:47.838Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:40:47.838Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.839Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-31T08:40:47.839Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:40:47.839Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.839Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-31T08:40:47.839Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-31T08:40:47.839Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d61ae97f-c8f6-4d20-896f-451fe058a231 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-31T08:40:47.841Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.841Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-31T08:40:47.841Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:40:47.842Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.842Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-31T08:40:47.842Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9b8fe3e9-44fc-4e7b-9e09-d4faa883e5d5 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:40:47.844Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.844Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:47.844Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3d9d098d-3f11-4c5e-91da-717114858b3a: basic_cnf 2021-08-31T08:40:47.844Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.844Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:47.845Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.845Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:47.845Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.845Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:47.845Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.846Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:47.846Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:40:47.846Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:40:47.847Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-31T08:40:47.911Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d7794757-fc57-437b-a6c9-20bfc5960290 1 ASDC deployResourceStructure 2021-08-31T08:40:47.912Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-08-31T08:40:47.912Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-08-31T08:40:47.912Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-31T08:40:47.913Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:47.914Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:47.914Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399247911, "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-08-31T08:40:48.014Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:48.015Z||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-08-31T08:40:48.015Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:48.026Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:48.027Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:48.916Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-08-31T08:40:48.916Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-08-31T08:40:48.916Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-31T08:40:48.917Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:48.919Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:48.919Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399248916, "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-08-31T08:40:49.019Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:49.020Z||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-08-31T08:40:49.020Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:49.053Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:49.054Z||pool-89-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:40:49.922Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-08-31T08:40:49.923Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-31T08:40:49.923Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:40:49.925Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:49.929Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:49.929Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399249921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:40:50.029Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:50.030Z||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-08-31T08:40:50.030Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:50.049Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:50.049Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:50.933Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-08-31T08:40:50.934Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-31T08:40:50.934Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:40:50.935Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:50.937Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:50.937Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399250933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:40:51.038Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:51.039Z||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-08-31T08:40:51.039Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:51.050Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:51.050Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:51.938Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-08-31T08:40:51.938Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-31T08:40:51.939Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:40:51.939Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:51.941Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:51.941Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399251938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-31T08:40:52.042Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:52.043Z||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-08-31T08:40:52.043Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:52.062Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:52.062Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:52.951Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-31T08:40:52.953Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-31T08:40:52.953Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:40:52.954Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:40:52.960Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:40:52.960Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399252951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:40:53.062Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:40:53.068Z||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-08-31T08:40:53.069Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:40:53.095Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:40:53.096Z||pool-93-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:40:53.961Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40391a84-a680-4a9b-b77a-eaad0788b66d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:40:53.978Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40391a84-a680-4a9b-b77a-eaad0788b66d 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-08-31T08:40:53.983Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:40:53.983Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:40:53.983Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-31T08:40:53.984Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-31T08:40:53.984Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:40:53.984Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:40:53.984Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:40:53.984Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:40:53.984Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:40:53.984Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:40:53.985Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-31T08:40:53.990Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-31T08:41:23.990Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40391a84-a680-4a9b-b77a-eaad0788b66d 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-08-31T08:41:23.998Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40391a84-a680-4a9b-b77a-eaad0788b66d and serviceModelVersionId: 3d9d098d-3f11-4c5e-91da-717114858b3a 2021-08-31T08:41:23.999Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe339adb-6c37-41a7-8662-63cc09492601 2021-08-31T08:41:24.001Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe339adb-6c37-41a7-8662-63cc09492601/model-vers/model-ver/3d9d098d-3f11-4c5e-91da-717114858b3a?depth=0 2021-08-31T08:41:24.008Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-31T08:41:24.061Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe339adb-6c37-41a7-8662-63cc09492601/model-vers/model-ver/3d9d098d-3f11-4c5e-91da-717114858b3a?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-08-31T08:41:24.064Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe339adb-6c37-41a7-8662-63cc09492601/model-vers/model-ver/3d9d098d-3f11-4c5e-91da-717114858b3a?depth=0|INFO|500||Invoke 2021-08-31T08:41:24.086Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe339adb-6c37-41a7-8662-63cc09492601/model-vers/model-ver/3d9d098d-3f11-4c5e-91da-717114858b3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-31T08:41:24.402Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe339adb-6c37-41a7-8662-63cc09492601/model-vers/model-ver/3d9d098d-3f11-4c5e-91da-717114858b3a?depth=0|INFO|500||InvokeReturn 2021-08-31T08:41:24.403Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe339adb-6c37-41a7-8662-63cc09492601/model-vers/model-ver/3d9d098d-3f11-4c5e-91da-717114858b3a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210831-08:41:24:102-49612], vertex-id=[184472], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:41:24 GMT], Content-Type=[application/json]} 2021-08-31T08:41:24.404Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-08-31T08:41:24.404Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-31T08:41:24.404Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:41:24.408Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-31T08:41:24.409Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40391a84-a680-4a9b-b77a-eaad0788b66d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-31T08:41:24.409Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-31T08:41:24.409Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:41:24.411Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:41:24.411Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399284409, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:41:24.511Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:41:24.513Z||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-08-31T08:41:24.513Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:41:24.538Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:41:24.539Z||pool-94-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-31T08:41:25.424Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:41:25.425Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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-08-31T08:41:25.425Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:41:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:41:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:41:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:41:32.072Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:41:32.073Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:41:32.073Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "97465385-f198-444e-ba62-0e81502ec24f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399164446, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:41:32.074Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:41:32.074Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:41:32.074Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:41:32.074Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:41:32.074Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:41:32.074Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:41:32.074Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:41:32.074Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:41:32.074Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-31T08:41:32.075Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:41:34.985Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:41:34.986Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:41:34.987Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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-08-31T08:41:34.987Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:41:44.557Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:41:44.558Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:41:44.559Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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-08-31T08:41:44.559Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:41:54.129Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:41:54.130Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:41:54.132Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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-08-31T08:41:54.132Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:42:03.679Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:42:32.042Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:42:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:42:32.045Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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-08-31T08:42:32.045Z||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-08-31T08:42:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:42:32.045Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:42:32.110Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:42:32.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:42:32.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-31T08:42:32.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:42:32.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:42:32.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:42:32.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399178266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:42:32.117Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:42:32.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399181549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:42:32.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:42:32.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399184834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:42:32.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:42:32.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399187369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:42:32.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:42:32.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399188513, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:42:32.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:42:32.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399189517, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:42:32.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:42:32.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399190524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-31T08:42:32.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:42:32.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399191530, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:42:32.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:42:32.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cf1fa1b-dd83-4ad4-b042-536eb407e609", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399223142, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:42:32.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:42:32.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:42:32.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-31T08:42:32.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-31T08:42:32.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:42:32.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-31T08:42:32.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:42:32.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-31T08:42:32.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:32.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:42:32.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:42:32.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:42:41.629Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:43:32.042Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:43:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:43:32.046Z||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-08-31T08:43:32.046Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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-08-31T08:43:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:43:32.046Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:43:32.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:43:32.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399165468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:43:32.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-31T08:43:32.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399236470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:43:32.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399239048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:43:32.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399240461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-31T08:43:32.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399241845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:43:32.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399244725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:43:32.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399246801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:43:32.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399247911, "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-08-31T08:43:32.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399248916, "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-08-31T08:43:32.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399249921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:43:32.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399250933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:43:32.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399251938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-31T08:43:32.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399252951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:43:32.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:32.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-31T08:43:32.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "40391a84-a680-4a9b-b77a-eaad0788b66d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399284409, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:43:32.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:43:41.631Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:44:32.042Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:44:32.043Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:44:32.046Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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-08-31T08:44:32.046Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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-08-31T08:44:32.046Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:44:32.047Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:44:41.633Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:44:41.633Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:45:32.042Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:45:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:45:32.047Z||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-08-31T08:45:32.047Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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-08-31T08:45:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:45:32.047Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:45:41.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:45:41.640Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:32.042Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:46:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:46:32.046Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:46:32.046Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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-08-31T08:46:32.046Z|40391a84-a680-4a9b-b77a-eaad0788b66d|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:46:32.046Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:46:32.698Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:32.700Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.700Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f40d5d38-2116-417e-bd03-40c269ba70a8","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"74f78f2d-9ce4-4469-a61e-a2098733f8ea","serviceDescription":"service","serviceInvariantUUID":"05450f70-9d74-40d3-931c-8048d3032fe3","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc61d35c-4d9f-48d6-9729-96e919ab517d","resourceInvariantUUID":"f30b464c-1ba2-4511-8f05-f31169d332c5","resourceCustomizationUUID":"c2695bf3-626a-44e9-abed-ded11d8367ba","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":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"042a4da9-8228-46ea-b0a2-070165d232f3","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":"ZjczZDUwYTk1NWY5NzI2MWFkMWEwYTQ4ZmFjYzczOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5fed516b-cc4c-4b94-b829-efc554dce3fd","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":"NjZhOWM5MzhlMjY2ZThhMzQ0MzlmYWI5OWI3NmVkMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0b37de9-2129-45f9-8ffb-e07fa1647fc5","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":"ee743dfb-d52c-44c1-b622-7b17d02c83e4","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":"235e09d4-889f-4d2b-825d-d7f9e6a11225","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":"9e42f6cd-18af-4253-bce1-cc5c78838360","artifactVersion":"2","generatedFromUUID":"ee743dfb-d52c-44c1-b622-7b17d02c83e4"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"N2VlODY5ZDEwNWJkMTQ5YzIzOGI1ZDQxOTJkYjQ3MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d30ee8fb-6080-450d-aa20-5eefa56de841","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTM1ZjZlNTU3YWFmYjNhMTJkODc5Nzk1OWFiNDJiOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17a3b7d6-8c68-4ab6-b91e-6c382c6c2ba2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-31T08:46:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "cds", "timestamp": 1630399548567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.703Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.703Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.703Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399547446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-08-31T08:46:32.703Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.704Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.704Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399549493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.704Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.704Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:46:32.704Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.704Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399553129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.704Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.704Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:32.705Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.705Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399547446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.705Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.705Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.705Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "cds", "timestamp": 1630399548567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.705Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.705Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.706Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399549493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.706Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.706Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.706Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399553129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.706Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.706Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.707Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399547446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.707Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.707Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.707Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "cds", "timestamp": 1630399548567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.707Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.707Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.707Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399549493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.708Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.708Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.708Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399553129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.708Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.708Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.708Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "cds", "timestamp": 1630399548567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.709Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.709Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.709Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399547446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.709Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.709Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.709Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399549493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.710Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.710Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:32.710Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.710Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.710Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399553129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-31T08:46:32.710Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.710Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.710Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399547446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.710Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.711Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.711Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "cds", "timestamp": 1630399548567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.711Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.711Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.711Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399549493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.711Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.711Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.712Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399553129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.712Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.712Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.712Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399547446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.712Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.712Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.713Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "cds", "timestamp": 1630399548567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.713Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.713Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.713Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399553129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.713Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.713Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.713Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399549493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.713Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.714Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.714Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "cds", "timestamp": 1630399548567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.714Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.714Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.714Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399547446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.714Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.714Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.715Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399553129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.715Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.715Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.715Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399549493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.715Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.715Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.715Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "cds", "timestamp": 1630399548567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:46:32.716Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.716Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.716Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399547446, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.716Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.716Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.716Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399553129, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:46:32.716Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.717Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.717Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399549493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:46:32.717Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.717Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.717Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "ves-openapi-manager", "timestamp": 1630399564136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.717Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.718Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.718Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399564142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.718Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.718Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.718Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399564142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.718Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.718Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.718Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "ves-openapi-manager", "timestamp": 1630399564136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.719Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.719Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.719Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "cds", "timestamp": 1630399565928, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:32.719Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.719Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.719Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399566027, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:32.720Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.720Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.720Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399566131, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:32.720Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.720Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.720Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "ves-openapi-manager", "timestamp": 1630399564136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.720Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.721Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.721Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399564142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:46:32.721Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.721Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.721Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "cds", "timestamp": 1630399566934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-31T08:46:32.743Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f40d5d38-2116-417e-bd03-40c269ba70a8 2021-08-31T08:46:32.743Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f40d5d38-2116-417e-bd03-40c269ba70a8 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-08-31T08:46:32.750Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.750Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399567031, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:46:32.751Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.751Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.751Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399566954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.751Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.751Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.751Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399564142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.751Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.752Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.752Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "ves-openapi-manager", "timestamp": 1630399564136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.752Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.752Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.752Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "policy-id", "timestamp": 1630399568034, "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-08-31T08:46:32.757Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f40d5d38-2116-417e-bd03-40c269ba70a8 2021-08-31T08:46:32.757Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f40d5d38-2116-417e-bd03-40c269ba70a8 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-08-31T08:46:32.763Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.764Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399568102, "artifactURL": "/sdc/v1/catalog/services/74f78f2d-9ce4-4469-a61e-a2098733f8ea/resourceInstances/basicclamp0/artifacts/042a4da9-8228-46ea-b0a2-070165d232f3", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:32.764Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.764Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.764Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399567755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.764Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.765Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.765Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399566954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.765Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.765Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.765Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399564142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.765Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.765Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.766Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399568840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:46:32.766Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.766Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.766Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "ves-openapi-manager", "timestamp": 1630399564136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.766Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.766Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.766Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399567755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.766Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399569419, "artifactURL": "/sdc/v1/catalog/services/74f78f2d-9ce4-4469-a61e-a2098733f8ea/resourceInstances/basicclamp0/artifacts/042a4da9-8228-46ea-b0a2-070165d232f3", "status": "DEPLOY_OK" } 2021-08-31T08:46:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399566954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:46:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399564142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.769Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399569844, "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-08-31T08:46:32.773Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f40d5d38-2116-417e-bd03-40c269ba70a8 2021-08-31T08:46:32.773Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f40d5d38-2116-417e-bd03-40c269ba70a8 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-08-31T08:46:32.781Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.781Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "ves-openapi-manager", "timestamp": 1630399564136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.781Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.782Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.782Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399567755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.782Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.782Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.782Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "dcae-sch", "timestamp": 1630399570433, "artifactURL": "/sdc/v1/catalog/services/74f78f2d-9ce4-4469-a61e-a2098733f8ea/resourceInstances/basicclamp0/artifacts/042a4da9-8228-46ea-b0a2-070165d232f3", "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-08-31T08:46:32.786Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 f40d5d38-2116-417e-bd03-40c269ba70a8 2021-08-31T08:46:32.786Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f40d5d38-2116-417e-bd03-40c269ba70a8 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-08-31T08:46:32.793Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.793Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399566954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-31T08:46:32.793Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.793Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.793Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399564142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.794Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.794Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.794Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "ves-openapi-manager", "timestamp": 1630399564136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.794Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.794Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.794Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399567755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.795Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.795Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.795Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399566954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.795Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.795Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.795Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399564142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:46:32.795Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.796Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.796Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "ves-openapi-manager", "timestamp": 1630399564136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.796Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.796Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.796Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399567755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.796Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.796Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.797Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399566954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-31T08:46:32.797Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.797Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.797Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399567755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.797Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.797Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.797Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399566954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.798Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.798Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.798Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399567755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:32.798Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.798Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.798Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399566954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:46:32.798Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.799Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.799Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399567755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:46:32.799Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:46:32.799Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.799Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399576381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:32.799Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.799Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.799Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399576629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:32.800Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.800Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.800Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399577565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:32.800Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.800Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.800Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399578737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:32.801Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.801Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.801Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399579799, "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-08-31T08:46:32.805Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f40d5d38-2116-417e-bd03-40c269ba70a8 2021-08-31T08:46:32.805Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f40d5d38-2116-417e-bd03-40c269ba70a8 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-08-31T08:46:32.810Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:32.811Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.811Z||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-08-31T08:46:32.811Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "multicloud-k8s-id", "timestamp": 1630399580802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:46:32.811Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:32.812Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.812Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.812Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399582189, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:32.812Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.812Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.812Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399582807, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:46:32.813Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.813Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.813Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399583196, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:32.813Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.813Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.813Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "aai-ml", "timestamp": 1630399583810, "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-08-31T08:46:32.818Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f40d5d38-2116-417e-bd03-40c269ba70a8 2021-08-31T08:46:32.818Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f40d5d38-2116-417e-bd03-40c269ba70a8 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-08-31T08:46:32.823Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:32.823Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:32.826Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.826Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399587257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:46:32.826Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.826Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.827Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399588260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:46:32.827Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:46:32.827Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:46:32.827Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "clamp", "timestamp": 1630399589264, "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-08-31T08:46:32.832Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f40d5d38-2116-417e-bd03-40c269ba70a8 2021-08-31T08:46:32.833Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f40d5d38-2116-417e-bd03-40c269ba70a8 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-08-31T08:46:33.711Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:46:33.712Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:33.714Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:33.714Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:33.814Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:33.815Z||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-08-31T08:46:33.815Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:33.827Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:33.827Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:34.715Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:46:34.716Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:34.723Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:34.723Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:46:34.823Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:34.824Z||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-08-31T08:46:34.824Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:34.840Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:34.841Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:35.724Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:46:35.725Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:35.727Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:35.727Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-31T08:46:35.827Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:35.828Z||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-08-31T08:46:35.829Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:35.839Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:35.840Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:36.727Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:46:36.728Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:36.730Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:36.730Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:36.830Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:36.831Z||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-08-31T08:46:36.831Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:36.849Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:36.850Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:37.731Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:46:37.731Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:37.736Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:37.736Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-31T08:46:37.833Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-08-31T08:46:37.834Z||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-08-31T08:46:37.835Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:37.846Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:37.846Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:46:38.737Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:46:38.737Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:38.739Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:38.739Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:46:38.839Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:46:38.840Z||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-08-31T08:46:38.840Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:38.852Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:38.853Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:39.740Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:46:39.741Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:39.743Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:39.743Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:46:39.844Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-31T08:46:39.844Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:46:39.845Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:39.853Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:39.853Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:40.744Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "74f78f2d-9ce4-4469-a61e-a2098733f8ea", "serviceDescription": "service", "serviceInvariantUUID": "05450f70-9d74-40d3-931c-8048d3032fe3", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "c2695bf3-626a-44e9-abed-ded11d8367ba", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dc61d35c-4d9f-48d6-9729-96e919ab517d", "resourceInvariantUUID": "f30b464c-1ba2-4511-8f05-f31169d332c5", "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": "NjZhOWM5MzhlMjY2ZThhMzQ0MzlmYWI5OWI3NmVkMjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0b37de9-2129-45f9-8ffb-e07fa1647fc5", "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": "ee743dfb-d52c-44c1-b622-7b17d02c83e4", "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": "9e42f6cd-18af-4253-bce1-cc5c78838360", "generatedFromUUID": "ee743dfb-d52c-44c1-b622-7b17d02c83e4" }, "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": "9e42f6cd-18af-4253-bce1-cc5c78838360", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MTM1ZjZlNTU3YWFmYjNhMTJkODc5Nzk1OWFiNDJiOTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "17a3b7d6-8c68-4ab6-b91e-6c382c6c2ba2" } ], "workloadContext": "Production" } 2021-08-31T08:46:40.746Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-31T08:46:40.746Z|40391a84-a680-4a9b-b77a-eaad0788b66d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74f78f2d-9ce4-4469-a61e-a2098733f8ea ASDC 2021-08-31T08:46:40.747Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f40d5d38-2116-417e-bd03-40c269ba70a8 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:74f78f2d-9ce4-4469-a61e-a2098733f8ea ServiceInvariantUUID:05450f70-9d74-40d3-931c-8048d3032fe3 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:17a3b7d6-8c68-4ab6-b91e-6c382c6c2ba2 ArtifactChecksum:MTM1ZjZlNTU3YWFmYjNhMTJkODc5Nzk1OWFiNDJiOTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:c2695bf3-626a-44e9-abed-ded11d8367ba ResourceInvariantUUID:f30b464c-1ba2-4511-8f05-f31169d332c5 ResourceName:basicclamp ResourceType:VF ResourceUUID:dc61d35c-4d9f-48d6-9729-96e919ab517d 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:f0b37de9-2129-45f9-8ffb-e07fa1647fc5 ArtifactChecksum:NjZhOWM5MzhlMjY2ZThhMzQ0MzlmYWI5OWI3NmVkMjc= 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:ee743dfb-d52c-44c1-b622-7b17d02c83e4 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:9e42f6cd-18af-4253-bce1-cc5c78838360 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:9e42f6cd-18af-4253-bce1-cc5c78838360 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-31T08:46:40.747Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74f78f2d-9ce4-4469-a61e-a2098733f8ea 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-08-31T08:46:40.782Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:46:40.784Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:46:40.784Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:46:40.784Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 17a3b7d6-8c68-4ab6-b91e-6c382c6c2ba2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-31T08:46:40.784Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:46:40.785Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-31T08:46:41.527Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:46:41.530Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 17a3b7d6-8c68-4ab6-b91e-6c382c6c2ba2 73385 2021-08-31T08:46:41.530Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-08-31T08:46:41.531Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-31T08:46:41.531Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:46:41.531Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:41.534Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:41.534Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399601530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:41.634Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:41.635Z||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-08-31T08:46:41.635Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:41.657Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:41.658Z||pool-103-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:42.534Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:46:42.536Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:46:42.536Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 17a3b7d6-8c68-4ab6-b91e-6c382c6c2ba2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:42.536Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-08-31T08:46:42.537Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:42.537Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:42.694Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3990346066056025987/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-08-31T08:46:44.015Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:44.016Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:44.017Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-31T08:46:44.017Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:46:44.017Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.017Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:44.017Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-31T08:46:44.017Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:46:44.018Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:46:44.018Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.018Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:44.018Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-31T08:46:44.018Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:46:44.018Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:46:44.018Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.019Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:44.019Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.019Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-31T08:46:44.019Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-31T08:46:44.019Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-31T08:46:44.019Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-31T08:46:44.019Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-31T08:46:44.019Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-31T08:46:44.020Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.020Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:46:44.020Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.020Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-31T08:46:44.020Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:46:44.020Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.021Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-31T08:46:44.021Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:46:44.021Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.021Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-31T08:46:44.021Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:46:44.021Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.021Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-31T08:46:44.021Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-31T08:46:44.022Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-31T08:46:44.022Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f5592803-e20d-4d5f-b420-dad02d220175 2021-08-31T08:46:44.022Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.022Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:44.022Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.022Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:44.022Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.022Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:44.023Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:44.023Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:44.023Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:74f78f2d-9ce4-4469-a61e-a2098733f8ea Model Version:NULL Model InvariantUuid:05450f70-9d74-40d3-931c-8048d3032fe3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:06e348e4-071d-49da-bd5b-3f2f211308ef Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f30b464c-1ba2-4511-8f05-f31169d332c5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c2695bf3-626a-44e9-abed-ded11d8367ba NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2201a52e-3874-4963-9380-390bd189b1ff ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:8dcc8c3a-fb4c-4713-80f6-76f5d51ce738 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f5592803-e20d-4d5f-b420-dad02d220175 ModelInvariantUuid:ccbfc327-a309-4341-bf0e-72f761789cf6 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:62c425f7-10c9-485c-bc23-f210f0958fc4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e43fdd3b-d57b-47b6-8756-348b3925fe09 ModelInvariantUuid:812aeebd-c262-4229-a2a1-b1128c72dfb4 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:4b63d9ab-2ca9-47a5-9418-6a00def12e1e 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-31T08:46:44.031Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dc61d35c-4d9f-48d6-9729-96e919ab517d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:46:44.035Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-08-31T08:46:44.035Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc61d35c-4d9f-48d6-9729-96e919ab517d 2021-08-31T08:46:44.036Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f0b37de9-2129-45f9-8ffb-e07fa1647fc5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-31T08:46:44.036Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:46:44.036Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-31T08:46:44.815Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:46:44.816Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f0b37de9-2129-45f9-8ffb-e07fa1647fc5 790 2021-08-31T08:46:44.816Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-08-31T08:46:44.816Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-31T08:46:44.816Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:46:44.817Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:44.819Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:44.819Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399604816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:44.919Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:44.920Z||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-08-31T08:46:44.920Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:44.938Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:44.939Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:45.820Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2201a52e-3874-4963-9380-390bd189b1ff", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8dcc8c3a-fb4c-4713-80f6-76f5d51ce738", "vfModuleModelCustomizationUUID": "58bc7643-ac54-4191-88d0-3db61ed6c115", "isBase": true, "artifacts": [ "ee743dfb-d52c-44c1-b622-7b17d02c83e4", "9e42f6cd-18af-4253-bce1-cc5c78838360" ], "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-08-31T08:46:45.825Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8dcc8c3a-fb4c-4713-80f6-76f5d51ce738 VfModuleModelInvariantUUID:2201a52e-3874-4963-9380-390bd189b1ff VfModuleModelDescription:NULL Artifacts UUID List:{ ee743dfb-d52c-44c1-b622-7b17d02c83e4 , 9e42f6cd-18af-4253-bce1-cc5c78838360 } 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-08-31T08:46:45.827Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2201a52e-3874-4963-9380-390bd189b1ff", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8dcc8c3a-fb4c-4713-80f6-76f5d51ce738", "vfModuleModelCustomizationUUID": "58bc7643-ac54-4191-88d0-3db61ed6c115", "isBase": true, "artifacts": [ "ee743dfb-d52c-44c1-b622-7b17d02c83e4", "9e42f6cd-18af-4253-bce1-cc5c78838360" ], "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-08-31T08:46:45.827Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8dcc8c3a-fb4c-4713-80f6-76f5d51ce738 VfModuleModelInvariantUUID:2201a52e-3874-4963-9380-390bd189b1ff VfModuleModelDescription:NULL Artifacts UUID List:{ ee743dfb-d52c-44c1-b622-7b17d02c83e4 , 9e42f6cd-18af-4253-bce1-cc5c78838360 } 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-08-31T08:46:45.827Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ee743dfb-d52c-44c1-b622-7b17d02c83e4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-31T08:46:45.827Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:46:45.827Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-31T08:46:46.793Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:46:46.793Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ee743dfb-d52c-44c1-b622-7b17d02c83e4 5033 2021-08-31T08:46:46.794Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-31T08:46:46.794Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-31T08:46:46.794Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:46:46.794Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:46.796Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:46.796Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399606794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:46.901Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-08-31T08:46:46.901Z||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-08-31T08:46:46.902Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:46.911Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:46.912Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:47.797Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9e42f6cd-18af-4253-bce1-cc5c78838360 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-31T08:46:47.797Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:46:47.797Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-31T08:46:48.465Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:46:48.465Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9e42f6cd-18af-4253-bce1-cc5c78838360 909 2021-08-31T08:46:48.466Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-31T08:46:48.466Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-31T08:46:48.466Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:46:48.466Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:48.469Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:48.469Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399608466, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:46:48.569Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:48.571Z||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-08-31T08:46:48.571Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:48.601Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:48.602Z||pool-106-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:49.469Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 74f78f2d-9ce4-4469-a61e-a2098733f8ea 2021-08-31T08:46:49.469Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 dc61d35c-4d9f-48d6-9729-96e919ab517d ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:46:49.488Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.488Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:49.489Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-31T08:46:49.489Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c2695bf3-626a-44e9-abed-ded11d8367ba 2021-08-31T08:46:49.489Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c2695bf3-626a-44e9-abed-ded11d8367ba matches Tosca VF Customization UUID: c2695bf3-626a-44e9-abed-ded11d8367ba 2021-08-31T08:46:49.490Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c2695bf3-626a-44e9-abed-ded11d8367ba matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-31T08:46:49.492Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.492Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:49.493Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c2695bf3-626a-44e9-abed-ded11d8367ba: {\"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-08-31T08:46:49.493Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a41bb56 2021-08-31T08:46:49.493Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.493Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-31T08:46:49.494Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 58bc7643-ac54-4191-88d0-3db61ed6c115 2021-08-31T08:46:49.494Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 58bc7643-ac54-4191-88d0-3db61ed6c115 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-31T08:46:49.496Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.497Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-31T08:46:49.497Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:46:49.497Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.498Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-31T08:46:49.498Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:46:49.498Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.498Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-31T08:46:49.499Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-31T08:46:49.499Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-31T08:46:49.499Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f5592803-e20d-4d5f-b420-dad02d220175 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-31T08:46:49.501Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.502Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-31T08:46:49.502Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-31T08:46:49.502Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.503Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-31T08:46:49.503Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=c2695bf3-626a-44e9-abed-ded11d8367ba Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:46:49.504Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.505Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:49.505Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 74f78f2d-9ce4-4469-a61e-a2098733f8ea: basicclamp 2021-08-31T08:46:49.505Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.505Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:49.506Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.506Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:49.506Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.507Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:49.507Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.507Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:49.508Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:46:49.508Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:46:49.508Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-31T08:46:49.582Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp dc61d35c-4d9f-48d6-9729-96e919ab517d 1 ASDC deployResourceStructure 2021-08-31T08:46:49.583Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-08-31T08:46:49.583Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-31T08:46:49.583Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:46:49.583Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:49.585Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:49.585Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399609583, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:46:49.685Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:49.686Z||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-08-31T08:46:49.686Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:49.701Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:49.702Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:50.586Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-31T08:46:50.586Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-31T08:46:50.586Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:46:50.586Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:50.588Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:50.588Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399610585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:46:50.688Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:50.689Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:46:50.689Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:50.700Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:50.700Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:51.589Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-31T08:46:51.589Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-31T08:46:51.590Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:46:51.590Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:51.592Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:51.592Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399611589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-31T08:46:51.692Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:46:51.693Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:46:51.693Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:51.712Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:51.713Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:46:52.593Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-08-31T08:46:52.593Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-31T08:46:52.593Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:46:52.593Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:46:52.595Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:46:52.595Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399612593, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:46:52.700Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-08-31T08:46:52.701Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:46:52.701Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:46:52.724Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:46:52.725Z||pool-110-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:46:53.597Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f40d5d38-2116-417e-bd03-40c269ba70a8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:46:53.608Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f40d5d38-2116-417e-bd03-40c269ba70a8 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-08-31T08:46:53.612Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:46:53.612Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:46:53.613Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-31T08:46:53.613Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-31T08:46:53.613Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:46:53.613Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:46:53.613Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:46:53.614Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:46:53.614Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:46:53.614Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:46:53.614Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:46:53.614Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-31T08:46:53.621Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-31T08:47:23.622Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f40d5d38-2116-417e-bd03-40c269ba70a8 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-08-31T08:47:23.639Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f40d5d38-2116-417e-bd03-40c269ba70a8 and serviceModelVersionId: 74f78f2d-9ce4-4469-a61e-a2098733f8ea 2021-08-31T08:47:23.639Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05450f70-9d74-40d3-931c-8048d3032fe3 2021-08-31T08:47:23.641Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05450f70-9d74-40d3-931c-8048d3032fe3/model-vers/model-ver/74f78f2d-9ce4-4469-a61e-a2098733f8ea?depth=0 2021-08-31T08:47:23.651Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-31T08:47:23.732Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05450f70-9d74-40d3-931c-8048d3032fe3/model-vers/model-ver/74f78f2d-9ce4-4469-a61e-a2098733f8ea?depth=0|INFO|500||Invoke 2021-08-31T08:47:23.733Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05450f70-9d74-40d3-931c-8048d3032fe3/model-vers/model-ver/74f78f2d-9ce4-4469-a61e-a2098733f8ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05450f70-9d74-40d3-931c-8048d3032fe3/model-vers/model-ver/74f78f2d-9ce4-4469-a61e-a2098733f8ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f40d5d38-2116-417e-bd03-40c269ba70a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b49a6644-1c26-459d-8eac-ddf3b166ec75], X-ECOMP-RequestID=[f40d5d38-2116-417e-bd03-40c269ba70a8], X-TransactionId=[], X-ONAP-RequestID=[f40d5d38-2116-417e-bd03-40c269ba70a8], Content-Type=[application/merge-patch+json]} 2021-08-31T08:47:23.769Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05450f70-9d74-40d3-931c-8048d3032fe3/model-vers/model-ver/74f78f2d-9ce4-4469-a61e-a2098733f8ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-31T08:47:24.001Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05450f70-9d74-40d3-931c-8048d3032fe3/model-vers/model-ver/74f78f2d-9ce4-4469-a61e-a2098733f8ea?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05450f70-9d74-40d3-931c-8048d3032fe3/model-vers/model-ver/74f78f2d-9ce4-4469-a61e-a2098733f8ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210831-08:47:23:786-88227], vertex-id=[495832], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:47:23 GMT], Content-Type=[application/json]} 2021-08-31T08:47:24.001Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05450f70-9d74-40d3-931c-8048d3032fe3/model-vers/model-ver/74f78f2d-9ce4-4469-a61e-a2098733f8ea?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-31T08:47:24.003Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05450f70-9d74-40d3-931c-8048d3032fe3/model-vers/model-ver/74f78f2d-9ce4-4469-a61e-a2098733f8ea?depth=0|INFO|500||InvokeReturn 2021-08-31T08:47:24.004Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-31T08:47:24.005Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:47:24.011Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-31T08:47:24.012Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f40d5d38-2116-417e-bd03-40c269ba70a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-31T08:47:24.012Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-31T08:47:24.013Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:47:24.018Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:47:24.018Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399644012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:47:24.118Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:47:24.119Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:47:24.120Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:47:24.137Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:47:24.138Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 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-08-31T08:47:32.041Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:47:32.042Z|f40d5d38-2116-417e-bd03-40c269ba70a8|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-08-31T08:47:32.042Z|f40d5d38-2116-417e-bd03-40c269ba70a8|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:47:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:47:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:47:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:47:32.177Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:47:32.178Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-31T08:47:32.179Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:47:32.180Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-31T08:47:41.625Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:48:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:48:32.044Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:48:32.047Z||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-08-31T08:48:32.047Z|f40d5d38-2116-417e-bd03-40c269ba70a8|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-08-31T08:48:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:48:32.048Z|f40d5d38-2116-417e-bd03-40c269ba70a8|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:48:32.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:48:32.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:48:32.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:48:32.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-31T08:48:32.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:48:32.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-31T08:48:32.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:48:32.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:48:32.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:48:32.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-31T08:48:32.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:48:32.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:48:32.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:48:32.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399592041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:48:32.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-31T08:48:32.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399601530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:48:32.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:48:32.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399604816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-31T08:48:32.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:48:32.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399606794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:48:32.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:48:32.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399608466, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-31T08:48:32.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:48:32.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399609583, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-31T08:48:32.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:48:32.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399610585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:48:32.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:48:32.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399611589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-31T08:48:32.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:48:32.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399612593, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:48:32.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:48:32.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-31T08:48:32.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f40d5d38-2116-417e-bd03-40c269ba70a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399644012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:48:32.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:48:41.633Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:49:32.042Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:49:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:49:32.045Z||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-08-31T08:49:32.045Z|f40d5d38-2116-417e-bd03-40c269ba70a8|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-08-31T08:49:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:49:32.046Z|f40d5d38-2116-417e-bd03-40c269ba70a8|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:49:41.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:49:41.629Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:32.043Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:50:32.042Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:50:32.047Z|f40d5d38-2116-417e-bd03-40c269ba70a8|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-08-31T08:50:32.047Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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-08-31T08:50:32.047Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:50:32.047Z|f40d5d38-2116-417e-bd03-40c269ba70a8|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:50:32.685Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:32.687Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.687Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b87a8cd3-459e-4e46-8b84-919ce416b69a","serviceName":"Demo_pNF_O0iq66XAncZucwTQKd7s","serviceVersion":"1.0","serviceUUID":"5895e608-b94f-49d4-9247-1117ee1ddb43","serviceDescription":"catalog service description","serviceInvariantUUID":"ce97fcb4-8000-4fc6-b606-64809c03c499","resources":[{"resourceInstanceName":"pNF 9883856a-d29c 0","resourceName":"pNF 9883856a-d29c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1bd3b396-a3f3-4746-ab9a-fa30e589c875","resourceInvariantUUID":"5d7661f1-6a0e-4531-8835-946dcc658f39","resourceCustomizationUUID":"5f232bdc-6949-402c-a15b-cf36d7624e03","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml","artifactChecksum":"MjNlN2M1NDM5MzJkZmMxNzAxMTlmYzdlNjNkNjExYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"749814e8-b750-48ab-ab2f-1b03c03b1bf7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar","artifactChecksum":"M2VjNGQyYTQ3ZGI3NDE4NDFjMDY0MzgwNmFlNzM4NTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a29ce5b-69a3-47ba-b59b-85b3084869d1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f7566cc0-ade5-447e-baf9-4bb914738567","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml","artifactChecksum":"NDljZmUyZjg4ZDJlMDAyMDcyMTljYzU2MzIyNDM4ZjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58dfa394-ef13-44ad-ab89-3ca12b07788f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aec69240-9bdc-4681-80f6-a0ef9e987f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bd5fb7e-760c-4881-9235-1f4391a0202b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfO0iq66xanczucwtqkd7s-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml","artifactChecksum":"NGQ1N2FmOTgzNjA1Mzk5MTc1OGFkNjA0YzYzYzM3ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76107bd4-6905-452c-879e-e2a845ea7f21","artifactVersion":"1"},{"artifactName":"service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar","artifactChecksum":"MGJkOGUxMTE1NTIzYmViMmYzZjQwYjQ4YWNmMjMyZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df8185f5-7796-4202-bd41-5c8eacb9a445","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-31T08:50:32.694Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:50:32.695Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:50:32.701Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:32.702Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:50:32.702Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.702Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.702Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399784138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.705Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "multicloud-k8s-id", "timestamp": 1630399786954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "cds", "timestamp": 1630399788568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "dcae-sch", "timestamp": 1630399787447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.706Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399789495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.707Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.707Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.707Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "cds", "timestamp": 1630399788568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.707Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.707Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.707Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "multicloud-k8s-id", "timestamp": 1630399786954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.707Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.707Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.708Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "dcae-sch", "timestamp": 1630399787447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.708Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.708Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.708Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399789495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.708Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.708Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.708Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399784138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.708Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.708Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "cds", "timestamp": 1630399788568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399784138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399789495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "dcae-sch", "timestamp": 1630399787447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.709Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.710Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "multicloud-k8s-id", "timestamp": 1630399786954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.710Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.710Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.710Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399793130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "cds", "timestamp": 1630399788568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399784138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399789495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "dcae-sch", "timestamp": 1630399787447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "multicloud-k8s-id", "timestamp": 1630399786954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399793130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "cds", "timestamp": 1630399788568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399784138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399789495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "dcae-sch", "timestamp": 1630399787447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "multicloud-k8s-id", "timestamp": 1630399786954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399793130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "cds", "timestamp": 1630399788568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399784138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.714Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399789495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "dcae-sch", "timestamp": 1630399787447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "multicloud-k8s-id", "timestamp": 1630399786954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399793130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.715Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "cds", "timestamp": 1630399788568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399784138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399789495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "dcae-sch", "timestamp": 1630399787447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "multicloud-k8s-id", "timestamp": 1630399786954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399793130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "cds", "timestamp": 1630399788568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.717Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399784138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399789495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "dcae-sch", "timestamp": 1630399787447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "multicloud-k8s-id", "timestamp": 1630399786954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.718Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399793130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "cds", "timestamp": 1630399799292, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399799400, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399799395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.719Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399793130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.720Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.720Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.720Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "cds", "timestamp": 1630399800303, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-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-08-31T08:50:32.748Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b87a8cd3-459e-4e46-8b84-919ce416b69a 2021-08-31T08:50:32.748Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b87a8cd3-459e-4e46-8b84-919ce416b69a 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-08-31T08:50:32.761Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.761Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399800592, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:50:32.761Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.761Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.761Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399793130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:50:32.762Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.762Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.762Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399801431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:50:32.762Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.762Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.762Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "ves-openapi-manager", "timestamp": 1630399801596, "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-08-31T08:50:32.773Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b87a8cd3-459e-4e46-8b84-919ce416b69a 2021-08-31T08:50:32.773Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b87a8cd3-459e-4e46-8b84-919ce416b69a 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-08-31T08:50:32.781Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.781Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399802439, "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-08-31T08:50:32.785Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b87a8cd3-459e-4e46-8b84-919ce416b69a 2021-08-31T08:50:32.786Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b87a8cd3-459e-4e46-8b84-919ce416b69a 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-08-31T08:50:32.793Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.793Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399802634, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:50:32.794Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.794Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.794Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399803639, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:50:32.794Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.794Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.794Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "policy-id", "timestamp": 1630399804642, "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-08-31T08:50:32.798Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b87a8cd3-459e-4e46-8b84-919ce416b69a 2021-08-31T08:50:32.798Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b87a8cd3-459e-4e46-8b84-919ce416b69a 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-08-31T08:50:32.804Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-31T08:50:32.805Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.805Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399804140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.805Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:50:32.805Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:50:32.805Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.805Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.805Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399804140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.805Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.806Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.806Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399804140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.806Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.806Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.806Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399804140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.806Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.806Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.806Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399807755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.806Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399804140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399807755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399804140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399807755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.807Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399804140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399807755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399804140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.808Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399807755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399807755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399807755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399807755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.809Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399816692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399820243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399820934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399821267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.810Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "aai-ml", "timestamp": 1630399821938, "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-08-31T08:50:32.815Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b87a8cd3-459e-4e46-8b84-919ce416b69a 2021-08-31T08:50:32.815Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b87a8cd3-459e-4e46-8b84-919ce416b69a and ComponentName AAI 2021-08-31T08:50:32.816Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2021-08-31T08:50:32.817Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-31T08:50:32.824Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-31T08:50:32.824Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "clamp", "timestamp": 1630399822272, "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-08-31T08:50:32.829Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b87a8cd3-459e-4e46-8b84-919ce416b69a 2021-08-31T08:50:32.829Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b87a8cd3-459e-4e46-8b84-919ce416b69a 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-08-31T08:50:33.703Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:50:33.704Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:50:33.708Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:50:33.709Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:33.806Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-08-31T08:50:33.807Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:50:33.807Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:50:33.818Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:33.819Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:50:34.709Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:50:34.710Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:50:34.713Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:50:34.713Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:34.813Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:50:34.814Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:50:34.814Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:50:34.826Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:34.827Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:50:35.713Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:50:35.714Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:50:35.717Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:50:35.717Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:35.817Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:50:35.818Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:50:35.818Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:50:35.832Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:35.833Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:50:36.717Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:50:36.718Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:50:36.720Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:50:36.720Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:36.821Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:50:36.822Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:50:36.822Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:50:36.834Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:36.834Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:50:37.721Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:50:37.722Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:50:37.724Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:50:37.724Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:37.824Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:50:37.825Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:50:37.826Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:50:37.836Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:37.837Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:50:38.725Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:50:38.726Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:50:38.727Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:50:38.728Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:50:38.828Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:50:38.829Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:50:38.829Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:50:38.841Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:38.841Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:50:39.728Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:50:39.730Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:50:39.733Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:50:39.733Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:50:39.833Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:50:39.834Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:50:39.834Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:50:39.846Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:39.847Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:50:40.734Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "serviceName": "Demo_pNF_O0iq66XAncZucwTQKd7s", "serviceVersion": "1.0", "serviceUUID": "5895e608-b94f-49d4-9247-1117ee1ddb43", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ce97fcb4-8000-4fc6-b606-64809c03c499", "resources": [ { "resourceInstanceName": "pNF 9883856a-d29c 0", "resourceCustomizationUUID": "5f232bdc-6949-402c-a15b-cf36d7624e03", "resourceName": "pNF 9883856a-d29c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1bd3b396-a3f3-4746-ab9a-fa30e589c875", "resourceInvariantUUID": "5d7661f1-6a0e-4531-8835-946dcc658f39", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "artifactChecksum": "MGJkOGUxMTE1NTIzYmViMmYzZjQwYjQ4YWNmMjMyZjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "df8185f5-7796-4202-bd41-5c8eacb9a445" } ], "workloadContext": "Production" } 2021-08-31T08:50:40.736Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-31T08:50:40.736Z|f40d5d38-2116-417e-bd03-40c269ba70a8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5895e608-b94f-49d4-9247-1117ee1ddb43 ASDC 2021-08-31T08:50:40.737Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:b87a8cd3-459e-4e46-8b84-919ce416b69a ServiceName:Demo_pNF_O0iq66XAncZucwTQKd7s ServiceVersion:1.0 ServiceUUID:5895e608-b94f-49d4-9247-1117ee1ddb43 ServiceInvariantUUID:ce97fcb4-8000-4fc6-b606-64809c03c499 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar ArtifactUUID:df8185f5-7796-4202-bd41-5c8eacb9a445 ArtifactChecksum:MGJkOGUxMTE1NTIzYmViMmYzZjQwYjQ4YWNmMjMyZjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 9883856a-d29c 0 ResourceCustomizationUUID:5f232bdc-6949-402c-a15b-cf36d7624e03 ResourceInvariantUUID:5d7661f1-6a0e-4531-8835-946dcc658f39 ResourceName:pNF 9883856a-d29c ResourceType:PNF ResourceUUID:1bd3b396-a3f3-4746-ab9a-fa30e589c875 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-31T08:50:40.737Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5895e608-b94f-49d4-9247-1117ee1ddb43 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-08-31T08:50:40.772Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:50:40.773Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:50:40.773Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:50:40.774Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df8185f5-7796-4202-bd41-5c8eacb9a445 from URL: /sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:40.774Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:50:40.776Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:41.445Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:50:41.449Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar df8185f5-7796-4202-bd41-5c8eacb9a445 82539 2021-08-31T08:50:41.449Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar ASDC sendASDCNotification 2021-08-31T08:50:41.449Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:41.449Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:50:41.450Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:50:41.452Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:50:41.452Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399841449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:50:41.552Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:50:41.553Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:50:41.553Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:50:41.565Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:41.566Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:50:42.453Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:50:42.453Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:50:42.454Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: df8185f5-7796-4202-bd41-5c8eacb9a445, URL: /sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar to file: /app/ASDC/1/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:42.454Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:42.454Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:42.454Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:43.197Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7405391889810024384/Definitions/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml 2021-08-31T08:50:44.119Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-31T08:50:44.120Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:50:44.120Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:44.120Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-31T08:50:44.120Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||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-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:44.120Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:44.120Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||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-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:44.121Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9883856a-d29c 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-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:44.121Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:44.121Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:44.121Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:44.121Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:50:44.121Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:50:44.121Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_O0iq66XAncZucwTQKd7s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:50:44.121Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Node template pNF 9883856a-d29c 0 is matching search criteria 2021-08-31T08:50:44.122Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:50:44.122Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9883856a-d29c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:50:44.122Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:50:44.122Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_O0iq66XAncZucwTQKd7s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:50:44.122Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Node template pNF 9883856a-d29c 0 is matching search criteria 2021-08-31T08:50:44.122Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:50:44.123Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9883856a-d29c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:50:44.123Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:50:44.123Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_O0iq66XAncZucwTQKd7s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:50:44.123Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:50:44.123Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_O0iq66XAncZucwTQKd7s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:50:44.123Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:50:44.123Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_O0iq66XAncZucwTQKd7s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:50:44.123Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:50:44.123Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_O0iq66XAncZucwTQKd7s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:50:44.124Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:50:44.124Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_O0iq66XAncZucwTQKd7s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:50:44.124Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_O0iq66XAncZucwTQKd7s Description:catalog service description Model UUID:5895e608-b94f-49d4-9247-1117ee1ddb43 Model Version:NULL Model InvariantUuid:ce97fcb4-8000-4fc6-b606-64809c03c499 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-31T08:50:44.131Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1bd3b396-a3f3-4746-ab9a-fa30e589c875 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:50:44.135Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||pNF 9883856a-d29c 0 2021-08-31T08:50:44.135Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1bd3b396-a3f3-4746-ab9a-fa30e589c875 2021-08-31T08:50:44.135Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 5895e608-b94f-49d4-9247-1117ee1ddb43 2021-08-31T08:50:44.135Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5895e608-b94f-49d4-9247-1117ee1ddb43 2021-08-31T08:50:44.135Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9883856a-d29c 0 1bd3b396-a3f3-4746-ab9a-fa30e589c875 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:50:44.139Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:50:44.139Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_O0iq66XAncZucwTQKd7s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:50:44.139Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5895e608-b94f-49d4-9247-1117ee1ddb43: pNF 9883856a-d29c 2021-08-31T08:50:44.139Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||Processing PNF resource: 1bd3b396-a3f3-4746-ab9a-fa30e589c875 2021-08-31T08:50:44.139Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:50:44.140Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_O0iq66XAncZucwTQKd7s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:50:44.140Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||Resource customization UUID: 5f232bdc-6949-402c-a15b-cf36d7624e03 is the same as notified resource customizationUUID: 5f232bdc-6949-402c-a15b-cf36d7624e03 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-08-31T08:50:44.191Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9883856a-d29c 1bd3b396-a3f3-4746-ab9a-fa30e589c875 0 ASDC deployResourceStructure 2021-08-31T08:50:44.192Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar ASDC sendASDCNotification 2021-08-31T08:50:44.192Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar 2021-08-31T08:50:44.192Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:50:44.192Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:50:44.194Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:50:44.194Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399844192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:50:44.295Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:50:44.296Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:50:44.296Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:50:44.312Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:50:44.313Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:50:45.195Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b87a8cd3-459e-4e46-8b84-919ce416b69a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:50:45.204Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b87a8cd3-459e-4e46-8b84-919ce416b69a 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-08-31T08:50:45.207Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:50:45.207Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:50:45.207Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-31T08:50:45.207Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-31T08:50:45.207Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:50:45.207Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:50:45.207Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:50:45.208Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:50:45.208Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:50:45.208Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:50:45.208Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:50:45.208Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-31T08:50:45.212Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-31T08:51:15.212Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b87a8cd3-459e-4e46-8b84-919ce416b69a 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-08-31T08:51:15.222Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b87a8cd3-459e-4e46-8b84-919ce416b69a and serviceModelVersionId: 5895e608-b94f-49d4-9247-1117ee1ddb43 2021-08-31T08:51:15.223Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce97fcb4-8000-4fc6-b606-64809c03c499 2021-08-31T08:51:15.224Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce97fcb4-8000-4fc6-b606-64809c03c499/model-vers/model-ver/5895e608-b94f-49d4-9247-1117ee1ddb43?depth=0 2021-08-31T08:51:15.229Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-31T08:51:15.273Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce97fcb4-8000-4fc6-b606-64809c03c499/model-vers/model-ver/5895e608-b94f-49d4-9247-1117ee1ddb43?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-08-31T08:51:15.276Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce97fcb4-8000-4fc6-b606-64809c03c499/model-vers/model-ver/5895e608-b94f-49d4-9247-1117ee1ddb43?depth=0|INFO|500||Invoke 2021-08-31T08:51:15.292Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce97fcb4-8000-4fc6-b606-64809c03c499/model-vers/model-ver/5895e608-b94f-49d4-9247-1117ee1ddb43?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-31T08:51:15.703Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce97fcb4-8000-4fc6-b606-64809c03c499/model-vers/model-ver/5895e608-b94f-49d4-9247-1117ee1ddb43?depth=0|INFO|500||InvokeReturn 2021-08-31T08:51:15.705Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce97fcb4-8000-4fc6-b606-64809c03c499/model-vers/model-ver/5895e608-b94f-49d4-9247-1117ee1ddb43?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210831-08:51:15:309-33425], vertex-id=[565288], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:51:15 GMT], Content-Type=[application/json]} 2021-08-31T08:51:15.705Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-08-31T08:51:15.705Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-31T08:51:15.705Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:51:15.713Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-31T08:51:15.713Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b87a8cd3-459e-4e46-8b84-919ce416b69a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-31T08:51:15.714Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-31T08:51:15.714Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:15.716Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:15.716Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399875714, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:51:15.817Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-31T08:51:15.818Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:15.818Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:15.831Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:15.832Z||pool-122-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-08-31T08:51:32.042Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:51:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:51:32.047Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|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-08-31T08:51:32.047Z||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-08-31T08:51:32.048Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:51:32.048Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:51:32.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:32.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-31T08:51:32.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:51:32.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-31T08:51:32.686Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:32.688Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-31T08:51:32.688Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"24f02c92-2612-40b5-80c4-c1bc4f2aea6b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"77fd5dfa-2435-402a-85f8-f311638b0941","serviceDescription":"service","serviceInvariantUUID":"7aa5014c-ba55-43e8-8313-7cb7aa54d525","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4361138c-9212-4412-87eb-0b79eb8d485d","resourceInvariantUUID":"50267197-db33-4acf-b0b7-a29fde5eb387","resourceCustomizationUUID":"6e1e4dbf-484d-4425-b76b-062c1dc66421","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":"ZDgzMDVjYzM3NGI4OWI2NzVmY2Q3NjRhN2UyNTFhMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55620cf5-0f9e-4ebe-a397-c72823aba88b","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":"03014d9b-f3a7-4f90-b356-c007dd75d7fd","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":"45e0c13e-fed8-4d4d-9fb0-5a0aeadd6243","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":"MWM0Yzk4YjYyMjRlOGRiNmY0NWE3MTdhZmIyNGQyOTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"835c312f-1007-4184-9223-bca02a10b4df","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":"ead35f8b-4dcb-4d80-9195-45cc3f79dba8","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":"fbdd0e23-4b94-4dd0-aa2e-83f011230152","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":"b49c9cb0-472e-4d35-a10e-a2e9641ac32d","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":"ZDUxYzE3NmQ2N2Y0NmI2MzBiNzMxOGNkMjAzNTNhMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8961842d-44d0-4b08-8e5e-852695658712","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2Q0ZThmMWI4ZDg0MDQ3NDk1OGUzZjZiOWUwM2JjY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f15a14e-ea6b-4ac1-8162-d9689c3492e8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-31T08:51:32.692Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:51:32.692Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:32.698Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:32.698Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:51:32.798Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:51:32.800Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:32.800Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:32.812Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:32.812Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:51:33.699Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:51:33.700Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:33.704Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:33.704Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:51:33.802Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-08-31T08:51:33.803Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:33.803Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:33.826Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:33.827Z||pool-124-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:51:34.706Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:51:34.706Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:34.709Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:34.709Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:51:34.809Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:51:34.810Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:34.810Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:34.825Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:34.825Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:51:35.710Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:51:35.711Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:35.713Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:35.713Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:51:35.813Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:51:35.814Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:35.814Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:35.827Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:35.828Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:51:36.713Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:51:36.714Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:36.716Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:36.716Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:51:36.816Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-31T08:51:36.817Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:36.817Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:36.829Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:36.829Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:51:37.717Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:51:37.718Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:37.720Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:37.720Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:51:37.820Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:51:37.822Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:37.822Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:37.835Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:37.836Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-31T08:51:38.721Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:51:38.721Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:38.723Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:38.724Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:51:38.824Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:51:38.824Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:38.825Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:38.837Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:38.838Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:51:39.724Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:51:39.725Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:39.727Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:39.727Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:51:39.829Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-31T08:51:39.830Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:39.830Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:39.842Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:39.843Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:51:40.733Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-31T08:51:40.734Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:40.738Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:40.738Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:51:40.837Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-31T08:51:40.838Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:40.838Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:40.847Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:40.848Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:51:41.740Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "77fd5dfa-2435-402a-85f8-f311638b0941", "serviceDescription": "service", "serviceInvariantUUID": "7aa5014c-ba55-43e8-8313-7cb7aa54d525", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "6e1e4dbf-484d-4425-b76b-062c1dc66421", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4361138c-9212-4412-87eb-0b79eb8d485d", "resourceInvariantUUID": "50267197-db33-4acf-b0b7-a29fde5eb387", "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": "M2Q0ZThmMWI4ZDg0MDQ3NDk1OGUzZjZiOWUwM2JjY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f15a14e-ea6b-4ac1-8162-d9689c3492e8" } ], "workloadContext": "Production" } 2021-08-31T08:51:41.740Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-31T08:51:41.741Z|b87a8cd3-459e-4e46-8b84-919ce416b69a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 77fd5dfa-2435-402a-85f8-f311638b0941 ASDC 2021-08-31T08:51:41.742Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:24f02c92-2612-40b5-80c4-c1bc4f2aea6b ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:77fd5dfa-2435-402a-85f8-f311638b0941 ServiceInvariantUUID:7aa5014c-ba55-43e8-8313-7cb7aa54d525 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:9f15a14e-ea6b-4ac1-8162-d9689c3492e8 ArtifactChecksum:M2Q0ZThmMWI4ZDg0MDQ3NDk1OGUzZjZiOWUwM2JjY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:6e1e4dbf-484d-4425-b76b-062c1dc66421 ResourceInvariantUUID:50267197-db33-4acf-b0b7-a29fde5eb387 ResourceName:test-pnf ResourceType:PNF ResourceUUID:4361138c-9212-4412-87eb-0b79eb8d485d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-31T08:51:41.742Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77fd5dfa-2435-402a-85f8-f311638b0941 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-08-31T08:51:41.777Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:51:41.778Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:51:41.778Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:51:41.778Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9f15a14e-ea6b-4ac1-8162-d9689c3492e8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-31T08:51:41.778Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-31T08:51:41.779Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-31T08:51:42.347Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-31T08:51:42.352Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9f15a14e-ea6b-4ac1-8162-d9689c3492e8 105559 2021-08-31T08:51:42.352Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-08-31T08:51:42.352Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-31T08:51:42.352Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-31T08:51:42.353Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:42.355Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:42.355Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399902352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:51:42.455Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:51:42.456Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:42.457Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:42.467Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:42.468Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:51:43.356Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-31T08:51:43.356Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-31T08:51:43.357Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9f15a14e-ea6b-4ac1-8162-d9689c3492e8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-31T08:51:43.357Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-08-31T08:51:43.358Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-31T08:51:43.358Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-31T08:51:43.494Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1920098279181309007/Definitions/service-TestPnfMacro-template.yml 2021-08-31T08:51:44.387Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-31T08:51:44.388Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:51:44.389Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-31T08:51:44.389Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-31T08:51:44.389Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||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-08-31T08:51:44.389Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||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-08-31T08:51:44.389Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||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-08-31T08:51:44.389Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||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-08-31T08:51:44.389Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-31T08:51:44.390Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-31T08:51:44.390Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-31T08:51:44.390Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-31T08:51:44.390Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:51:44.390Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:51:44.391Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-08-31T08:51:44.391Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:51:44.391Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:51:44.391Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:51:44.392Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:51:44.392Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-08-31T08:51:44.392Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-31T08:51:44.392Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-31T08:51:44.392Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:51:44.392Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:51:44.393Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:51:44.393Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:51:44.393Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:51:44.393Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:51:44.393Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:51:44.394Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:51:44.394Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:51:44.394Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:51:44.394Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:77fd5dfa-2435-402a-85f8-f311638b0941 Model Version:NULL Model InvariantUuid:7aa5014c-ba55-43e8-8313-7cb7aa54d525 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-31T08:51:44.402Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4361138c-9212-4412-87eb-0b79eb8d485d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:51:44.407Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||test-pnf 0 2021-08-31T08:51:44.407Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4361138c-9212-4412-87eb-0b79eb8d485d 2021-08-31T08:51:44.407Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 77fd5dfa-2435-402a-85f8-f311638b0941 2021-08-31T08:51:44.407Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 77fd5dfa-2435-402a-85f8-f311638b0941 2021-08-31T08:51:44.408Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4361138c-9212-4412-87eb-0b79eb8d485d ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:51:44.412Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:51:44.412Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:51:44.412Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 77fd5dfa-2435-402a-85f8-f311638b0941: test-pnf 2021-08-31T08:51:44.412Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||Processing PNF resource: 4361138c-9212-4412-87eb-0b79eb8d485d 2021-08-31T08:51:44.413Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-31T08:51:44.413Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-31T08:51:44.413Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||Resource customization UUID: 6e1e4dbf-484d-4425-b76b-062c1dc66421 is the same as notified resource customizationUUID: 6e1e4dbf-484d-4425-b76b-062c1dc66421 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-08-31T08:51:44.448Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4361138c-9212-4412-87eb-0b79eb8d485d 0 ASDC deployResourceStructure 2021-08-31T08:51:44.449Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-08-31T08:51:44.449Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-31T08:51:44.450Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-31T08:51:44.450Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:51:44.452Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:51:44.452Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399904449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:51:44.553Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:51:44.554Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:51:44.554Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:51:44.564Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:51:44.564Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-31T08:51:45.454Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24f02c92-2612-40b5-80c4-c1bc4f2aea6b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:51:45.464Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 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-08-31T08:51:45.465Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:51:45.466Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-31T08:51:45.466Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-31T08:52:15.466Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24f02c92-2612-40b5-80c4-c1bc4f2aea6b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:52:15.478Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 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-08-31T08:52:15.480Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:52:15.480Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-31T08:52:15.480Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-31T08:52:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:52:32.044Z||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-08-31T08:52:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:52:32.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:52:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/resourceInstances/pnf9883856ad29c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399834140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399833129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399833568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399832042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:52:32.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399834140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399833129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399833568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399841449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:52:32.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399834140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399833129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399833568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399834140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399833129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399833568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399834140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399833129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399833568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399844192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO0iq66xanczucwtqkd7s/1.0/artifacts/service-DemoPnfO0iq66xanczucwtqkd7s-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:52:32.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399834140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399833129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399833568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399844140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399834140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399833129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399833568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399844140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399834140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399833129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399833568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399844140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630399846957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:52:32.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399834140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:52:32.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399833129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:52:32.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399833568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:52:32.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399844140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "dcae-sch", "timestamp": 1630399847446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630399846957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399844140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "dcae-sch", "timestamp": 1630399847446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399849178, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:52:32.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399849235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:52:32.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399849301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:52:32.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630399846957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399844140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "dcae-sch", "timestamp": 1630399847446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399849495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399850182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:52:32.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630399846957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "cds", "timestamp": 1630399850666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-31T08:52:32.116Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 2021-08-31T08:52:32.116Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 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-08-31T08:52:32.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399844140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-31T08:52:32.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "dcae-sch", "timestamp": 1630399847446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399849495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "policy-id", "timestamp": 1630399851185, "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-08-31T08:52:32.132Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 2021-08-31T08:52:32.132Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 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-08-31T08:52:32.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630399846957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399844140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "dcae-sch", "timestamp": 1630399847446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399849495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630399846957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399844140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "dcae-sch", "timestamp": 1630399847446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399849495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630399846957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "dcae-sch", "timestamp": 1630399847446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399849495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630399846957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "dcae-sch", "timestamp": 1630399847446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399849495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399855611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:52:32.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630399846957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:52:32.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "dcae-sch", "timestamp": 1630399847446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399856186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-31T08:52:32.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399849495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "aai-ml", "timestamp": 1630399856614, "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-08-31T08:52:32.150Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 2021-08-31T08:52:32.150Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 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-08-31T08:52:32.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399849495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:52:32.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399857233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-31T08:52:32.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399857674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:52:32.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399849495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:52:32.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-31T08:52:32.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "ves-openapi-manager", "timestamp": 1630399858237, "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-08-31T08:52:32.162Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 2021-08-31T08:52:32.162Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 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-08-31T08:52:32.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399858699, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:52:32.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399859425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:52:32.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "clamp", "timestamp": 1630399859702, "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-08-31T08:52:32.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 2021-08-31T08:52:32.175Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 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-08-31T08:52:32.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399861334, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:52:32.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:32.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630399862338, "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-08-31T08:52:32.187Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 2021-08-31T08:52:32.187Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 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-08-31T08:52:32.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-31T08:52:32.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b87a8cd3-459e-4e46-8b84-919ce416b69a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399875714, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:52:32.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:52:45.482Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24f02c92-2612-40b5-80c4-c1bc4f2aea6b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-31T08:52:45.537Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 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-08-31T08:52:45.550Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-31T08:52:45.551Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-31T08:52:45.551Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-31T08:52:45.551Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-31T08:52:45.551Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:52:45.552Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:52:45.552Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:52:45.553Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:52:45.553Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:52:45.553Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:52:45.553Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-31T08:52:45.554Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-31T08:52:45.561Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-31T08:53:15.562Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24f02c92-2612-40b5-80c4-c1bc4f2aea6b 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-08-31T08:53:15.570Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24f02c92-2612-40b5-80c4-c1bc4f2aea6b and serviceModelVersionId: 77fd5dfa-2435-402a-85f8-f311638b0941 2021-08-31T08:53:15.570Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7aa5014c-ba55-43e8-8313-7cb7aa54d525 2021-08-31T08:53:15.573Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7aa5014c-ba55-43e8-8313-7cb7aa54d525/model-vers/model-ver/77fd5dfa-2435-402a-85f8-f311638b0941?depth=0 2021-08-31T08:53:15.585Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-31T08:53:15.653Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aa5014c-ba55-43e8-8313-7cb7aa54d525/model-vers/model-ver/77fd5dfa-2435-402a-85f8-f311638b0941?depth=0|INFO|500||Invoke 2021-08-31T08:53:15.653Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aa5014c-ba55-43e8-8313-7cb7aa54d525/model-vers/model-ver/77fd5dfa-2435-402a-85f8-f311638b0941?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aa5014c-ba55-43e8-8313-7cb7aa54d525/model-vers/model-ver/77fd5dfa-2435-402a-85f8-f311638b0941?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[24f02c92-2612-40b5-80c4-c1bc4f2aea6b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5fc37faa-9f43-4b6e-9f56-8f5431753d66], X-ECOMP-RequestID=[24f02c92-2612-40b5-80c4-c1bc4f2aea6b], X-TransactionId=[], X-ONAP-RequestID=[24f02c92-2612-40b5-80c4-c1bc4f2aea6b], Content-Type=[application/merge-patch+json]} 2021-08-31T08:53:15.676Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aa5014c-ba55-43e8-8313-7cb7aa54d525/model-vers/model-ver/77fd5dfa-2435-402a-85f8-f311638b0941?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-31T08:53:15.904Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aa5014c-ba55-43e8-8313-7cb7aa54d525/model-vers/model-ver/77fd5dfa-2435-402a-85f8-f311638b0941?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aa5014c-ba55-43e8-8313-7cb7aa54d525/model-vers/model-ver/77fd5dfa-2435-402a-85f8-f311638b0941?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210831-08:53:15:696-45953], vertex-id=[213144], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:53:15 GMT], Content-Type=[application/json]} 2021-08-31T08:53:15.905Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aa5014c-ba55-43e8-8313-7cb7aa54d525/model-vers/model-ver/77fd5dfa-2435-402a-85f8-f311638b0941?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-31T08:53:15.905Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aa5014c-ba55-43e8-8313-7cb7aa54d525/model-vers/model-ver/77fd5dfa-2435-402a-85f8-f311638b0941?depth=0|INFO|500||InvokeReturn 2021-08-31T08:53:15.906Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-31T08:53:15.906Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-31T08:53:15.911Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-31T08:53:15.912Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24f02c92-2612-40b5-80c4-c1bc4f2aea6b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-31T08:53:15.912Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-31T08:53:15.913Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-31T08:53:15.916Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-31T08:53:15.916Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399995912, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:53:16.016Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-31T08:53:16.018Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-31T08:53:16.018Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ... 2021-08-31T08:53:16.032Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:53:16.033Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-31T08:53:16.935Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:53:16.935Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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-08-31T08:53:16.936Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:53:26.490Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:53:32.041Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:53:32.042Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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-08-31T08:53:32.042Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:53:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:53:32.043Z||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-08-31T08:53:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:53:32.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:53:32.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:53:32.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:53:32.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-31T08:53:32.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:53:32.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:53:32.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-31T08:53:32.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:53:32.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-31T08:53:32.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:53:32.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399892042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-31T08:53:32.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-31T08:53:32.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399902352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-31T08:53:32.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:53:32.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:53:32.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399904449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-31T08:53:32.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:53:41.608Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:54:32.042Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:54:32.044Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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-08-31T08:54:32.045Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:54:32.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:54:32.046Z||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-08-31T08:54:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:54:32.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:54:32.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-31T08:54:32.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "24f02c92-2612-40b5-80c4-c1bc4f2aea6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630399995912, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-31T08:54:32.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-31T08:54:41.638Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:55:32.041Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:55:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:55:32.044Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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-08-31T08:55:32.044Z||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-08-31T08:55:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:55:32.044Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:55:41.629Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:55:41.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:56:32.042Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:56:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:56:32.046Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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-08-31T08:56:32.046Z||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-08-31T08:56:32.046Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:56:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:56:41.635Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:56:41.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:57:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:57:32.042Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:57:32.046Z||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-08-31T08:57:32.046Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:57:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:57:32.047Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:57:41.618Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:57:41.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:58:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:58:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:58:32.046Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:58:32.046Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:58:32.046Z||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-08-31T08:58:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T08:58:41.642Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:58:41.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:59:32.041Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:59:32.042Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T08:59:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:59:32.043Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T08:59:32.043Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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-08-31T08:59:32.044Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ... 2021-08-31T08:59:41.632Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T08:59:41.635Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:00:32.044Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:00:32.042Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:00:32.046Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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-08-31T09:00:32.046Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T09:00:32.046Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:00:32.046Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:00:41.621Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:00:41.621Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:01:32.042Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:01:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:01:32.045Z||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-08-31T09:01:32.045Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T09:01:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:01:32.045Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:01:41.619Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:01:41.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:02:32.042Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:02:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:02:32.046Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T09:02:32.047Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:02:32.047Z||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-08-31T09:02:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:02:41.618Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:02:41.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:03:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:03:32.046Z||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-08-31T09:03:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:03:32.042Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:03:32.050Z||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-08-31T09:03:32.050Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:03:41.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:03:41.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:04:32.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:04:32.042Z||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-08-31T09:04:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:04:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:04:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:04:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:04:41.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:04:41.606Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:05:32.043Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:05:32.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:05:32.047Z||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-08-31T09:05:32.047Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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-08-31T09:05:32.047Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:05:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:05:41.617Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:05:41.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:06:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:06:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:06:32.045Z||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-08-31T09:06:32.045Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T09:06:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:06:32.045Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:06:41.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:06:41.631Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:07:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:07:32.043Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:07:32.045Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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-08-31T09:07:32.045Z||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-08-31T09:07:32.045Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:07:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:07:41.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:07:41.626Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:08:32.043Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:08:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:08:32.045Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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-08-31T09:08:32.046Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:08:32.045Z||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-08-31T09:08:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:08:41.634Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:08:41.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:09:32.042Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:09:32.043Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:09:32.045Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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-08-31T09:09:32.045Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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-08-31T09:09:32.045Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:09:32.045Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:09:41.619Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:09:41.619Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:10:32.042Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:10:32.044Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:10:32.046Z||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-08-31T09:10:32.046Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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-08-31T09:10:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:10:32.046Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:10:41.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:10:41.624Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:11:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:11:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:11:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:11:32.046Z||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-08-31T09:11:32.047Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:11:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:11:41.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:11:41.619Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:12:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:12:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:12:32.044Z||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-08-31T09:12:32.044Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:12:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:12:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:12:41.645Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:12:41.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:13:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:13:32.043Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:13:32.043Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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-08-31T09:13:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:13:32.044Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:13:32.044Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:13:41.615Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:13:41.633Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:14:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:14:32.043Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:14:32.044Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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-08-31T09:14:32.044Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:14:32.044Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:14:32.044Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:14:41.645Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:14:41.647Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:15:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:15:32.044Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:15:32.045Z||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-08-31T09:15:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:15:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:15:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:15:41.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:15:41.635Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:16:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:16:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:16:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:16:32.045Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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-08-31T09:16:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:16:32.045Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:16:41.615Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:16:41.615Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:17:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:17:32.043Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:17:32.045Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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-08-31T09:17:32.046Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:17:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:17:32.047Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:17:41.611Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:17:41.631Z|24f02c92-2612-40b5-80c4-c1bc4f2aea6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:18:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:18:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:18:32.045Z||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-08-31T09:18:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:18:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:18:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:18:41.626Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:18:41.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:19:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:19:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:19:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:19:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:19:32.043Z||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-08-31T09:19:32.044Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:19:41.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:19:41.640Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:20:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:20:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:20:32.044Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:20:32.044Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:20:32.045Z||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-08-31T09:20:32.046Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:20:41.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:20:41.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:21:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:21:32.044Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:21:32.045Z||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-08-31T09:21:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:21:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:21:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:21:41.607Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:21:41.614Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:22:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:22:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:22:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:22:32.043Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:22:32.044Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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-08-31T09:22:32.044Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:22:41.624Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:22:41.624Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:23:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:23:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:23:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:23:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:23:32.043Z||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-08-31T09:23:32.043Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:23:41.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:23:41.614Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:24:32.044Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:24:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:24:32.045Z||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-08-31T09:24:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:24:32.045Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:24:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:24:41.621Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:24:41.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:25:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:25:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-31T09:25:32.046Z||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-08-31T09:25:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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-08-31T09:25:32.047Z||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 MINguq0EaWjV7IJB) ... 2021-08-31T09:25:32.047Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ... 2021-08-31T09:25:41.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-31T09:25:41.641Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK