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-20T06:48:00.198Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-wfpd7 with PID 14 (/app/app.jar started by so in /app) 2021-08-20T06:48:00.208Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-08-20T06:48:00.209Z||main|||||INFO|500||The following profiles are active: basic 2021-08-20T06:48:13.170Z||main|||||INFO|500||Starting service [Tomcat] 2021-08-20T06:48:13.171Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-08-20T06:48:13.332Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-08-20T06:48:20.014Z||main|||||INFO|500||catdb-pool - Starting... 2021-08-20T06:48:20.497Z||main|||||INFO|500||catdb-pool - Start completed. 2021-08-20T06:48:21.249Z||main|||||INFO|500||reqdb-pool - Starting... 2021-08-20T06:48:21.287Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-08-20T06:48:21.438Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-08-20T06:48:21.958Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-08-20T06:48:23.749Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-08-20T06:48:29.259Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-20T06:48:31.631Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-20T06:48:31.691Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-08-20T06:48:32.355Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-20T06:48:32.486Z||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-20T06:48:33.909Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-20T06:48:34.910Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-08-20T06:48:34.928Z||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-20T06:48:34.929Z||main|||||WARN|500||The sdc end point is not alive 2021-08-20T06:48:37.284Z||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-20T06:48:39.442Z||main|||||WARN|500||--- 2021-08-20T06:48:39.443Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-08-20T06:48:39.443Z||main|||||WARN|500||--- 2021-08-20T06:48:39.767Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-08-20T06:48:42.878Z||main|||||INFO|500||Started Application in 45.688 seconds (JVM running for 51.493) 2021-08-20T06:48:42.878Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-20T06:48:42.883Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-20T06:48:42.912Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-20T06:48:42.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-20T06:48:42.998Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0058346-4a8c-4d02-a55a-176a00b293b4 url= /sdc/v1/artifactTypes 2021-08-20T06:48:42.999Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-20T06:48:43.606Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-20T06:48:43.625Z||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-20T06:48:43.647Z||scheduling-1|||||DEBUG|500||create keys 2021-08-20T06:48:43.654Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-20T06:48:43.698Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:48:43.721Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4587a239-8c7e-4af2-8223-0454e2c0b7e2 url= /sdc/v1/registerForDistribution 2021-08-20T06:48:43.856Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4587a239-8c7e-4af2-8223-0454e2c0b7e2 url= /sdc/v1/registerForDistribution 2021-08-20T06:48:43.857Z||scheduling-1|||||INFO|500||start DistributionClient 2021-08-20T06:48:43.882Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-08-20T06:48:43.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:48:43.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:48:43.889Z||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-20T06:48:43.889Z||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-20T06:48:43.890Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:48:43.890Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:48:54.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:48:54.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:49:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:49:43.866Z||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-20T06:49:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:49:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:49:43.867Z||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-20T06:49:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:49:53.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:49:53.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:50:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:50:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:50:43.871Z||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-20T06:50:43.871Z||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-20T06:50:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:50:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:50:53.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:50:53.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:51:43.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:51:43.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:51:43.871Z||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-20T06:51:43.871Z||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-20T06:51:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:51:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:51:53.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:51:53.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:52:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:52:43.866Z||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-20T06:52:43.867Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:52:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:52:43.867Z||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-20T06:52:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:52:53.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:52:53.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:53:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:53:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:53:43.871Z||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-20T06:53:43.871Z||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-20T06:53:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:53:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:53:53.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:53:53.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:54:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:54:43.866Z||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-20T06:54:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:54:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:54:43.867Z||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-20T06:54:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:54:53.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:54:53.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:55:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:55:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:55:43.869Z||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-20T06:55:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:55:43.871Z||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-20T06:55:43.872Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T06:55:53.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:55:53.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:56:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:56:43.867Z||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-20T06:56:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:56:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:56:43.867Z||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-20T06:56:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:56:53.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:56:53.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:57:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:57:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:57:43.873Z||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-20T06:57:43.873Z||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-20T06:57:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:57:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:57:53.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:57:53.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:58:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:58:43.866Z||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-20T06:58:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:58:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:58:43.868Z||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-20T06:58:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:58:49.747Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-08-20T06:58:53.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:58:53.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:59:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:59:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T06:59:43.869Z||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-20T06:59:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:59:43.869Z||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-20T06:59:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T06:59:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T06:59:53.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:00:43.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:00:43.866Z||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-20T07:00:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:00:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:00:43.868Z||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-20T07:00:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:00:53.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:00:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:01:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:01:43.866Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:01:43.868Z||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-20T07:01:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:01:43.871Z||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-20T07:01:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:01:53.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:01:53.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:02:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:02:43.868Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:02:43.869Z||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-20T07:02:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:02:43.869Z||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-20T07:02:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:02:53.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:02:53.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:03:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:03:43.872Z||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-20T07:03:43.869Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:03:43.873Z||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-20T07:03:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:03:43.879Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:03:53.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:03:53.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:04:43.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:04:43.866Z||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-20T07:04:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:04:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:04:43.868Z||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-20T07:04:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:04:53.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:04:53.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:05:43.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:05:43.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:05:43.867Z||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-20T07:05:43.867Z||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-20T07:05:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:05:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:05:53.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:05:53.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:06:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:06:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:06:43.870Z||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-20T07:06:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:06:43.874Z||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-20T07:06:43.875Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:06:53.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:06:53.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:07:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:07:43.870Z||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-20T07:07:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:07:43.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:07:43.874Z||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-20T07:07:43.875Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:07:53.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:07:53.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:08:43.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:08:43.866Z||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-20T07:08:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:08:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:08:43.867Z||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-20T07:08:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:08:53.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:08:53.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:09:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:09:43.867Z||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-20T07:09:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:09:43.869Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:09:43.869Z||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-20T07:09:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:09:53.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:09:53.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:10:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:10:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:10:43.870Z||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-20T07:10:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:10:43.870Z||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-20T07:10:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:10:53.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:10:53.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:11:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:11:43.869Z||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-20T07:11:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:11:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:11:43.873Z||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-20T07:11:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:11:53.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:11:53.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:12:43.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:12:43.866Z||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-20T07:12:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:12:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:12:43.867Z||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-20T07:12:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:12:53.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:12:53.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:13:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:13:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:13:43.870Z||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-20T07:13:43.870Z||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-20T07:13:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:13:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:13:53.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:13:53.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:14:43.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:14:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:14:43.875Z||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-20T07:14:43.875Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:14:43.875Z||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-20T07:14:43.875Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:14:53.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:14:53.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:15:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:15:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:15:43.872Z||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-20T07:15:43.872Z||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-20T07:15:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:15:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:15:53.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:15:53.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:16:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:16:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:16:43.867Z||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-20T07:16:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:16:43.867Z||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-20T07:16:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:16:53.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:16:53.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:17:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:17:43.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:17:43.869Z||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-20T07:17:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:17:43.869Z||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-20T07:17:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:17:53.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:17:53.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:18:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:18:43.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:18:43.869Z||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-20T07:18:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:18:43.869Z||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-20T07:18:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:18:53.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:18:53.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:19:43.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:19:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:19:43.868Z||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-20T07:19:43.868Z||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-20T07:19:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:19:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:19:53.424Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:19:53.428Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:20:43.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:20:43.866Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:20:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:20:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:20:43.867Z||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-20T07:20:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:20:53.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:20:53.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:21:43.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:21:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:21:43.869Z||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-20T07:21:43.869Z||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-20T07:21:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:21:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:21:53.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:21:53.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:22:43.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:22:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:22:43.872Z||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-20T07:22:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:22:43.872Z||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-20T07:22:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:22:53.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:22:53.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:23:43.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:23:43.866Z||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-20T07:23:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:23:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:23:43.867Z||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-20T07:23:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:23:53.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:23:53.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:24:43.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:24:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:24:43.867Z||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-20T07:24:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:24:43.868Z||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-20T07:24:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:24:53.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:24:53.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:25:43.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:25:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:25:43.869Z||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-20T07:25:43.869Z||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-20T07:25:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:25:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:25:53.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:25:53.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:26:43.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:26:43.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:26:43.869Z||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-20T07:26:43.869Z||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-20T07:26:43.870Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:26:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:26:53.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:26:53.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:27:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:27:43.866Z||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-20T07:27:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:27:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:27:43.868Z||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-20T07:27:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:27:53.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:27:53.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:28:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:28:43.868Z||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-20T07:28:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:28:43.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:28:43.872Z||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-20T07:28:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:28:53.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:28:53.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:29:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:29:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:29:43.868Z||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-20T07:29:43.868Z||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-20T07:29:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:29:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:29:53.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:29:53.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:30:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:30:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:30:43.867Z||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-20T07:30:43.867Z||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-20T07:30:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:30:43.874Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:30:53.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:30:53.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:31:43.867Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:31:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:31:43.871Z||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-20T07:31:43.871Z||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-20T07:31:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:31:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:31:53.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:31:53.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:32:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:32:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:32:43.867Z||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-20T07:32:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:32:43.868Z||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-20T07:32:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:32:53.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:32:53.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:33:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:33:43.866Z||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-20T07:33:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:33:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:33:43.867Z||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-20T07:33:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:33:53.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:33:53.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:34:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:34:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:34:43.871Z||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-20T07:34:43.871Z||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-20T07:34:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:34:43.872Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:34:53.428Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:34:53.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:35:43.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:35:43.865Z||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-20T07:35:43.865Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:35:43.867Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:35:43.868Z||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-20T07:35:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:35:53.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:35:53.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:36:43.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:36:43.867Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:36:43.870Z||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-20T07:36:43.870Z||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-20T07:36:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:36:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:36:53.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:36:53.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:37:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:37:43.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:37:43.869Z||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-20T07:37:43.869Z||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-20T07:37:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:37:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:37:53.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:37:53.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:38:43.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:38:43.866Z||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-20T07:38:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:38:43.867Z||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-20T07:38:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:38:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:38:53.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:38:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:39:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:39:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:39:43.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:39:43.874Z||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-20T07:39:43.874Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:39:43.874Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:39:53.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:39:53.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:40:43.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:40:43.870Z||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-20T07:40:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:40:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:40:43.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:40:43.873Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:40:53.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:40:53.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:41:43.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:41:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:41:43.867Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:41:43.867Z||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-20T07:41:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:41:43.867Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:41:53.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:41:53.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:42:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:42:43.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:42:43.870Z||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-20T07:42:43.870Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:42:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:42:43.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:42:53.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:42:53.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:43:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:43:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:43:43.870Z||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-20T07:43:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:43:43.870Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:43:43.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:43:53.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:43:53.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:44:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:44:43.866Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:44:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:44:43.867Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:44:43.867Z||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-20T07:44:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:44:53.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:44:53.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:45:43.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:45:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:45:43.869Z||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-20T07:45:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:45:43.869Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:45:43.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:45:53.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:45:53.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:46:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:46:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:46:43.875Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:46:43.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:46:43.875Z||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-20T07:46:43.877Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:46:53.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:46:53.430Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:47:43.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:47:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:47:43.868Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:47:43.868Z||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-20T07:47:43.868Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:47:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:47:53.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:47:53.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:48:43.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:48:43.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:48:43.869Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T07:48:43.869Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:48:43.869Z||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-20T07:48:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:48:53.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:48:53.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:49:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:49:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:49:43.871Z||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-20T07:49:43.871Z||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-20T07:49:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:49:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:49:53.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:49:53.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:43.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:50:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:50:43.867Z||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-20T07:50:43.867Z||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-20T07:50:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:44.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:44.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "aai-ml", "timestamp": 1629445821540, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "dcae-sch", "timestamp": 1629445815235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445815229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "aai-ml", "timestamp": 1629445821540, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "dcae-sch", "timestamp": 1629445815235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445815229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "NOTIFIED" } 2021-08-20T07:50:44.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "aai-ml", "timestamp": 1629445821540, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "dcae-sch", "timestamp": 1629445815235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445815229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-20T07:50:44.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "clamp", "timestamp": 1629445824518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "aai-ml", "timestamp": 1629445821540, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "dcae-sch", "timestamp": 1629445815235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445815229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "policy-id", "timestamp": 1629445825305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "clamp", "timestamp": 1629445824518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "NOTIFIED" } 2021-08-20T07:50:44.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "aai-ml", "timestamp": 1629445821540, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445815229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-20T07:50:44.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "dcae-sch", "timestamp": 1629445815235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "cds", "timestamp": 1629445825743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "policy-id", "timestamp": 1629445825305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "clamp", "timestamp": 1629445824518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "aai-ml", "timestamp": 1629445821540, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445815229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "dcae-sch", "timestamp": 1629445815235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "cds", "timestamp": 1629445825743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "policy-id", "timestamp": 1629445825305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-20T07:50:44.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "clamp", "timestamp": 1629445824518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "aai-ml", "timestamp": 1629445821540, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:50:44.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "dcae-sch", "timestamp": 1629445815235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445815229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:50:44.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "cds", "timestamp": 1629445825743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "policy-id", "timestamp": 1629445825305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "clamp", "timestamp": 1629445824518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "cds", "timestamp": 1629445825743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "ves-openapi-manager", "timestamp": 1629445829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "policy-id", "timestamp": 1629445825305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "clamp", "timestamp": 1629445824518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445830376, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T07:50:44.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:50:44.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "aai-ml", "timestamp": 1629445830411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:50:44.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:50:44.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "cds", "timestamp": 1629445825743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "ves-openapi-manager", "timestamp": 1629445829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "policy-id", "timestamp": 1629445825305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "clamp", "timestamp": 1629445824518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:50:44.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "cds", "timestamp": 1629445825743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "ves-openapi-manager", "timestamp": 1629445829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "policy-id", "timestamp": 1629445825305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:50:44.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445832455, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T07:50:44.454Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:50:44.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "cds", "timestamp": 1629445825743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:50:44.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "ves-openapi-manager", "timestamp": 1629445829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "ves-openapi-manager", "timestamp": 1629445829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "policy-id", "timestamp": 1629445833968, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:50:44.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:50:44.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445834537, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-20T07:50:44.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:50:44.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "cds", "timestamp": 1629445834563, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:50:44.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:50:44.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "ves-openapi-manager", "timestamp": 1629445829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "policy-id", "timestamp": 1629445834977, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:50:44.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:50:44.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "cds", "timestamp": 1629445835584, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-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=? 2021-08-20T07:50:44.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:44.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1926e869-bfb7-49d7-a935-08998d01993d","serviceName":"vFW 2021-08-20 07-46-54","serviceVersion":"1.0","serviceUUID":"1258056c-3e55-4b09-a1eb-e61ff5f94737","serviceDescription":"catalog service description","serviceInvariantUUID":"e16225b1-96ae-4ef1-accb-bb0efc6079b5","resources":[{"resourceInstanceName":"vFW eca6c518-ba4c 0","resourceName":"vFW eca6c518-ba4c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"713af8cb-a1ce-4917-923f-f4df8305b58c","resourceInvariantUUID":"878d9db2-5d20-43ac-a672-5d33bcf486f6","resourceCustomizationUUID":"604a9732-3078-41a4-855f-219666d2c3db","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml","artifactChecksum":"YTg2MjJmOWY4MDlhZDhhOGE4YTkxOThjNTcxNjM1YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b2e4013-f700-4260-a42f-640904fb2518","artifactVersion":"1"},{"artifactName":"vfweca6c518ba4c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json","artifactChecksum":"ZjhhNzhhMzQ1NjA2MTBkYjM0YzE5YjhiNWI2OTllYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03ad3e9d-e386-4491-a9ba-a188028e21a0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84180dae-144e-44cc-a366-1a6d77da6404","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml","artifactChecksum":"YzExYjZmNmQyOWQ1ZTkwNzJhMTY1M2UyZTk3MjA1ZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5831cc39-50a4-409f-930c-cf54f0acbbcd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e","artifactVersion":"2","generatedFromUUID":"84180dae-144e-44cc-a366-1a6d77da6404"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210820074654-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml","artifactChecksum":"YWQwYjUxNDE0ZmVkYjE2YzIyMjMwMDJmNzZkZTliYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ddbf4928-27a2-4313-8fb4-cf1255ede031","artifactVersion":"1"},{"artifactName":"service-Vfw20210820074654-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar","artifactChecksum":"ODc5OWQ2NzFiNzNmOTE4ODBmMTk5YWVmZmExYWI1Mjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01787803-b608-4823-99ac-0cdd3f42a6ee","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-20T07:50:44.595Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:50:44.600Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:50:44.609Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:50:44.609Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-20T07:50:44.642Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d 2021-08-20T07:50:44.666Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:50:44.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "ves-openapi-manager", "timestamp": 1629445829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "policy-id", "timestamp": 1629445835996, "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-20T07:50:44.707Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d 2021-08-20T07:50:44.708Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2021-08-20T07:50:44.709Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-20T07:50:44.716Z||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-20T07:50:44.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.716Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:44.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445836961, "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-20T07:50:44.720Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d 2021-08-20T07:50:44.720Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:50:44.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "multicloud-k8s-id", "timestamp": 1629445837970, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T07:50:44.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:50:44.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629445837542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.730Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:44.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629445837542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.733Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:50:44.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "clamp", "timestamp": 1629445839783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:50:44.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:50:44.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629445837542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629445837542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "clamp", "timestamp": 1629445841798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:50:44.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:50:44.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629445837542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:44.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "clamp", "timestamp": 1629445842806, "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-20T07:50:44.741Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d 2021-08-20T07:50:44.741Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:50:44.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:50:44.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629445837542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:44.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:50:45.621Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:50:45.622Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:50:45.623Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:50:45.624Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "NOTIFIED" } 2021-08-20T07:50:45.724Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:50:45.725Z||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-20T07:50:45.725Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:45.737Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:45.738Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:50:46.624Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:50:46.625Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:50:46.627Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:50:46.628Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-20T07:50:46.727Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T07:50:46.729Z||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-20T07:50:46.729Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:46.739Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:46.739Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:50:47.628Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:50:47.629Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:50:47.631Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:50:47.631Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:47.732Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T07:50:47.732Z||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-20T07:50:47.733Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:47.752Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:47.753Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-08-20T07:50:48.632Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:50:48.633Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:50:48.636Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:50:48.636Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-20T07:50:48.736Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:50:48.737Z||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-20T07:50:48.737Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:48.748Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:48.749Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:50:49.637Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:50:49.638Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:50:49.641Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:50:49.641Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:50:49.740Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T07:50:49.741Z||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-20T07:50:49.743Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:49.753Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:49.754Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:50:50.641Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:50:50.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:50:50.644Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:50:50.644Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:50:50.744Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:50:50.745Z||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-20T07:50:50.746Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:50.762Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:50.763Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:50:51.646Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "serviceName": "vFW 2021-08-20 07-46-54", "serviceVersion": "1.0", "serviceUUID": "1258056c-3e55-4b09-a1eb-e61ff5f94737", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e16225b1-96ae-4ef1-accb-bb0efc6079b5", "resources": [ { "resourceInstanceName": "vFW eca6c518-ba4c 0", "resourceCustomizationUUID": "604a9732-3078-41a4-855f-219666d2c3db", "resourceName": "vFW eca6c518-ba4c", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "713af8cb-a1ce-4917-923f-f4df8305b58c", "resourceInvariantUUID": "878d9db2-5d20-43ac-a672-5d33bcf486f6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfweca6c518ba4c0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "artifactChecksum": "ZjhhNzhhMzQ1NjA2MTBkYjM0YzE5YjhiNWI2OTllYmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "03ad3e9d-e386-4491-a9ba-a188028e21a0", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "84180dae-144e-44cc-a366-1a6d77da6404", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e", "generatedFromUUID": "84180dae-144e-44cc-a366-1a6d77da6404" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210820074654-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "artifactChecksum": "ODc5OWQ2NzFiNzNmOTE4ODBmMTk5YWVmZmExYWI1Mjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "01787803-b608-4823-99ac-0cdd3f42a6ee" } ], "workloadContext": "Production" } 2021-08-20T07:50:51.647Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-20T07:50:51.648Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1258056c-3e55-4b09-a1eb-e61ff5f94737 ASDC 2021-08-20T07:50:51.776Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:1926e869-bfb7-49d7-a935-08998d01993d ServiceName:vFW 2021-08-20 07-46-54 ServiceVersion:1.0 ServiceUUID:1258056c-3e55-4b09-a1eb-e61ff5f94737 ServiceInvariantUUID:e16225b1-96ae-4ef1-accb-bb0efc6079b5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210820074654-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar ArtifactUUID:01787803-b608-4823-99ac-0cdd3f42a6ee ArtifactChecksum:ODc5OWQ2NzFiNzNmOTE4ODBmMTk5YWVmZmExYWI1Mjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW eca6c518-ba4c 0 ResourceCustomizationUUID:604a9732-3078-41a4-855f-219666d2c3db ResourceInvariantUUID:878d9db2-5d20-43ac-a672-5d33bcf486f6 ResourceName:vFW eca6c518-ba4c ResourceType:VF ResourceUUID:713af8cb-a1ce-4917-923f-f4df8305b58c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfweca6c518ba4c0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json ArtifactUUID:03ad3e9d-e386-4491-a9ba-a188028e21a0 ArtifactChecksum:ZjhhNzhhMzQ1NjA2MTBkYjM0YzE5YjhiNWI2OTllYmQ= 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/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml ArtifactUUID:84180dae-144e-44cc-a366-1a6d77da6404 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/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env ArtifactUUID:71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e 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/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env ArtifactUUID:71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-20T07:50:51.778Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1258056c-3e55-4b09-a1eb-e61ff5f94737 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-20T07:50:51.835Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T07:50:51.837Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-20T07:50:51.838Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-20T07:50:51.839Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 01787803-b608-4823-99ac-0cdd3f42a6ee from URL: /sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar 2021-08-20T07:50:51.839Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-20T07:50:51.840Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar 2021-08-20T07:50:53.044Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-20T07:50:53.063Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar 01787803-b608-4823-99ac-0cdd3f42a6ee 98762 2021-08-20T07:50:53.065Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar ASDC sendASDCNotification 2021-08-20T07:50:53.066Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar 2021-08-20T07:50:53.066Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T07:50:53.068Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:50:53.069Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:50:53.070Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445853064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:50:53.170Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:50:53.171Z||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-20T07:50:53.172Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:53.196Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:53.197Z||pool-10-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:50:54.070Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T07:50:54.071Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-20T07:50:54.072Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 01787803-b608-4823-99ac-0cdd3f42a6ee, URL: /sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar to file: /app/ASDC/1/service-Vfw20210820074654-csar.csar 2021-08-20T07:50:54.073Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210820074654-csar.csar 2021-08-20T07:50:54.223Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210820074654-csar.csar 2021-08-20T07:50:54.224Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210820074654-csar.csar 2021-08-20T07:50:54.979Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8995378626148269910/Definitions/service-Vfw20210820074654-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_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_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-20T07:50:57.969Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eca6c518-ba4c 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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|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-Vfw20210820074654-csar.csar 2021-08-20T07:50:57.977Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-08-20T07:50:57.983Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:57.985Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:50:57.989Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:50:57.989Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-08-20T07:50:57.991Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T07:50:57.992Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:57.992Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:50:57.993Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:50:57.993Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-08-20T07:50:57.993Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T07:50:57.993Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:57.993Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:50:57.997Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:57.997Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria 2021-08-20T07:50:57.997Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-20T07:50:57.997Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-20T07:50:58.000Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-20T07:50:58.000Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-20T07:50:58.000Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.000Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-20T07:50:58.001Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.002Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:50:58.002Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:50:58.002Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.002Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:50:58.003Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:50:58.003Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.003Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:50:58.003Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:50:58.003Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria 2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f98529a0-e30f-4fa0-a894-dc0d5c1a6588 2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria 2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-20T07:50:58.008Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-20T07:50:58.008Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-20T07:50:58.008Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=244fbca6-c2f0-4e28-8773-a2dbef4106d1 2021-08-20T07:50:58.008Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.008Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria 2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=88bedfd6-a3e2-4455-8e89-6259e4ee1f05 2021-08-20T07:50:58.011Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.011Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:50:58.011Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.011Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:50:58.011Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.012Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:50:58.012Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:50:58.012Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:50:58.012Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-20 07-46-54 Description:catalog service description Model UUID:1258056c-3e55-4b09-a1eb-e61ff5f94737 Model Version:NULL Model InvariantUuid:e16225b1-96ae-4ef1-accb-bb0efc6079b5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW eca6c518-ba4c Model UUID:ee80fc72-d166-4fd9-a2f3-5699510cac46 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:878d9db2-5d20-43ac-a672-5d33bcf486f6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:604a9732-3078-41a4-855f-219666d2c3db NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b6f077ee-5759-4607-a6d5-838b21019a58 ModelName:VfwEca6c518Ba4c..base_vfw..module-0 ModelUuid:fd653ea6-162f-4805-a414-64e1e52bef8d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f98529a0-e30f-4fa0-a894-dc0d5c1a6588 ModelInvariantUuid:d0a072ac-ea78-496b-ad26-110884ab93d2 ModelName:vFW eca6c518-ba4c-nodes.vfwCvfc ModelUuid:945ce6ef-0783-4f6f-bf6b-fa97f96ff06e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:704354b0-78c8-40e2-a9c3-3534ffec4f4d ModelInvariantUuid:6ed38f33-74bf-4df8-a3ae-22d3c848f01f ModelName:VfwEca6c518Ba4c.compute.nodes.heat.vfw ModelUuid:db85519e-5aa3-4577-9e1d-39cfde60d363 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:244fbca6-c2f0-4e28-8773-a2dbef4106d1 ModelInvariantUuid:bbbe3af2-60ca-4544-b1f0-13ea390788c4 ModelName:vFW eca6c518-ba4c-nodes.vsnCvfc ModelUuid:c000fbd4-872e-496a-b48a-4910dafa33e3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dd95a3ad-dcb5-40e4-929b-ff8c3f575e67 ModelInvariantUuid:12293a5e-8f23-4e2a-93b9-7c41e7b0a57a ModelName:VfwEca6c518Ba4c.compute.nodes.heat.vsn ModelUuid:d81b43ac-2818-440c-a904-a0f12975bb85 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:88bedfd6-a3e2-4455-8e89-6259e4ee1f05 ModelInvariantUuid:a6b683fb-8137-44dd-88af-9291a9984b4f ModelName:vFW eca6c518-ba4c-nodes.vpgCvfc ModelUuid:a009a856-748c-4949-af11-b8ade4f431bc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:872b542f-13d2-47ea-a9e5-de6c2967375f ModelInvariantUuid:9bd2b3f3-92a2-4539-bdac-b080e3424ff6 ModelName:VfwEca6c518Ba4c.compute.nodes.heat.vpg ModelUuid:34373318-9c25-40fb-9d70-cb6fe25ec4dc 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-20T07:50:58.025Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 713af8cb-a1ce-4917-923f-f4df8305b58c 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-20T07:50:58.126Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||vFW eca6c518-ba4c 0 2021-08-20T07:50:58.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 713af8cb-a1ce-4917-923f-f4df8305b58c 2021-08-20T07:50:58.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 03ad3e9d-e386-4491-a9ba-a188028e21a0 from URL: /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json 2021-08-20T07:50:58.135Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-20T07:50:58.135Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json 2021-08-20T07:50:58.793Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-20T07:50:58.794Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json 03ad3e9d-e386-4491-a9ba-a188028e21a0 785 2021-08-20T07:50:58.794Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json ASDC sendASDCNotification 2021-08-20T07:50:58.794Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json 2021-08-20T07:50:58.795Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T07:50:58.795Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:50:58.798Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:50:58.799Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445858794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T07:50:58.899Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:50:58.900Z||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-20T07:50:58.900Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:50:58.912Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:50:58.913Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-20T07:50:59.800Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEca6c518Ba4c..base_vfw..module-0", "vfModuleModelInvariantUUID": "b6f077ee-5759-4607-a6d5-838b21019a58", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd653ea6-162f-4805-a414-64e1e52bef8d", "vfModuleModelCustomizationUUID": "277dfad7-adb7-47c3-9824-1f998f20e631", "isBase": true, "artifacts": [ "84180dae-144e-44cc-a366-1a6d77da6404", "71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e" ], "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-20T07:50:59.824Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEca6c518Ba4c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd653ea6-162f-4805-a414-64e1e52bef8d VfModuleModelInvariantUUID:b6f077ee-5759-4607-a6d5-838b21019a58 VfModuleModelDescription:NULL Artifacts UUID List:{ 84180dae-144e-44cc-a366-1a6d77da6404 , 71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e } 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-20T07:50:59.829Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEca6c518Ba4c..base_vfw..module-0", "vfModuleModelInvariantUUID": "b6f077ee-5759-4607-a6d5-838b21019a58", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd653ea6-162f-4805-a414-64e1e52bef8d", "vfModuleModelCustomizationUUID": "277dfad7-adb7-47c3-9824-1f998f20e631", "isBase": true, "artifacts": [ "84180dae-144e-44cc-a366-1a6d77da6404", "71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e" ], "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-20T07:50:59.829Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEca6c518Ba4c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd653ea6-162f-4805-a414-64e1e52bef8d VfModuleModelInvariantUUID:b6f077ee-5759-4607-a6d5-838b21019a58 VfModuleModelDescription:NULL Artifacts UUID List:{ 84180dae-144e-44cc-a366-1a6d77da6404 , 71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e } 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-20T07:50:59.829Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84180dae-144e-44cc-a366-1a6d77da6404 from URL: /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml 2021-08-20T07:50:59.830Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-20T07:50:59.830Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml 2021-08-20T07:51:00.473Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-20T07:51:00.475Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml 84180dae-144e-44cc-a366-1a6d77da6404 20368 2021-08-20T07:51:00.475Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-20T07:51:00.476Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml 2021-08-20T07:51:00.476Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T07:51:00.476Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:51:00.479Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:51:00.479Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445860475, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T07:51:00.579Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:51:00.580Z||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-20T07:51:00.580Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:51:00.591Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:51:00.591Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:51:01.480Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e from URL: /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env 2021-08-20T07:51:01.480Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-20T07:51:01.480Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env 2021-08-20T07:51:02.034Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-20T07:51:02.034Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env 71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e 2098 2021-08-20T07:51:02.034Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-20T07:51:02.035Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env 2021-08-20T07:51:02.035Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T07:51:02.035Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:51:02.038Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:51:02.038Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445862034, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-20T07:51:02.140Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-20T07:51:02.142Z||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-20T07:51:02.142Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:51:02.157Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:51:02.158Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-20T07:51:03.043Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1258056c-3e55-4b09-a1eb-e61ff5f94737 2021-08-20T07:51:03.045Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eca6c518-ba4c 0 713af8cb-a1ce-4917-923f-f4df8305b58c 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-20T07:51:03.110Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.110Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:51:03.110Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-08-20T07:51:03.111Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 604a9732-3078-41a4-855f-219666d2c3db 2021-08-20T07:51:03.111Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 604a9732-3078-41a4-855f-219666d2c3db matches Tosca VF Customization UUID: 604a9732-3078-41a4-855f-219666d2c3db 2021-08-20T07:51:03.111Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 604a9732-3078-41a4-855f-219666d2c3db 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-20T07:51:03.117Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.118Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:51:03.119Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 604a9732-3078-41a4-855f-219666d2c3db: {\"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-20T07:51:03.119Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e4fd8cf 2021-08-20T07:51:03.119Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.119Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-20T07:51:03.120Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 277dfad7-adb7-47c3-9824-1f998f20e631 2021-08-20T07:51:03.121Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 277dfad7-adb7-47c3-9824-1f998f20e631 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-20T07:51:03.130Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.130Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:51:03.130Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:51:03.131Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.131Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:51:03.131Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:51:03.132Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.132Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria 2021-08-20T07:51:03.132Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-20T07:51:03.132Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-20T07:51:03.132Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-20T07:51:03.133Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-20T07:51:03.133Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-20T07:51:03.133Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-20T07:51:03.133Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-20T07:51:03.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-20T07:51:03.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-20T07:51:03.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-20T07:51:03.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-20T07:51:03.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f98529a0-e30f-4fa0-a894-dc0d5c1a6588 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-20T07:51:03.144Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.144Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:51:03.144Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:51:03.144Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria 2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-20T07:51:03.146Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-20T07:51:03.146Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-20T07:51:03.146Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-20T07:51:03.146Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-20T07:51:03.147Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-20T07:51:03.147Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-20T07:51:03.147Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-20T07:51:03.147Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=244fbca6-c2f0-4e28-8773-a2dbef4106d1 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-20T07:51:03.149Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.149Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:51:03.149Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria 2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-20T07:51:03.153Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-20T07:51:03.153Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-20T07:51:03.153Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-20T07:51:03.153Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-20T07:51:03.153Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-20T07:51:03.154Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-20T07:51:03.154Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-20T07:51:03.154Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-20T07:51:03.154Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=88bedfd6-a3e2-4455-8e89-6259e4ee1f05 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-20T07:51:03.155Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.155Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:51:03.156Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:51:03.156Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.156Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria 2021-08-20T07:51:03.156Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=604a9732-3078-41a4-855f-219666d2c3db 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-20T07:51:03.158Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.158Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:51:03.158Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1258056c-3e55-4b09-a1eb-e61ff5f94737: vFW eca6c518-ba4c 2021-08-20T07:51:03.158Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.158Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:51:03.159Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.159Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:51:03.159Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.159Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:51:03.159Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.160Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:51:03.160Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:51:03.160Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:51:03.160Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-08-20 07-46-54 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-20T07:51:03.429Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eca6c518-ba4c 713af8cb-a1ce-4917-923f-f4df8305b58c 1 ASDC deployResourceStructure 2021-08-20T07:51:03.429Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json ASDC sendASDCNotification 2021-08-20T07:51:03.429Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json 2021-08-20T07:51:03.430Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T07:51:03.430Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:51:03.432Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:51:03.432Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445863429, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T07:51:03.532Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:51:03.534Z||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-20T07:51:03.534Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:51:03.545Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:51:03.546Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:51:04.433Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-20T07:51:04.434Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml 2021-08-20T07:51:04.434Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T07:51:04.434Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:51:04.438Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:51:04.438Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445864433, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-20T07:51:04.538Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T07:51:04.538Z||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-20T07:51:04.539Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:51:04.556Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:51:04.556Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:51:05.439Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-20T07:51:05.440Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env 2021-08-20T07:51:05.440Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T07:51:05.440Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:51:05.442Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:51:05.443Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445865439, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-20T07:51:05.543Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:51:05.544Z||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-20T07:51:05.544Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:51:05.555Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:51:05.556Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:51:06.443Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar ASDC sendASDCNotification 2021-08-20T07:51:06.443Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar 2021-08-20T07:51:06.444Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T07:51:06.444Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:51:06.446Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:51:06.446Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445866443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:51:06.547Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:51:06.548Z||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-20T07:51:06.548Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:51:06.558Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:51:06.559Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-20T07:51:07.448Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:51:07.482Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:51:07.485Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:51:07.485Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:51:07.486Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:51:37.486Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:51:37.496Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:51:37.498Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:51:37.498Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:51:37.498Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:51:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:51:43.868Z||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-20T07:51:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:51:43.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:51:43.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:51:43.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629445837542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:51:43.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:52:07.498Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:52:07.506Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:52:07.509Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:52:07.510Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:52:07.510Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:52:37.511Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:52:37.542Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:52:37.544Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:52:37.545Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:52:37.545Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:52:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:52:43.871Z||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-20T07:52:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:52:43.923Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:52:43.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:52:43.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:52:43.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:53:07.545Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:53:07.563Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:53:07.566Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:53:07.566Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:53:07.567Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:53:37.567Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:53:37.575Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:53:37.577Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:53:37.578Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:53:37.578Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:53:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:53:43.868Z||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-20T07:53:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:53:44.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:53:44.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "NOTIFIED" } 2021-08-20T07:53:44.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:53:44.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629445846206, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:53:44.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:53:44.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-20T07:53:44.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:53:44.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:53:44.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:53:44.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-20T07:53:44.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:53:44.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:53:44.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:53:44.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445843865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:53:44.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-20T07:53:44.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629445851603, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:53:44.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:53:44.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629445852614, "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-20T07:53:44.453Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d 2021-08-20T07:53:44.453Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:53:44.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445853064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:53:44.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:53:44.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "aai-ml", "timestamp": 1629445856688, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:53:44.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:53:44.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "aai-ml", "timestamp": 1629445857698, "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-20T07:53:44.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d 2021-08-20T07:53:44.466Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:53:44.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445858794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T07:53:44.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:53:44.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445860475, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T07:53:44.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:53:44.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445862034, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-20T07:53:44.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:53:44.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445863429, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T07:53:44.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:53:44.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445864433, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-20T07:53:44.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:53:44.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445865439, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-20T07:53:44.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:53:44.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:53:44.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629445866443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:53:44.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:54:07.579Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:54:07.603Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:54:07.606Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:54:07.606Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T07:54:07.606Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-20T07:54:07.607Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-20T07:54:07.607Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T07:54:07.608Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T07:54:07.608Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T07:54:07.608Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T07:54:07.608Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T07:54:07.609Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T07:54:07.609Z|1926e869-bfb7-49d7-a935-08998d01993d|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-20T07:54:07.612Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-20T07:54:37.613Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d 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-20T07:54:37.626Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1926e869-bfb7-49d7-a935-08998d01993d and serviceModelVersionId: 1258056c-3e55-4b09-a1eb-e61ff5f94737 2021-08-20T07:54:37.627Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e16225b1-96ae-4ef1-accb-bb0efc6079b5 2021-08-20T07:54:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:54:43.868Z||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-20T07:54:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:54:51.081Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0 2021-08-20T07:54:51.196Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-08-20T07:54:51.679Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0|INFO|500||Invoke 2021-08-20T07:54:51.687Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1926e869-bfb7-49d7-a935-08998d01993d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b65f65e0-1b3d-4adc-9cab-64e9245b8b44], X-ECOMP-RequestID=[1926e869-bfb7-49d7-a935-08998d01993d], X-TransactionId=[], X-ONAP-RequestID=[1926e869-bfb7-49d7-a935-08998d01993d], Content-Type=[application/merge-patch+json]} 2021-08-20T07:54:51.825Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-20T07:54:52.271Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?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/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210820-07:54:51:840-86992], vertex-id=[155720], Content-Length=[0], Date=[Fri, 20 Aug 2021 07:54:51 GMT], Content-Type=[application/json]} 2021-08-20T07:54:52.272Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-20T07:54:52.273Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0|INFO|500||InvokeReturn 2021-08-20T07:54:52.276Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-20T07:54:52.277Z|1926e869-bfb7-49d7-a935-08998d01993d|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-20T07:54:52.281Z|1926e869-bfb7-49d7-a935-08998d01993d|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-20T07:54:52.282Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1926e869-bfb7-49d7-a935-08998d01993d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-20T07:54:52.283Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-20T07:54:52.284Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:54:52.290Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:54:52.290Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446092282, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T07:54:52.390Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T07:54:52.391Z||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-20T07:54:52.391Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:54:52.402Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:54:52.402Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:54:53.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:54:53.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-20T07:54:53.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1926e869-bfb7-49d7-a935-08998d01993d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446092282, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T07:54:53.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-20T07:54:53.302Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:54:53.302Z|1926e869-bfb7-49d7-a935-08998d01993d|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-20T07:54:53.302Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:55:03.541Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:55:03.542Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:55:03.542Z|1926e869-bfb7-49d7-a935-08998d01993d|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-20T07:55:03.542Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:55:13.098Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:55:13.099Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:55:13.099Z|1926e869-bfb7-49d7-a935-08998d01993d|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-20T07:55:13.099Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:55:22.651Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:55:22.654Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:55:22.655Z|1926e869-bfb7-49d7-a935-08998d01993d|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-20T07:55:22.656Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:55:32.208Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:55:43.864Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:55:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:55:43.866Z|1926e869-bfb7-49d7-a935-08998d01993d|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-20T07:55:43.868Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:55:43.868Z||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-20T07:55:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:55:53.420Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:55:53.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:43.866Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:56:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:56:43.873Z||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-20T07:56:43.873Z|1926e869-bfb7-49d7-a935-08998d01993d|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-20T07:56:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:43.874Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:45.400Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:45.401Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-20T07:56:45.402Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"890bcdd5-b3e2-42be-9478-7948f05074fd","serviceName":"basic_onboard_Hrmnhq","serviceVersion":"1.0","serviceUUID":"8d66f30f-1ea8-45c0-a190-b188226bd687","serviceDescription":"service","serviceInvariantUUID":"11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff","resources":[{"resourceInstanceName":"basic_onboard_Hrmnhq 0","resourceName":"basic_onboard_Hrmnhq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c14b05d-3b98-4fb1-bf70-b33a9a97174b","resourceInvariantUUID":"baa55613-d77f-4b97-9f33-f903699a4e56","resourceCustomizationUUID":"93fe1913-4821-4907-a04d-8d78390a844d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml","artifactChecksum":"MmU4ZTc2MDdjYTQwYzlmM2QzMDBmN2YwYzg4NWI4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8c2d0b5-31a2-4d32-ac47-cd6231f898e0","artifactVersion":"1"},{"artifactName":"basic_onboard_hrmnhq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json","artifactChecksum":"ZmVmNmZmMTM4ZGE4YWM3OTNlZmQwNDBiM2IwYjU1ZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d458a476-6789-4585-9f02-6a79df041a63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a2c45512-d824-4255-9258-5f1692649e3a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"427c9aea-c44f-4a0c-a1e5-b61bacdc847d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"477c992c-300b-42c7-92b5-65a98900fca7","artifactVersion":"2","generatedFromUUID":"a2c45512-d824-4255-9258-5f1692649e3a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHrmnhq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml","artifactChecksum":"ZmJiMjk0ZmYxZWQwMDFlZTgxOGExMGJlNGM2NTE0MTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"079e2aa3-9485-4c16-879f-4bc46e812c9d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHrmnhq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar","artifactChecksum":"MjUzYTJiZGM4OGQ3OTBhNTY2YjEwNjUyYzJmZTlkMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3982ef35-de34-45ad-a028-a5a32bc3cdd7","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-20T07:56:45.408Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:56:45.408Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:56:45.414Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:56:45.414Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:56:45.513Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T07:56:45.515Z||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-20T07:56:45.515Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:45.527Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:45.528Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:56:45.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:56:45.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:56:45.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:56:46.415Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:56:46.416Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:56:46.419Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:56:46.419Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "NOTIFIED" } 2021-08-20T07:56:46.519Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:56:46.519Z||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-20T07:56:46.520Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:46.531Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:46.532Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:56:47.419Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:56:47.420Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:56:47.425Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:56:47.426Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-20T07:56:47.522Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-08-20T07:56:47.523Z||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-20T07:56:47.524Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:47.538Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:47.538Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-20T07:56:48.426Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:56:48.427Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:56:48.431Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:56:48.431Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:56:48.531Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:56:48.532Z||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-20T07:56:48.532Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:48.544Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:48.545Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:56:49.432Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:56:49.432Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:56:49.434Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:56:49.435Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-20T07:56:49.535Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:56:49.536Z||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-20T07:56:49.536Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:49.548Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:49.548Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:56:50.436Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:56:50.437Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:56:50.439Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:56:50.439Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:56:50.540Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:56:50.541Z||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-20T07:56:50.541Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:50.555Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:50.555Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-20T07:56:51.440Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T07:56:51.441Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:56:51.443Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:56:51.443Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:56:51.543Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:56:51.544Z||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-20T07:56:51.545Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:51.558Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:51.558Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-20T07:56:52.445Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "serviceName": "basic_onboard_Hrmnhq", "serviceVersion": "1.0", "serviceUUID": "8d66f30f-1ea8-45c0-a190-b188226bd687", "serviceDescription": "service", "serviceInvariantUUID": "11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff", "resources": [ { "resourceInstanceName": "basic_onboard_Hrmnhq 0", "resourceCustomizationUUID": "93fe1913-4821-4907-a04d-8d78390a844d", "resourceName": "basic_onboard_Hrmnhq", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4c14b05d-3b98-4fb1-bf70-b33a9a97174b", "resourceInvariantUUID": "baa55613-d77f-4b97-9f33-f903699a4e56", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_hrmnhq0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "artifactChecksum": "ZmVmNmZmMTM4ZGE4YWM3OTNlZmQwNDBiM2IwYjU1ZDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d458a476-6789-4585-9f02-6a79df041a63", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a2c45512-d824-4255-9258-5f1692649e3a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "477c992c-300b-42c7-92b5-65a98900fca7", "generatedFromUUID": "a2c45512-d824-4255-9258-5f1692649e3a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "477c992c-300b-42c7-92b5-65a98900fca7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHrmnhq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "artifactChecksum": "MjUzYTJiZGM4OGQ3OTBhNTY2YjEwNjUyYzJmZTlkMDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3982ef35-de34-45ad-a028-a5a32bc3cdd7" } ], "workloadContext": "Production" } 2021-08-20T07:56:52.446Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-20T07:56:52.446Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d66f30f-1ea8-45c0-a190-b188226bd687 ASDC 2021-08-20T07:56:52.447Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:890bcdd5-b3e2-42be-9478-7948f05074fd ServiceName:basic_onboard_Hrmnhq ServiceVersion:1.0 ServiceUUID:8d66f30f-1ea8-45c0-a190-b188226bd687 ServiceInvariantUUID:11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHrmnhq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar ArtifactUUID:3982ef35-de34-45ad-a028-a5a32bc3cdd7 ArtifactChecksum:MjUzYTJiZGM4OGQ3OTBhNTY2YjEwNjUyYzJmZTlkMDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_Hrmnhq 0 ResourceCustomizationUUID:93fe1913-4821-4907-a04d-8d78390a844d ResourceInvariantUUID:baa55613-d77f-4b97-9f33-f903699a4e56 ResourceName:basic_onboard_Hrmnhq ResourceType:VF ResourceUUID:4c14b05d-3b98-4fb1-bf70-b33a9a97174b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_hrmnhq0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json ArtifactUUID:d458a476-6789-4585-9f02-6a79df041a63 ArtifactChecksum:ZmVmNmZmMTM4ZGE4YWM3OTNlZmQwNDBiM2IwYjU1ZDc= 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/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml ArtifactUUID:a2c45512-d824-4255-9258-5f1692649e3a 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/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env ArtifactUUID:477c992c-300b-42c7-92b5-65a98900fca7 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/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env ArtifactUUID:477c992c-300b-42c7-92b5-65a98900fca7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-20T07:56:52.447Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d66f30f-1ea8-45c0-a190-b188226bd687 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-20T07:56:52.482Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T07:56:52.483Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-20T07:56:52.484Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-20T07:56:52.484Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3982ef35-de34-45ad-a028-a5a32bc3cdd7 from URL: /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:52.484Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-20T07:56:52.484Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:53.745Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-20T07:56:53.748Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar 3982ef35-de34-45ad-a028-a5a32bc3cdd7 71361 2021-08-20T07:56:53.748Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar ASDC sendASDCNotification 2021-08-20T07:56:53.749Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:53.749Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T07:56:53.749Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:56:53.751Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:56:53.751Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446213748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:56:53.852Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:56:53.854Z||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-20T07:56:53.854Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:53.867Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:53.868Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:56:54.752Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T07:56:54.753Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-20T07:56:54.754Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3982ef35-de34-45ad-a028-a5a32bc3cdd7, URL: /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar to file: /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:54.754Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:54.755Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:54.755Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:54.925Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9762683903466602008/Definitions/service-BasicOnboardHrmnhq-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-20T07:56:56.280Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-20T07:56:56.280Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-08-20T07:56:56.280Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Hrmnhq 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-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||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-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:56.282Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:56.282Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:56:56.282Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-08-20T07:56:56.282Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.282Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria 2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria 2021-08-20T07:56:56.284Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-08-20T07:56:56.284Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T07:56:56.284Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.284Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:56:56.284Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is not matching search criteria 2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-20T07:56:56.286Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.286Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-20T07:56:56.286Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.286Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria 2021-08-20T07:56:56.286Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria 2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria 2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is not matching search criteria 2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=218f9fc7-cda8-46b4-bc9b-8e43a8cf77b0 2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:56:56.290Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_Hrmnhq Description:service Model UUID:8d66f30f-1ea8-45c0-a190-b188226bd687 Model Version:NULL Model InvariantUuid:11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_Hrmnhq Model UUID:c8de1e20-1db8-492d-995f-66f035e19ebb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:baa55613-d77f-4b97-9f33-f903699a4e56 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:93fe1913-4821-4907-a04d-8d78390a844d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c8379fd2-1dd0-4d88-bbb0-953ad6674e24 ModelName:BasicOnboardHrmnhq..base_ubuntu18..module-0 ModelUuid:4d95d669-2550-4a45-a86e-f83dbfeb7049 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:218f9fc7-cda8-46b4-bc9b-8e43a8cf77b0 ModelInvariantUuid:442e1bfc-a031-4fd3-b87a-70be32bff86e ModelName:basic_onboard_Hrmnhq-nodes.ubuntu18Cvfc ModelUuid:a77f841e-e530-4728-a790-986182c85661 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:75042855-7198-4e5f-ae14-58782851667a ModelInvariantUuid:6ac9f7ae-05f8-4b79-9d48-73f4184bec5e ModelName:BasicOnboardHrmnhq.compute.nodes.heat.ubuntu18 ModelUuid:5af7ae6d-2e0d-449b-a524-0e25677b51a5 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-20T07:56:56.294Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4c14b05d-3b98-4fb1-bf70-b33a9a97174b 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-20T07:56:56.297Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||basic_onboard_Hrmnhq 0 2021-08-20T07:56:56.298Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4c14b05d-3b98-4fb1-bf70-b33a9a97174b 2021-08-20T07:56:56.298Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d458a476-6789-4585-9f02-6a79df041a63 from URL: /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json 2021-08-20T07:56:56.298Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-20T07:56:56.298Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json 2021-08-20T07:56:57.709Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-20T07:56:57.710Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json d458a476-6789-4585-9f02-6a79df041a63 798 2021-08-20T07:56:57.711Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json ASDC sendASDCNotification 2021-08-20T07:56:57.711Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json 2021-08-20T07:56:57.711Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T07:56:57.711Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:56:57.713Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:56:57.714Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446217711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T07:56:57.814Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:56:57.815Z||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-20T07:56:57.816Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:57.828Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:57.828Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-20T07:56:58.714Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHrmnhq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c8379fd2-1dd0-4d88-bbb0-953ad6674e24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4d95d669-2550-4a45-a86e-f83dbfeb7049", "vfModuleModelCustomizationUUID": "f004af54-8326-4914-81b2-e5e001cd8c96", "isBase": true, "artifacts": [ "a2c45512-d824-4255-9258-5f1692649e3a", "477c992c-300b-42c7-92b5-65a98900fca7" ], "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-20T07:56:58.719Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHrmnhq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4d95d669-2550-4a45-a86e-f83dbfeb7049 VfModuleModelInvariantUUID:c8379fd2-1dd0-4d88-bbb0-953ad6674e24 VfModuleModelDescription:NULL Artifacts UUID List:{ a2c45512-d824-4255-9258-5f1692649e3a , 477c992c-300b-42c7-92b5-65a98900fca7 } 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-20T07:56:58.722Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHrmnhq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c8379fd2-1dd0-4d88-bbb0-953ad6674e24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4d95d669-2550-4a45-a86e-f83dbfeb7049", "vfModuleModelCustomizationUUID": "f004af54-8326-4914-81b2-e5e001cd8c96", "isBase": true, "artifacts": [ "a2c45512-d824-4255-9258-5f1692649e3a", "477c992c-300b-42c7-92b5-65a98900fca7" ], "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-20T07:56:58.722Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHrmnhq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4d95d669-2550-4a45-a86e-f83dbfeb7049 VfModuleModelInvariantUUID:c8379fd2-1dd0-4d88-bbb0-953ad6674e24 VfModuleModelDescription:NULL Artifacts UUID List:{ a2c45512-d824-4255-9258-5f1692649e3a , 477c992c-300b-42c7-92b5-65a98900fca7 } 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-20T07:56:58.722Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a2c45512-d824-4255-9258-5f1692649e3a from URL: /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml 2021-08-20T07:56:58.723Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-20T07:56:58.723Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml 2021-08-20T07:56:59.096Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-20T07:56:59.097Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml a2c45512-d824-4255-9258-5f1692649e3a 5033 2021-08-20T07:56:59.097Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-20T07:56:59.097Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml 2021-08-20T07:56:59.097Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T07:56:59.098Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:56:59.100Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:56:59.100Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446219097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T07:56:59.200Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:56:59.201Z||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-20T07:56:59.201Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:56:59.215Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:56:59.216Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:57:00.101Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 477c992c-300b-42c7-92b5-65a98900fca7 from URL: /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env 2021-08-20T07:57:00.101Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-20T07:57:00.102Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env 2021-08-20T07:57:00.761Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-20T07:57:00.761Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env 477c992c-300b-42c7-92b5-65a98900fca7 909 2021-08-20T07:57:00.762Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-20T07:57:00.762Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env 2021-08-20T07:57:00.762Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T07:57:00.762Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:57:00.764Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:57:00.765Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446220762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-20T07:57:00.865Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:57:00.866Z||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-20T07:57:00.866Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:57:00.877Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:57:00.878Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:57:01.765Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8d66f30f-1ea8-45c0-a190-b188226bd687 2021-08-20T07:57:01.766Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Hrmnhq 0 4c14b05d-3b98-4fb1-bf70-b33a9a97174b 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-20T07:57:01.777Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.778Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:57:01.778Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-08-20T07:57:01.778Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 93fe1913-4821-4907-a04d-8d78390a844d 2021-08-20T07:57:01.779Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93fe1913-4821-4907-a04d-8d78390a844d matches Tosca VF Customization UUID: 93fe1913-4821-4907-a04d-8d78390a844d 2021-08-20T07:57:01.779Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 93fe1913-4821-4907-a04d-8d78390a844d 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-20T07:57:01.782Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.782Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:57:01.783Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 93fe1913-4821-4907-a04d-8d78390a844d: {\"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-20T07:57:01.783Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26c3e723 2021-08-20T07:57:01.783Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.784Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-20T07:57:01.784Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f004af54-8326-4914-81b2-e5e001cd8c96 2021-08-20T07:57:01.785Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f004af54-8326-4914-81b2-e5e001cd8c96 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-20T07:57:01.787Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.788Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria 2021-08-20T07:57:01.788Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:57:01.788Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.789Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria 2021-08-20T07:57:01.789Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:57:01.789Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.790Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is not matching search criteria 2021-08-20T07:57:01.790Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-20T07:57:01.790Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-20T07:57:01.790Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=218f9fc7-cda8-46b4-bc9b-8e43a8cf77b0 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-20T07:57:01.793Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.793Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria 2021-08-20T07:57:01.794Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T07:57:01.794Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.794Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria 2021-08-20T07:57:01.794Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=93fe1913-4821-4907-a04d-8d78390a844d 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-20T07:57:01.796Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.796Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:57:01.797Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8d66f30f-1ea8-45c0-a190-b188226bd687: basic_onboard_Hrmnhq 2021-08-20T07:57:01.797Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.797Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:57:01.798Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.798Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:57:01.798Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.798Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:57:01.799Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.799Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:57:01.799Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T07:57:01.800Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T07:57:01.800Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_Hrmnhq 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-20T07:57:01.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Hrmnhq 4c14b05d-3b98-4fb1-bf70-b33a9a97174b 1 ASDC deployResourceStructure 2021-08-20T07:57:01.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json ASDC sendASDCNotification 2021-08-20T07:57:01.868Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json 2021-08-20T07:57:01.868Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T07:57:01.868Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:57:01.870Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:57:01.870Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446221867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T07:57:01.971Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T07:57:01.971Z||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-20T07:57:01.971Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:57:01.984Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:57:01.985Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:57:02.871Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-20T07:57:02.872Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml 2021-08-20T07:57:02.872Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T07:57:02.873Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:57:02.875Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:57:02.875Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446222871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-20T07:57:02.975Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:57:02.976Z||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-20T07:57:02.976Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:57:02.987Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:57:02.987Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-20T07:57:03.876Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-20T07:57:03.876Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env 2021-08-20T07:57:03.876Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T07:57:03.877Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:57:03.879Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:57:03.879Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446223876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-20T07:57:03.979Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:57:03.980Z||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-20T07:57:03.980Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:57:04.014Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:57:04.015Z||pool-32-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2021-08-20T07:57:04.880Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar ASDC sendASDCNotification 2021-08-20T07:57:04.881Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar 2021-08-20T07:57:04.881Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T07:57:04.882Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T07:57:04.884Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T07:57:04.884Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446224880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:57:04.984Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T07:57:04.985Z||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-20T07:57:04.985Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T07:57:04.996Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:57:04.997Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T07:57:05.885Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:57:05.891Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:57:05.894Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:57:05.894Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:57:05.894Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:57:35.894Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:57:35.901Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:57:35.903Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:57:35.903Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:57:35.903Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:57:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:57:43.868Z||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-20T07:57:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:57:43.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:57:43.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:57:43.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "cds", "timestamp": 1629446200743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:57:43.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:58:05.904Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:58:05.930Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:58:05.931Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:58:05.931Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:58:05.931Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:58:35.932Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:58:35.941Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:58:35.951Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:58:35.951Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:58:35.952Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:58:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:58:43.869Z||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-20T07:58:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:58:43.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:58:43.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:58:43.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629446197542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:58:43.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:05.952Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:59:05.958Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:59:05.960Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:59:05.960Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:59:05.960Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:59:35.961Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T07:59:35.973Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:59:35.975Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T07:59:35.975Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T07:59:35.975Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T07:59:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T07:59:43.869Z||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-20T07:59:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T07:59:44.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T07:59:44.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "policy-id", "timestamp": 1629446205306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "NOTIFIED" } 2021-08-20T07:59:44.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "cds", "timestamp": 1629446200743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629446197542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "policy-id", "timestamp": 1629446205306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629446197542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "cds", "timestamp": 1629446200743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "policy-id", "timestamp": 1629446205306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-20T07:59:44.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629446197542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "cds", "timestamp": 1629446200743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "policy-id", "timestamp": 1629446205306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "cds", "timestamp": 1629446200743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629446197542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "ves-openapi-manager", "timestamp": 1629446209136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "policy-id", "timestamp": 1629446205306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "cds", "timestamp": 1629446200743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629446197542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "ves-openapi-manager", "timestamp": 1629446209136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "policy-id", "timestamp": 1629446205306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446203866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:59:44.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "cds", "timestamp": 1629446200743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:59:44.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629446197542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:59:44.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "ves-openapi-manager", "timestamp": 1629446209136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "policy-id", "timestamp": 1629446205306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:59:44.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "aai-ml", "timestamp": 1629446211539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "ves-openapi-manager", "timestamp": 1629446209136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "aai-ml", "timestamp": 1629446211539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629446213749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446213748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "ves-openapi-manager", "timestamp": 1629446209136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "cds", "timestamp": 1629446213845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "policy-id", "timestamp": 1629446214050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "aai-ml", "timestamp": 1629446211539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "ves-openapi-manager", "timestamp": 1629446209136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "cds", "timestamp": 1629446214853, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-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-20T07:59:44.443Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd 2021-08-20T07:59:44.444Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:59:44.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "policy-id", "timestamp": 1629446215058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:59:44.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "clamp", "timestamp": 1629446214516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "aai-ml", "timestamp": 1629446211539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "ves-openapi-manager", "timestamp": 1629446209136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446215229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "dcae-sch", "timestamp": 1629446215233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "policy-id", "timestamp": 1629446216063, "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-20T07:59:44.466Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd 2021-08-20T07:59:44.466Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:59:44.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "clamp", "timestamp": 1629446214516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "NOTIFIED" } 2021-08-20T07:59:44.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "aai-ml", "timestamp": 1629446211539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629446216224, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:59:44.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446215229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "NOTIFIED" } 2021-08-20T07:59:44.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "dcae-sch", "timestamp": 1629446215233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "clamp", "timestamp": 1629446214516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "aai-ml", "timestamp": 1629446211539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629446217230, "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-20T07:59:44.479Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd 2021-08-20T07:59:44.479Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:59:44.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446217711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446215229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-20T07:59:44.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "dcae-sch", "timestamp": 1629446215233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "clamp", "timestamp": 1629446214516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "aai-ml", "timestamp": 1629446211539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:59:44.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446215229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "dcae-sch", "timestamp": 1629446215233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446219097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "clamp", "timestamp": 1629446214516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "aai-ml", "timestamp": 1629446219789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446215229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-20T07:59:44.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "dcae-sch", "timestamp": 1629446215233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "clamp", "timestamp": 1629446214516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446220762, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446215229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "dcae-sch", "timestamp": 1629446215233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "clamp", "timestamp": 1629446214516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:59:44.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446221867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T07:59:44.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446215229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "NOTIFIED" } 2021-08-20T07:59:44.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "dcae-sch", "timestamp": 1629446215233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T07:59:44.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T07:59:44.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446222871, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-20T07:59:44.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446223876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-20T07:59:44.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446224880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:59:44.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446225064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446227261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "aai-ml", "timestamp": 1629446228956, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:59:44.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446229141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "clamp", "timestamp": 1629446229877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T07:59:44.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "aai-ml", "timestamp": 1629446229961, "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-20T07:59:44.510Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd 2021-08-20T07:59:44.511Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:59:44.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446230184, "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-20T07:59:44.526Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd 2021-08-20T07:59:44.526Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T07:59:44.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "multicloud-k8s-id", "timestamp": 1629446231191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T07:59:44.530Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "clamp", "timestamp": 1629446231884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T07:59:44.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T07:59:44.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T07:59:44.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "clamp", "timestamp": 1629446232893, "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-20T07:59:44.533Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd 2021-08-20T07:59:44.533Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T08:00:05.976Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:00:05.997Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T08:00:06.001Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:00:06.002Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:00:06.003Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-20T08:00:06.003Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-20T08:00:06.003Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:00:06.003Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:00:06.004Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:00:06.004Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:00:06.004Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:00:06.004Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:00:06.004Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-20T08:00:06.012Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-20T08:00:36.013Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd 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-20T08:00:36.024Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 890bcdd5-b3e2-42be-9478-7948f05074fd and serviceModelVersionId: 8d66f30f-1ea8-45c0-a190-b188226bd687 2021-08-20T08:00:36.024Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff 2021-08-20T08:00:36.025Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0 2021-08-20T08:00:36.034Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-08-20T08:00:36.097Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0|INFO|500||Invoke 2021-08-20T08:00:36.098Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[890bcdd5-b3e2-42be-9478-7948f05074fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39a57ec6-0baa-4c37-85fb-ed263d616dab], X-ECOMP-RequestID=[890bcdd5-b3e2-42be-9478-7948f05074fd], X-TransactionId=[], X-ONAP-RequestID=[890bcdd5-b3e2-42be-9478-7948f05074fd], Content-Type=[application/merge-patch+json]} 2021-08-20T08:00:36.128Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-20T08:00:36.322Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?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/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210820-08:00:36:138-41776], vertex-id=[147512], Content-Length=[0], Date=[Fri, 20 Aug 2021 08:00:36 GMT], Content-Type=[application/json]} 2021-08-20T08:00:36.323Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-20T08:00:36.324Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0|INFO|500||InvokeReturn 2021-08-20T08:00:36.324Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-20T08:00:36.324Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-20T08:00:36.329Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-20T08:00:36.329Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 890bcdd5-b3e2-42be-9478-7948f05074fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-20T08:00:36.329Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-20T08:00:36.330Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:00:36.332Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:00:36.332Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446436329, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:00:36.434Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-20T08:00:36.438Z||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-20T08:00:36.438Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:00:36.459Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:00:36.460Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-20T08:00:37.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:00:37.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:00:37.349Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:00:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:00:43.868Z||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-20T08:00:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:00:44.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:00:44.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:00:44.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629446436329, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:00:44.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:00:47.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:00:47.603Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:00:47.603Z||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-20T08:00:47.604Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:00:57.149Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:00:57.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:00:57.151Z||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-20T08:00:57.151Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:01:06.750Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:01:06.751Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:01:06.752Z||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-20T08:01:06.753Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:01:16.301Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:01:43.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:01:43.865Z||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-20T08:01:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:01:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:01:43.867Z||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-20T08:01:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:01:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:01:53.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:02:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:02:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:02:43.868Z||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-20T08:02:43.868Z||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-20T08:02:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:02:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:02:53.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:02:53.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:03:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:03:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:03:43.868Z||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-20T08:03:43.868Z||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-20T08:03:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:03:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:03:53.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:03:53.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:04:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:04:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:04:43.871Z||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-20T08:04:43.871Z||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-20T08:04:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:04:43.872Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:04:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:04:53.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:05:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:05:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:05:43.870Z||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-20T08:05:43.870Z||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-20T08:05:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:05:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:05:53.441Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:05:53.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:06:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:06:43.869Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:06:43.871Z||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-20T08:06:43.871Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-20T08:06:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:06:43.871Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:06:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:06:53.427Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:07:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:07:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:07:43.873Z||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-20T08:07:43.873Z||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-20T08:07:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:07:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:07:53.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:07:53.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:08:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:08:43.870Z||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-20T08:08:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:08:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:08:43.873Z||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-20T08:08:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:08:53.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:08:53.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:09:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:09:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:09:43.872Z||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-20T08:09:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:09:43.872Z||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-20T08:09:43.874Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:09:53.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:09:53.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:10:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:10:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:10:43.867Z||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-20T08:10:43.867Z||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-20T08:10:43.867Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:10:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:10:53.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:10:53.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:11:43.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:11:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:11:43.869Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-20T08:11:43.869Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:11:43.869Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:11:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:11:53.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:11:53.439Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:12:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:12:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:12:43.870Z||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-20T08:12:43.870Z||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-20T08:12:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:12:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:12:53.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:12:53.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:13:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:13:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:13:43.869Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:13:43.869Z||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-20T08:13:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:13:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:13:53.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:13:53.456Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:14:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:14:43.868Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:14:43.870Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:14:43.870Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:14:43.870Z||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-20T08:14:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:14:44.500Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:14:44.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:14:44.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "dcae-sch", "timestamp": 1629447275234, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:14:44.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ebf8cd5-8ffe-4c90-8e04-afd169356c73","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3a9a31bd-3302-4bdf-9506-323e633acd0b","serviceDescription":"service","serviceInvariantUUID":"562f3c87-9210-4b80-81cd-aa1c144d34b2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5293f8df-9d39-460e-a7eb-32473995e4e4","resourceInvariantUUID":"7bdb8131-8a44-4c52-8252-43ac962bea47","resourceCustomizationUUID":"97d419e5-bbd8-4dd1-b23d-614fe70d07f4","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":"ODZhZTMwOTIyN2QyZDM0OGRiZjQwOTMyZDg3M2M4YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9586fcd6-6324-458f-918c-e2979e3c1606","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTAyMGQwYzI1NDA5OGRiZDc3MTQyMDdkMTBiMjU0M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b82270d-7ac3-4ddf-b93a-d541a915fbef","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-20T08:14:44.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "multicloud-k8s-id", "timestamp": 1629447275229, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:14:44.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "ves-openapi-manager", "timestamp": 1629447269136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:14:44.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "dcae-sch", "timestamp": 1629447275234, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:14:44.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "multicloud-k8s-id", "timestamp": 1629447275229, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:14:44.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "ves-openapi-manager", "timestamp": 1629447269136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:14:44.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447277543, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:14:44.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447277543, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447281030, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "cds", "timestamp": 1629447280743, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "cds", "timestamp": 1629447280743, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:14:44.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-20T08:14:44.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447282666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:14:44.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:14:44.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:14:44.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447283673, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2021-08-20T08:14:44.509Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:14:44.510Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:14:44.514Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:14:44.514Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447283865, "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-20T08:14:44.521Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 2021-08-20T08:14:44.521Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:14:44.614Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:14:44.615Z||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-20T08:14:44.615Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:14:44.627Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:14:44.628Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:14:45.515Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:14:45.517Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:14:45.520Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:14:45.520Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447283865, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:14:45.619Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:14:45.620Z||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-20T08:14:45.620Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:14:45.633Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:14:45.634Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:14:46.521Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "3a9a31bd-3302-4bdf-9506-323e633acd0b", "serviceDescription": "service", "serviceInvariantUUID": "562f3c87-9210-4b80-81cd-aa1c144d34b2", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "97d419e5-bbd8-4dd1-b23d-614fe70d07f4", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "5293f8df-9d39-460e-a7eb-32473995e4e4", "resourceInvariantUUID": "7bdb8131-8a44-4c52-8252-43ac962bea47", "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": "NTAyMGQwYzI1NDA5OGRiZDc3MTQyMDdkMTBiMjU0M2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5b82270d-7ac3-4ddf-b93a-d541a915fbef" } ], "workloadContext": "Production" } 2021-08-20T08:14:46.521Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-20T08:14:46.522Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a9a31bd-3302-4bdf-9506-323e633acd0b ASDC 2021-08-20T08:14:46.523Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:6ebf8cd5-8ffe-4c90-8e04-afd169356c73 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:3a9a31bd-3302-4bdf-9506-323e633acd0b ServiceInvariantUUID:562f3c87-9210-4b80-81cd-aa1c144d34b2 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:5b82270d-7ac3-4ddf-b93a-d541a915fbef ArtifactChecksum:NTAyMGQwYzI1NDA5OGRiZDc3MTQyMDdkMTBiMjU0M2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:97d419e5-bbd8-4dd1-b23d-614fe70d07f4 ResourceInvariantUUID:7bdb8131-8a44-4c52-8252-43ac962bea47 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:5293f8df-9d39-460e-a7eb-32473995e4e4 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-08-20T08:14:46.523Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a9a31bd-3302-4bdf-9506-323e633acd0b 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-20T08:14:46.552Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T08:14:46.553Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-20T08:14:46.554Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-20T08:14:46.554Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5b82270d-7ac3-4ddf-b93a-d541a915fbef from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-20T08:14:46.554Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-20T08:14:46.554Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-20T08:14:48.169Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-20T08:14:48.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5b82270d-7ac3-4ddf-b93a-d541a915fbef 52175 2021-08-20T08:14:48.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-20T08:14:48.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-20T08:14:48.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:14:48.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:14:48.175Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:14:48.175Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447288172, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:14:48.275Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:14:48.276Z||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-20T08:14:48.276Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:14:48.287Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:14:48.287Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:14:49.175Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T08:14:49.177Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-20T08:14:49.177Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5b82270d-7ac3-4ddf-b93a-d541a915fbef, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:49.213Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-08-20T08:14:49.214Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:49.214Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:49.653Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7862530845178556168/Definitions/service-BasicNetwork-template.yml 2021-08-20T08:14:50.094Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:3a9a31bd-3302-4bdf-9506-323e633acd0b Model Version:NULL Model InvariantUuid:562f3c87-9210-4b80-81cd-aa1c144d34b2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:7bdb8131-8a44-4c52-8252-43ac962bea47 Model UUID:a1f6f121-a863-43ba-9f67-bb6542e2645e Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:97d419e5-bbd8-4dd1-b23d-614fe70d07f4 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-20T08:14:50.104Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 5293f8df-9d39-460e-a7eb-32473995e4e4 2021-08-20T08:14:50.105Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||No resources found for Service: 3a9a31bd-3302-4bdf-9506-323e633acd0b 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-20T08:14:50.114Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500|| 2021-08-20T08:14:50.115Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-08-20T08:14:50.118Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3a9a31bd-3302-4bdf-9506-323e633acd0b 2021-08-20T08:14:50.119Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3a9a31bd-3302-4bdf-9506-323e633acd0b 2021-08-20T08:14:50.119Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-08-20T08:14:50.120Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-20T08:14:50.130Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.131Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.131Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.131Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.131Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3a9a31bd-3302-4bdf-9506-323e633acd0b: Generic NeutronNet 2021-08-20T08:14:50.132Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.132Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.132Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.132Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-20T08:14:50.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:14:50.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:14:50.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-20T08:14:50.226Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-08-20T08:14:50.226Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-20T08:14:50.227Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-20T08:14:50.227Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:14:50.227Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:14:50.228Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:14:50.228Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447290226, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:14:50.329Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:14:50.329Z||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-20T08:14:50.330Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:14:50.344Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:14:50.345Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:14:51.229Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:14:51.238Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:14:51.240Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:14:51.240Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:14:51.240Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:15:21.240Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:15:21.252Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:15:21.254Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:15:21.254Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:15:21.254Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:15:43.869Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:15:43.870Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:15:43.870Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:15:44.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:15:44.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-20T08:15:44.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "cds", "timestamp": 1629447284476, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:15:44.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:15:51.254Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:15:51.260Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:15:51.262Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:15:51.262Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:15:51.262Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:16:21.263Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:16:21.286Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:16:21.292Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:16:21.293Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:16:21.293Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:16:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:16:43.869Z||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-20T08:16:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:16:44.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:16:44.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447283865, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:16:44.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:16:44.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "cds", "timestamp": 1629447285490, "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-20T08:16:44.413Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 2021-08-20T08:16:44.413Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:16:44.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447283865, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:16:44.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:16:44.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "policy-id", "timestamp": 1629447285305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:16:44.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:16:44.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "policy-id", "timestamp": 1629447285305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:16:44.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:16:44.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447288172, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:16:44.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:16:44.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "policy-id", "timestamp": 1629447290120, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:16:44.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:16:44.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447290226, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:16:44.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:16:44.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "policy-id", "timestamp": 1629447291125, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:16:44.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:16:44.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "policy-id", "timestamp": 1629447292128, "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-20T08:16:44.434Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 2021-08-20T08:16:44.434Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:16:44.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "aai-ml", "timestamp": 1629447291539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:16:44.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "aai-ml", "timestamp": 1629447291539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:16:44.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "clamp", "timestamp": 1629447294517, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:16:44.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "aai-ml", "timestamp": 1629447295850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:16:44.445Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "clamp", "timestamp": 1629447294517, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:16:44.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "aai-ml", "timestamp": 1629447300882, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:16:44.445Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "aai-ml", "timestamp": 1629447301886, "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-20T08:16:44.457Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 2021-08-20T08:16:44.457Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:16:44.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "clamp", "timestamp": 1629447308062, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:16:44.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:16:44.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "clamp", "timestamp": 1629447310063, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:16:44.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:16:44.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:16:44.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "clamp", "timestamp": 1629447311066, "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-20T08:16:44.475Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 2021-08-20T08:16:44.475Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:16:51.294Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:16:51.305Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:16:51.308Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:16:51.308Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:16:51.310Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:16:51.310Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-20T08:16:51.315Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-20T08:17:21.315Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-20T08:17:21.326Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 and serviceModelVersionId: 3a9a31bd-3302-4bdf-9506-323e633acd0b 2021-08-20T08:17:21.327Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 562f3c87-9210-4b80-81cd-aa1c144d34b2 2021-08-20T08:17:21.328Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0 2021-08-20T08:17:21.338Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-08-20T08:17:21.408Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0|INFO|500||Invoke 2021-08-20T08:17:21.409Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ebf8cd5-8ffe-4c90-8e04-afd169356c73], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[856667e7-3bf4-407e-ad55-0e6cffc210a1], X-ECOMP-RequestID=[6ebf8cd5-8ffe-4c90-8e04-afd169356c73], X-TransactionId=[], X-ONAP-RequestID=[6ebf8cd5-8ffe-4c90-8e04-afd169356c73], Content-Type=[application/merge-patch+json]} 2021-08-20T08:17:21.440Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-20T08:17:22.467Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?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/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210820-08:17:21:453-78424], vertex-id=[180304], Content-Length=[0], Date=[Fri, 20 Aug 2021 08:17:21 GMT], Content-Type=[application/json]} 2021-08-20T08:17:22.469Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-20T08:17:22.470Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0|INFO|500||InvokeReturn 2021-08-20T08:17:22.471Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-20T08:17:22.473Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-20T08:17:22.481Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-20T08:17:22.481Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-20T08:17:22.482Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-20T08:17:22.482Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:17:22.484Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:17:22.484Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447442482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:17:22.585Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:17:22.586Z||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-20T08:17:22.586Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:17:22.603Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:17:22.605Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-20T08:17:23.494Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:17:23.494Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-20T08:17:23.494Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:17:33.783Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:17:33.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:17:33.785Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:17:33.785Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:17:43.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:17:43.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:17:43.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:17:43.865Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:17:43.866Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:17:43.867Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:17:43.867Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:17:44.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:17:44.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:17:44.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447442482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:17:44.496Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:17:53.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:43.870Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:18:43.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:18:43.876Z||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-20T08:18:43.876Z||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-20T08:18:43.876Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:43.876Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:44.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:44.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"00e72a65-9d24-452b-bf25-1c0345ece6bb","serviceDescription":"service","serviceInvariantUUID":"74f2b7a5-35a1-449c-9dc5-939175a7b82b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a471644b-b0c7-4e46-9a66-4d767c8e8668","resourceInvariantUUID":"c543d21e-2ba2-4544-9ece-eaf8f4562f7f","resourceCustomizationUUID":"73a6aa66-2f72-47bc-9e74-445e03e6a1fb","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":"OTZiY2JjMDY0ZDYxMGVjYzI0NmE5ODk0YWY1NGNhOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30645cf7-e0bb-4b67-85d8-e98581a13e06","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":"NGJkMDgzYzllYWRiZDAzNGFjNDhlZjc2MDZhYjdlNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41e22247-fb63-4ec1-8fe5-dd8501a27a00","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":"16717c59-7ed6-402b-81cb-af8205a6c0a3","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":"bbf2e902-2a21-494e-8525-3727c7cdda0c","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":"57e31901-3752-43d6-b86b-f714b585c67c","artifactVersion":"2","generatedFromUUID":"16717c59-7ed6-402b-81cb-af8205a6c0a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjAxNDRmN2M4ZmU5ZjM0NDNjZDFkMTRjMzExMTNkNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f56588d8-2e87-42a2-aa06-1375d33d840b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWE5NGU5YzQzMTBjZDRkZjIxY2MyYTU0YmRiNjA3NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"580aa1f8-b933-4c08-ba98-60984c0bb711","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-20T08:18:44.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:18:44.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:18:44.118Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:18:44.119Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.219Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:18:44.220Z||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-20T08:18:44.220Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:44.233Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:44.233Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:18:44.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:44.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "aai-ml", "timestamp": 1629447471540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "ves-openapi-manager", "timestamp": 1629447469136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "policy-id", "timestamp": 1629447465306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "clamp", "timestamp": 1629447474516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "ves-openapi-manager", "timestamp": 1629447469136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "aai-ml", "timestamp": 1629447471540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "policy-id", "timestamp": 1629447465306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447475229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "dcae-sch", "timestamp": 1629447475233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "clamp", "timestamp": 1629447474516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:18:44.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "aai-ml", "timestamp": 1629447471540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "ves-openapi-manager", "timestamp": 1629447469136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "cds", "timestamp": 1629447475743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "policy-id", "timestamp": 1629447465306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-20T08:18:44.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447475229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:18:44.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "dcae-sch", "timestamp": 1629447475233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "clamp", "timestamp": 1629447474516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "aai-ml", "timestamp": 1629447471540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "ves-openapi-manager", "timestamp": 1629447469136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "cds", "timestamp": 1629447475743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "policy-id", "timestamp": 1629447465306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447475229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-20T08:18:44.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "dcae-sch", "timestamp": 1629447475233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "clamp", "timestamp": 1629447474516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "aai-ml", "timestamp": 1629447471540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "ves-openapi-manager", "timestamp": 1629447469136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "cds", "timestamp": 1629447475743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "policy-id", "timestamp": 1629447465306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447475229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "dcae-sch", "timestamp": 1629447475233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "clamp", "timestamp": 1629447474516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "aai-ml", "timestamp": 1629447471540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "ves-openapi-manager", "timestamp": 1629447469136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "cds", "timestamp": 1629447475743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "policy-id", "timestamp": 1629447465306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447475229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-20T08:18:44.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "dcae-sch", "timestamp": 1629447475233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "clamp", "timestamp": 1629447474516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "ves-openapi-manager", "timestamp": 1629447469136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "aai-ml", "timestamp": 1629447471540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:18:44.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "cds", "timestamp": 1629447475743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "policy-id", "timestamp": 1629447465306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:18:44.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447475229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "dcae-sch", "timestamp": 1629447475233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "clamp", "timestamp": 1629447474516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:18:44.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "cds", "timestamp": 1629447475743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447475229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:18:44.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "dcae-sch", "timestamp": 1629447475233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "cds", "timestamp": 1629447475743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:18:44.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "aai-ml", "timestamp": 1629447482974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:44.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "policy-id", "timestamp": 1629447483037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:44.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "policy-id", "timestamp": 1629447484041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:18:44.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447484223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:44.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "cds", "timestamp": 1629447484931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:44.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "policy-id", "timestamp": 1629447485043, "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-20T08:18:44.305Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 2021-08-20T08:18:44.305Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-20T08:18:44.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "cds", "timestamp": 1629447485943, "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-20T08:18:44.324Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 2021-08-20T08:18:44.324Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-20T08:18:44.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "clamp", "timestamp": 1629447486282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:44.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447486335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:44.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "clamp", "timestamp": 1629447488111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:18:44.335Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447487542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "clamp", "timestamp": 1629447489118, "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-20T08:18:44.340Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 2021-08-20T08:18:44.340Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-20T08:18:44.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447487542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447489543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:44.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447487542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447490577, "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-20T08:18:44.355Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 2021-08-20T08:18:44.355Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-20T08:18:44.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447487542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "multicloud-k8s-id", "timestamp": 1629447491581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:18:44.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447487542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "aai-ml", "timestamp": 1629447492636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:18:44.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447487542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "aai-ml", "timestamp": 1629447493641, "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-20T08:18:44.370Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 2021-08-20T08:18:44.371Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-20T08:18:44.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447487542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:18:44.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447497028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:44.380Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447499479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:18:44.380Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:18:44.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447500485, "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-20T08:18:44.385Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 2021-08-20T08:18:44.386Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-20T08:18:44.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "cds", "timestamp": 1629447520744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "dcae-sch", "timestamp": 1629447515235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447517543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447515229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447517543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "cds", "timestamp": 1629447520744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "dcae-sch", "timestamp": 1629447515235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447515229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:18:44.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447517543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "cds", "timestamp": 1629447520744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447515229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-20T08:18:44.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:44.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:18:44.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "dcae-sch", "timestamp": 1629447515235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:44.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:18:45.119Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:18:45.121Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:18:45.123Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:18:45.124Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:18:45.223Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:18:45.228Z||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-20T08:18:45.228Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:45.239Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:45.240Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:18:46.124Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:18:46.125Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:18:46.127Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:18:46.127Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-20T08:18:46.228Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:18:46.229Z||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-20T08:18:46.229Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:46.245Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:46.246Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:18:47.129Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:18:47.130Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:18:47.133Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:18:47.133Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:47.233Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:18:47.234Z||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-20T08:18:47.234Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:47.244Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:47.244Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:18:48.134Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:18:48.138Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:18:48.140Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:18:48.140Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-20T08:18:48.240Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:18:48.241Z||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-20T08:18:48.241Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:48.251Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:48.251Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:18:49.140Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:18:49.141Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:18:49.142Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:18:49.142Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:18:49.243Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:18:49.244Z||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-20T08:18:49.244Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:49.258Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:49.258Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:18:50.143Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:18:50.144Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:18:50.146Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:18:50.146Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:18:50.246Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:18:50.247Z||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-20T08:18:50.247Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:50.262Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:50.263Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:18:51.147Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "00e72a65-9d24-452b-bf25-1c0345ece6bb", "serviceDescription": "service", "serviceInvariantUUID": "74f2b7a5-35a1-449c-9dc5-939175a7b82b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "73a6aa66-2f72-47bc-9e74-445e03e6a1fb", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a471644b-b0c7-4e46-9a66-4d767c8e8668", "resourceInvariantUUID": "c543d21e-2ba2-4544-9ece-eaf8f4562f7f", "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": "NGJkMDgzYzllYWRiZDAzNGFjNDhlZjc2MDZhYjdlNmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "41e22247-fb63-4ec1-8fe5-dd8501a27a00", "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": "16717c59-7ed6-402b-81cb-af8205a6c0a3", "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": "57e31901-3752-43d6-b86b-f714b585c67c", "generatedFromUUID": "16717c59-7ed6-402b-81cb-af8205a6c0a3" }, "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": "57e31901-3752-43d6-b86b-f714b585c67c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YWE5NGU5YzQzMTBjZDRkZjIxY2MyYTU0YmRiNjA3NTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "580aa1f8-b933-4c08-ba98-60984c0bb711" } ], "workloadContext": "Production" } 2021-08-20T08:18:51.147Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-20T08:18:51.148Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00e72a65-9d24-452b-bf25-1c0345ece6bb ASDC 2021-08-20T08:18:51.148Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:00e72a65-9d24-452b-bf25-1c0345ece6bb ServiceInvariantUUID:74f2b7a5-35a1-449c-9dc5-939175a7b82b 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:580aa1f8-b933-4c08-ba98-60984c0bb711 ArtifactChecksum:YWE5NGU5YzQzMTBjZDRkZjIxY2MyYTU0YmRiNjA3NTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:73a6aa66-2f72-47bc-9e74-445e03e6a1fb ResourceInvariantUUID:c543d21e-2ba2-4544-9ece-eaf8f4562f7f ResourceName:basic_vm ResourceType:VF ResourceUUID:a471644b-b0c7-4e46-9a66-4d767c8e8668 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:41e22247-fb63-4ec1-8fe5-dd8501a27a00 ArtifactChecksum:NGJkMDgzYzllYWRiZDAzNGFjNDhlZjc2MDZhYjdlNmI= 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:16717c59-7ed6-402b-81cb-af8205a6c0a3 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:57e31901-3752-43d6-b86b-f714b585c67c 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:57e31901-3752-43d6-b86b-f714b585c67c ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-20T08:18:51.149Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00e72a65-9d24-452b-bf25-1c0345ece6bb 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-20T08:18:51.188Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T08:18:51.190Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-20T08:18:51.190Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-20T08:18:51.190Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 580aa1f8-b933-4c08-ba98-60984c0bb711 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-20T08:18:51.190Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-20T08:18:51.190Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-20T08:18:52.644Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-20T08:18:52.649Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 580aa1f8-b933-4c08-ba98-60984c0bb711 70843 2021-08-20T08:18:52.649Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:52.649Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:52.649Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:18:52.650Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:18:52.652Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:18:52.652Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447532649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:52.752Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:18:52.753Z||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-20T08:18:52.753Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:52.764Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:52.765Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:18:53.653Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T08:18:53.654Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-20T08:18:53.654Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 580aa1f8-b933-4c08-ba98-60984c0bb711, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-20T08:18:53.663Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-08-20T08:18:53.663Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-20T08:18:53.663Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-08-20T08:18:54.009Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP427815490040830067/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-20T08:18:55.254Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-20T08:18:55.257Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T08:18:55.257Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.257Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:18:55.257Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-20T08:18:55.257Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:18:55.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-20T08:18:55.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:18:55.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-20T08:18:55.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-20T08:18:55.262Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-20T08:18:55.262Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=85c5e999-1672-4767-9672-50753b985b5c 2021-08-20T08:18:55.262Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.262Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:18:55.262Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.262Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:18:55.263Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.263Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:18:55.263Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:18:55.263Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:18:55.263Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:00e72a65-9d24-452b-bf25-1c0345ece6bb Model Version:NULL Model InvariantUuid:74f2b7a5-35a1-449c-9dc5-939175a7b82b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:8ae1a6d3-fb68-4894-89cd-a45f946cc009 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c543d21e-2ba2-4544-9ece-eaf8f4562f7f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:73a6aa66-2f72-47bc-9e74-445e03e6a1fb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:df8d48b8-7293-4ed2-b97c-32120ec36625 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:f32b3101-92c2-4880-b9ab-2ef23f3913b7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:85c5e999-1672-4767-9672-50753b985b5c ModelInvariantUuid:d214b945-a0d3-4734-b980-db63ca7c7300 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:f085944c-c4a2-4422-a094-ec941b32bc77 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:c7dd44d9-619b-492e-8650-f2e6dfaaaf75 ModelInvariantUuid:6a154bc7-8578-4915-9b88-99921bb21edf ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:c32bf3be-cb81-4be5-a26e-85e4848252b2 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-20T08:18:55.269Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a471644b-b0c7-4e46-9a66-4d767c8e8668 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-20T08:18:55.274Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||basic_vm 0 2021-08-20T08:18:55.274Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a471644b-b0c7-4e46-9a66-4d767c8e8668 2021-08-20T08:18:55.274Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 41e22247-fb63-4ec1-8fe5-dd8501a27a00 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-20T08:18:55.274Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-20T08:18:55.274Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:57.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-20T08:18:57.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 41e22247-fb63-4ec1-8fe5-dd8501a27a00 787 2021-08-20T08:18:57.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:57.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:57.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:18:57.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:18:57.263Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:18:57.263Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447537261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:57.363Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:18:57.364Z||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-20T08:18:57.364Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:57.376Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:57.376Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:18:58.264Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "df8d48b8-7293-4ed2-b97c-32120ec36625", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f32b3101-92c2-4880-b9ab-2ef23f3913b7", "vfModuleModelCustomizationUUID": "13c9462a-991a-4c85-b23f-df095971ef70", "isBase": true, "artifacts": [ "16717c59-7ed6-402b-81cb-af8205a6c0a3", "57e31901-3752-43d6-b86b-f714b585c67c" ], "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-20T08:18:58.268Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f32b3101-92c2-4880-b9ab-2ef23f3913b7 VfModuleModelInvariantUUID:df8d48b8-7293-4ed2-b97c-32120ec36625 VfModuleModelDescription:NULL Artifacts UUID List:{ 16717c59-7ed6-402b-81cb-af8205a6c0a3 , 57e31901-3752-43d6-b86b-f714b585c67c } 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-20T08:18:58.271Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "df8d48b8-7293-4ed2-b97c-32120ec36625", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f32b3101-92c2-4880-b9ab-2ef23f3913b7", "vfModuleModelCustomizationUUID": "13c9462a-991a-4c85-b23f-df095971ef70", "isBase": true, "artifacts": [ "16717c59-7ed6-402b-81cb-af8205a6c0a3", "57e31901-3752-43d6-b86b-f714b585c67c" ], "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-20T08:18:58.271Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f32b3101-92c2-4880-b9ab-2ef23f3913b7 VfModuleModelInvariantUUID:df8d48b8-7293-4ed2-b97c-32120ec36625 VfModuleModelDescription:NULL Artifacts UUID List:{ 16717c59-7ed6-402b-81cb-af8205a6c0a3 , 57e31901-3752-43d6-b86b-f714b585c67c } 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-20T08:18:58.271Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 16717c59-7ed6-402b-81cb-af8205a6c0a3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-20T08:18:58.271Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-20T08:18:58.271Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:59.820Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-20T08:18:59.821Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 16717c59-7ed6-402b-81cb-af8205a6c0a3 5033 2021-08-20T08:18:59.821Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:59.821Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:18:59.821Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:18:59.821Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:18:59.823Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:18:59.824Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447539821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:18:59.924Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:18:59.925Z||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-20T08:18:59.925Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:18:59.967Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:18:59.968Z||pool-49-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:00.824Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57e31901-3752-43d6-b86b-f714b585c67c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-20T08:19:00.825Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-20T08:19:00.825Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:02.425Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-20T08:19:02.425Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 57e31901-3752-43d6-b86b-f714b585c67c 903 2021-08-20T08:19:02.426Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:02.426Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:02.426Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:19:02.426Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:02.427Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:02.428Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447542426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-20T08:19:02.528Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:02.529Z||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-20T08:19:02.529Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:02.539Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:02.540Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:03.428Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 00e72a65-9d24-452b-bf25-1c0345ece6bb 2021-08-20T08:19:03.429Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a471644b-b0c7-4e46-9a66-4d767c8e8668 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-20T08:19:03.446Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.446Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:03.446Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-08-20T08:19:03.447Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 73a6aa66-2f72-47bc-9e74-445e03e6a1fb 2021-08-20T08:19:03.447Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73a6aa66-2f72-47bc-9e74-445e03e6a1fb matches Tosca VF Customization UUID: 73a6aa66-2f72-47bc-9e74-445e03e6a1fb 2021-08-20T08:19:03.447Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 73a6aa66-2f72-47bc-9e74-445e03e6a1fb 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-20T08:19:03.450Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.450Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:03.451Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 73a6aa66-2f72-47bc-9e74-445e03e6a1fb: {\"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-20T08:19:03.451Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7326a837 2021-08-20T08:19:03.451Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.451Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-20T08:19:03.451Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 13c9462a-991a-4c85-b23f-df095971ef70 2021-08-20T08:19:03.451Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 13c9462a-991a-4c85-b23f-df095971ef70 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-20T08:19:03.453Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.453Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-20T08:19:03.454Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:19:03.454Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.454Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-20T08:19:03.454Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:19:03.454Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.454Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-20T08:19:03.454Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-20T08:19:03.455Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-20T08:19:03.455Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=85c5e999-1672-4767-9672-50753b985b5c 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-20T08:19:03.457Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.457Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-20T08:19:03.457Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:19:03.457Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.458Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-20T08:19:03.458Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=73a6aa66-2f72-47bc-9e74-445e03e6a1fb 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-20T08:19:03.459Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.459Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:03.460Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 00e72a65-9d24-452b-bf25-1c0345ece6bb: basic_vm 2021-08-20T08:19:03.460Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.460Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:03.460Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.460Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:03.461Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.461Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:03.461Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.461Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:03.462Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:03.462Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:03.462Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:03.578Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a471644b-b0c7-4e46-9a66-4d767c8e8668 1 ASDC deployResourceStructure 2021-08-20T08:19:03.578Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:03.579Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:03.579Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:19:03.579Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:03.583Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:03.584Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447543578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:19:03.684Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:19:03.684Z||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-20T08:19:03.684Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:03.695Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:03.695Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:04.585Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:04.585Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:04.585Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:19:04.585Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:04.587Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:04.587Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447544584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-20T08:19:04.687Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:04.688Z||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-20T08:19:04.688Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:04.699Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:04.700Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:05.587Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:05.588Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:05.588Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:19:05.588Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:05.594Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:05.594Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447545587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-20T08:19:05.694Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:05.695Z||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-20T08:19:05.695Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:05.712Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:05.712Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:06.595Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:06.595Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:06.596Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:19:06.596Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:06.598Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:06.598Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447546595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:19:06.698Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:06.699Z||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-20T08:19:06.699Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:06.710Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:06.710Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:19:07.599Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:19:07.611Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-20T08:19:07.614Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:19:07.614Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:19:07.614Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-20T08:19:07.614Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-20T08:19:07.614Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:19:07.614Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:19:07.614Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:19:07.615Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:19:07.615Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:19:07.615Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:19:07.615Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-20T08:19:07.620Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-20T08:19:37.620Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-20T08:19:37.631Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf and serviceModelVersionId: 00e72a65-9d24-452b-bf25-1c0345ece6bb 2021-08-20T08:19:37.631Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74f2b7a5-35a1-449c-9dc5-939175a7b82b 2021-08-20T08:19:37.632Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74f2b7a5-35a1-449c-9dc5-939175a7b82b/model-vers/model-ver/00e72a65-9d24-452b-bf25-1c0345ece6bb?depth=0 2021-08-20T08:19:37.640Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-08-20T08:19:37.719Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74f2b7a5-35a1-449c-9dc5-939175a7b82b/model-vers/model-ver/00e72a65-9d24-452b-bf25-1c0345ece6bb?depth=0|INFO|500||Invoke 2021-08-20T08:19:37.719Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74f2b7a5-35a1-449c-9dc5-939175a7b82b/model-vers/model-ver/00e72a65-9d24-452b-bf25-1c0345ece6bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74f2b7a5-35a1-449c-9dc5-939175a7b82b/model-vers/model-ver/00e72a65-9d24-452b-bf25-1c0345ece6bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f3e0ea7-4298-4439-a343-b3ce10732669], X-ECOMP-RequestID=[d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf], X-TransactionId=[], X-ONAP-RequestID=[d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf], Content-Type=[application/merge-patch+json]} 2021-08-20T08:19:37.750Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74f2b7a5-35a1-449c-9dc5-939175a7b82b/model-vers/model-ver/00e72a65-9d24-452b-bf25-1c0345ece6bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-20T08:19:38.001Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74f2b7a5-35a1-449c-9dc5-939175a7b82b/model-vers/model-ver/00e72a65-9d24-452b-bf25-1c0345ece6bb?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/74f2b7a5-35a1-449c-9dc5-939175a7b82b/model-vers/model-ver/00e72a65-9d24-452b-bf25-1c0345ece6bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210820-08:19:37:760-52942], vertex-id=[192592], Content-Length=[0], Date=[Fri, 20 Aug 2021 08:19:37 GMT], Content-Type=[application/json]} 2021-08-20T08:19:38.001Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74f2b7a5-35a1-449c-9dc5-939175a7b82b/model-vers/model-ver/00e72a65-9d24-452b-bf25-1c0345ece6bb?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-20T08:19:38.002Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74f2b7a5-35a1-449c-9dc5-939175a7b82b/model-vers/model-ver/00e72a65-9d24-452b-bf25-1c0345ece6bb?depth=0|INFO|500||InvokeReturn 2021-08-20T08:19:38.004Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-20T08:19:38.004Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||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-20T08:19:38.008Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-20T08:19:38.009Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-20T08:19:38.009Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-20T08:19:38.009Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:38.011Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:38.011Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447578009, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:19:38.111Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:38.112Z||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-20T08:19:38.112Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:38.126Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:38.126Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 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-20T08:19:39.029Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:19:39.030Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"09e96b7d-73f8-4187-b139-ba6b932de4f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e45aea21-6f92-4f25-92eb-426bdefd546d","serviceDescription":"service","serviceInvariantUUID":"cf7ea0c9-00de-4cab-adcf-389b7b2dfb15","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0059ad2-7642-433a-9977-79e4f0b8a2f3","resourceInvariantUUID":"a8946b80-7c46-4cb6-8469-130d1bc95f35","resourceCustomizationUUID":"1020903e-e848-4efe-9388-b78e5a4b0093","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":"YzY4OGU5YjU4YjczNzk0ODI0ZDFhNGE3Mjc1NzY5N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5496d46-8222-430f-af8a-36d5324c9579","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":"NGFmMzQyNWQ1NDViNmVkYzc0ZWViMmUwY2MxZmI1NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51d42743-e016-474c-8335-cf9602a2947a","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":"6f073ed0-8b15-4540-a9bd-291125231cb2","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":"d890d61d-5807-4215-955c-d47f7a714e57","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":"8cd219df-8ba0-48e6-9f42-33139b5364ae","artifactVersion":"2","generatedFromUUID":"6f073ed0-8b15-4540-a9bd-291125231cb2"},{"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":"MTE5YjUwOTdjYTdmNDQzMTk5NzlmYzgzZDAzODc1ZGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bd9dc72b-0e53-40ef-b330-e10dd48e77de","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":"MGIzMTRiNTU2ZWQ4YzMzNjNjM2ZhZTdlNDJiNjA5MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3effbdb7-6476-45e5-a6b6-d2fd5374ccb1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzBhZDUzZWE3ZjRhNWMzYzY5Njk0ZGFmYTBjMWYwMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"135c9ec9-0dda-4338-b315-99ac5964d60f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-20T08:19:39.030Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:19:39.031Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:39.032Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:39.032Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:19:39.132Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:19:39.133Z||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-20T08:19:39.133Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:39.145Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:39.145Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:40.033Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:19:40.034Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:40.036Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:40.037Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:19:40.136Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:19:40.137Z||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-20T08:19:40.137Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:40.150Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:40.151Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:19:41.038Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:19:41.039Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:41.041Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:41.042Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-20T08:19:41.142Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:19:41.142Z||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-20T08:19:41.142Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:41.153Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:41.153Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:19:42.042Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:19:42.043Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:42.046Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:42.046Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:19:42.146Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:42.147Z||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-20T08:19:42.147Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:42.163Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:42.163Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:43.048Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:19:43.049Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:43.053Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:43.053Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-20T08:19:43.154Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-20T08:19:43.155Z||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-20T08:19:43.155Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:43.172Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:43.173Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:19:43.867Z||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-20T08:19:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:43.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:43.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:19:43.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:19:43.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:19:44.054Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:19:44.054Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:44.056Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:44.056Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-20T08:19:44.156Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:44.157Z||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-20T08:19:44.157Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:44.180Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:44.182Z||pool-61-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:45.057Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:19:45.058Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:45.061Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:45.061Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:19:45.162Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:45.164Z||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-20T08:19:45.164Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:45.182Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:45.183Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:19:46.064Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:19:46.066Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:46.069Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:46.070Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:19:46.170Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:46.171Z||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-20T08:19:46.171Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:46.188Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:46.189Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:19:47.072Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e45aea21-6f92-4f25-92eb-426bdefd546d", "serviceDescription": "service", "serviceInvariantUUID": "cf7ea0c9-00de-4cab-adcf-389b7b2dfb15", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "1020903e-e848-4efe-9388-b78e5a4b0093", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e0059ad2-7642-433a-9977-79e4f0b8a2f3", "resourceInvariantUUID": "a8946b80-7c46-4cb6-8469-130d1bc95f35", "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": "NGFmMzQyNWQ1NDViNmVkYzc0ZWViMmUwY2MxZmI1NzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51d42743-e016-474c-8335-cf9602a2947a", "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": "6f073ed0-8b15-4540-a9bd-291125231cb2", "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": "8cd219df-8ba0-48e6-9f42-33139b5364ae", "generatedFromUUID": "6f073ed0-8b15-4540-a9bd-291125231cb2" }, "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": "8cd219df-8ba0-48e6-9f42-33139b5364ae", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzBhZDUzZWE3ZjRhNWMzYzY5Njk0ZGFmYTBjMWYwMjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "135c9ec9-0dda-4338-b315-99ac5964d60f" } ], "workloadContext": "Production" } 2021-08-20T08:19:47.072Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-20T08:19:47.073Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e45aea21-6f92-4f25-92eb-426bdefd546d ASDC 2021-08-20T08:19:47.074Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:09e96b7d-73f8-4187-b139-ba6b932de4f6 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e45aea21-6f92-4f25-92eb-426bdefd546d ServiceInvariantUUID:cf7ea0c9-00de-4cab-adcf-389b7b2dfb15 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:135c9ec9-0dda-4338-b315-99ac5964d60f ArtifactChecksum:MzBhZDUzZWE3ZjRhNWMzYzY5Njk0ZGFmYTBjMWYwMjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:1020903e-e848-4efe-9388-b78e5a4b0093 ResourceInvariantUUID:a8946b80-7c46-4cb6-8469-130d1bc95f35 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e0059ad2-7642-433a-9977-79e4f0b8a2f3 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:51d42743-e016-474c-8335-cf9602a2947a ArtifactChecksum:NGFmMzQyNWQ1NDViNmVkYzc0ZWViMmUwY2MxZmI1NzM= 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:6f073ed0-8b15-4540-a9bd-291125231cb2 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:8cd219df-8ba0-48e6-9f42-33139b5364ae 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:8cd219df-8ba0-48e6-9f42-33139b5364ae ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-20T08:19:47.074Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45aea21-6f92-4f25-92eb-426bdefd546d 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-20T08:19:47.125Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T08:19:47.126Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-20T08:19:47.126Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-20T08:19:47.127Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 135c9ec9-0dda-4338-b315-99ac5964d60f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-20T08:19:47.128Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-20T08:19:47.128Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-20T08:19:48.166Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-20T08:19:48.170Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 135c9ec9-0dda-4338-b315-99ac5964d60f 78589 2021-08-20T08:19:48.170Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:48.171Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:48.171Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:19:48.171Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:48.173Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:48.173Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447588170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:19:48.273Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:48.274Z||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-20T08:19:48.274Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:48.288Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:48.288Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:49.173Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T08:19:49.174Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-20T08:19:49.174Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 135c9ec9-0dda-4338-b315-99ac5964d60f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-20T08:19:49.175Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-08-20T08:19:49.175Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-20T08:19:49.175Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-20T08:19:49.347Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14249607827086699071/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-20T08:19:50.565Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-20T08:19:50.566Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-20T08:19:50.566Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-20T08:19:50.566Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-20T08:19:50.566Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:50.566Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:50.566Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:50.566Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-20T08:19:50.567Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-20T08:19:50.567Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-20T08:19:50.567Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:50.567Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-20T08:19:50.567Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-20T08:19:50.567Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-20T08:19:50.567Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.567Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:50.568Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-20T08:19:50.568Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-20T08:19:50.568Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T08:19:50.568Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.568Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:50.568Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-20T08:19:50.568Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-20T08:19:50.568Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T08:19:50.569Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.569Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:50.569Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.569Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-20T08:19:50.569Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-20T08:19:50.569Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-20T08:19:50.569Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-20T08:19:50.570Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-20T08:19:50.570Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-20T08:19:50.570Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.570Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-20T08:19:50.570Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.570Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-20T08:19:50.570Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:19:50.571Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.571Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-20T08:19:50.571Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:19:50.571Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.571Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-20T08:19:50.571Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:19:50.571Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.572Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-20T08:19:50.572Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-20T08:19:50.572Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-20T08:19:50.572Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=31294210-f515-4b8e-82b9-7d316af556dc 2021-08-20T08:19:50.572Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.572Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:50.572Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.572Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:50.573Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.573Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:50.573Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:50.573Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:50.573Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e45aea21-6f92-4f25-92eb-426bdefd546d Model Version:NULL Model InvariantUuid:cf7ea0c9-00de-4cab-adcf-389b7b2dfb15 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:76d62e48-b543-48ae-8d42-1195fe2cccff Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a8946b80-7c46-4cb6-8469-130d1bc95f35 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1020903e-e848-4efe-9388-b78e5a4b0093 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:26bd72d2-d29c-47e5-82aa-28bd8510dfb4 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:37afa016-a368-41ba-a782-a488104ee9ac ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:31294210-f515-4b8e-82b9-7d316af556dc ModelInvariantUuid:c6041c67-6413-42c3-89e5-a31a23d2a8eb ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:24583674-e516-4dc5-9d63-6d5d9091b9a9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:1792ab39-b895-40da-8288-9efe719c20ee ModelInvariantUuid:ccfac90e-6c2a-4f2e-9f18-0eae5ec005ae ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:96bf4362-f98c-43f2-b983-2126b177e525 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-20T08:19:50.583Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e0059ad2-7642-433a-9977-79e4f0b8a2f3 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-20T08:19:50.586Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2021-08-20T08:19:50.587Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0059ad2-7642-433a-9977-79e4f0b8a2f3 2021-08-20T08:19:50.587Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 51d42743-e016-474c-8335-cf9602a2947a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-08-20T08:19:50.587Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-20T08:19:50.587Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:51.425Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-20T08:19:51.426Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 51d42743-e016-474c-8335-cf9602a2947a 792 2021-08-20T08:19:51.426Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:51.426Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:51.426Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:19:51.426Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:51.428Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:51.428Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447591426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:19:51.528Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:51.529Z||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-20T08:19:51.529Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:51.541Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:51.542Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:52.429Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "26bd72d2-d29c-47e5-82aa-28bd8510dfb4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "37afa016-a368-41ba-a782-a488104ee9ac", "vfModuleModelCustomizationUUID": "a0901fc2-8b05-4f28-a76a-92f457ff634a", "isBase": true, "artifacts": [ "6f073ed0-8b15-4540-a9bd-291125231cb2", "8cd219df-8ba0-48e6-9f42-33139b5364ae" ], "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-20T08:19:52.434Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:37afa016-a368-41ba-a782-a488104ee9ac VfModuleModelInvariantUUID:26bd72d2-d29c-47e5-82aa-28bd8510dfb4 VfModuleModelDescription:NULL Artifacts UUID List:{ 6f073ed0-8b15-4540-a9bd-291125231cb2 , 8cd219df-8ba0-48e6-9f42-33139b5364ae } 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-20T08:19:52.436Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "26bd72d2-d29c-47e5-82aa-28bd8510dfb4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "37afa016-a368-41ba-a782-a488104ee9ac", "vfModuleModelCustomizationUUID": "a0901fc2-8b05-4f28-a76a-92f457ff634a", "isBase": true, "artifacts": [ "6f073ed0-8b15-4540-a9bd-291125231cb2", "8cd219df-8ba0-48e6-9f42-33139b5364ae" ], "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-20T08:19:52.436Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:37afa016-a368-41ba-a782-a488104ee9ac VfModuleModelInvariantUUID:26bd72d2-d29c-47e5-82aa-28bd8510dfb4 VfModuleModelDescription:NULL Artifacts UUID List:{ 6f073ed0-8b15-4540-a9bd-291125231cb2 , 8cd219df-8ba0-48e6-9f42-33139b5364ae } 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-20T08:19:52.437Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6f073ed0-8b15-4540-a9bd-291125231cb2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-08-20T08:19:52.437Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-20T08:19:52.437Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:53.444Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-20T08:19:53.445Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6f073ed0-8b15-4540-a9bd-291125231cb2 5033 2021-08-20T08:19:53.445Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:53.445Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:53.445Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:19:53.445Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:53.447Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:53.447Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447593445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:19:53.549Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-20T08:19:53.550Z||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-20T08:19:53.550Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:53.561Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:53.561Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:54.448Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8cd219df-8ba0-48e6-9f42-33139b5364ae from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-08-20T08:19:54.449Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-20T08:19:54.449Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:55.562Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-20T08:19:55.563Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8cd219df-8ba0-48e6-9f42-33139b5364ae 903 2021-08-20T08:19:55.563Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:55.563Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:55.563Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:19:55.564Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:55.565Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:55.565Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447595563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-20T08:19:55.665Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:19:55.666Z||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-20T08:19:55.667Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:55.676Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:55.677Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:56.566Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e45aea21-6f92-4f25-92eb-426bdefd546d 2021-08-20T08:19:56.566Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e0059ad2-7642-433a-9977-79e4f0b8a2f3 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-20T08:19:56.579Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.579Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:56.579Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-08-20T08:19:56.579Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1020903e-e848-4efe-9388-b78e5a4b0093 2021-08-20T08:19:56.580Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1020903e-e848-4efe-9388-b78e5a4b0093 matches Tosca VF Customization UUID: 1020903e-e848-4efe-9388-b78e5a4b0093 2021-08-20T08:19:56.580Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1020903e-e848-4efe-9388-b78e5a4b0093 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-20T08:19:56.582Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.582Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:56.582Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1020903e-e848-4efe-9388-b78e5a4b0093: {\"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-20T08:19:56.583Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76e77767 2021-08-20T08:19:56.583Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.583Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-20T08:19:56.583Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a0901fc2-8b05-4f28-a76a-92f457ff634a 2021-08-20T08:19:56.583Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a0901fc2-8b05-4f28-a76a-92f457ff634a 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-20T08:19:56.585Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.586Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-20T08:19:56.586Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:19:56.586Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.586Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-20T08:19:56.586Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:19:56.587Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.587Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-20T08:19:56.587Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-20T08:19:56.587Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-20T08:19:56.587Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=31294210-f515-4b8e-82b9-7d316af556dc 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-20T08:19:56.589Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.589Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-20T08:19:56.590Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:19:56.590Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.590Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-20T08:19:56.590Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1020903e-e848-4efe-9388-b78e5a4b0093 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-20T08:19:56.592Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.592Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:56.592Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e45aea21-6f92-4f25-92eb-426bdefd546d: basic_vm_macro 2021-08-20T08:19:56.592Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.592Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:56.593Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.593Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:56.593Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.593Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:56.593Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.593Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:56.594Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:19:56.594Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:19:56.594Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:56.713Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e0059ad2-7642-433a-9977-79e4f0b8a2f3 1 ASDC deployResourceStructure 2021-08-20T08:19:56.714Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:56.714Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:56.715Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:19:56.716Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:56.718Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:56.718Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447596714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:19:56.821Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-20T08:19:56.822Z||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-20T08:19:56.822Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:56.832Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:56.834Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:57.721Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:57.722Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:57.722Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:19:57.722Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:57.724Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:57.724Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447597721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-20T08:19:57.824Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:19:57.825Z||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-20T08:19:57.826Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:57.840Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:57.841Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:58.725Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:58.727Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:58.727Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:19:58.727Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:58.730Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:58.730Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447598725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-20T08:19:58.830Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-20T08:19:58.830Z||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-20T08:19:58.830Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:58.857Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:58.858Z||pool-70-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:19:59.731Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:59.731Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:19:59.731Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:19:59.732Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:19:59.733Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:19:59.733Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447599731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:19:59.833Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:19:59.834Z||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-20T08:19:59.834Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:19:59.845Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:19:59.845Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:20:00.734Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09e96b7d-73f8-4187-b139-ba6b932de4f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:20:00.750Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09e96b7d-73f8-4187-b139-ba6b932de4f6 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-20T08:20:00.752Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:20:00.752Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:20:00.752Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:20:30.752Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09e96b7d-73f8-4187-b139-ba6b932de4f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:20:30.762Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09e96b7d-73f8-4187-b139-ba6b932de4f6 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-20T08:20:30.764Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:20:30.764Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:20:30.764Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:20:43.867Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:20:43.868Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-20T08:20:43.868Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:20:43.890Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:20:43.968Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.969Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447517543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.970Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.970Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.970Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "cds", "timestamp": 1629447520744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.970Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.970Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.971Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447515229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.971Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.971Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.971Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "dcae-sch", "timestamp": 1629447515235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.971Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.971Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.971Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:20:43.972Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.972Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.972Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447517543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.972Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.972Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.973Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "cds", "timestamp": 1629447520744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.973Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.973Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.973Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447515229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-20T08:20:43.973Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.974Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.974Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "dcae-sch", "timestamp": 1629447515235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.974Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.974Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.974Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.974Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.975Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.975Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-20T08:20:43.975Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.975Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.975Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447517543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.976Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.976Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.976Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "cds", "timestamp": 1629447520744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.976Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.976Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.976Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447515229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.977Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.977Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.977Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "dcae-sch", "timestamp": 1629447515235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.977Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.977Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.977Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.978Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.978Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.978Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.978Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.978Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.978Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447517543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.979Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.979Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.979Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "cds", "timestamp": 1629447520744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.979Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.979Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.980Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447515229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.980Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.980Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.980Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "dcae-sch", "timestamp": 1629447515235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.980Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.980Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.981Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-20T08:20:43.981Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.981Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.981Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-20T08:20:43.981Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.982Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.982Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "cds", "timestamp": 1629447520744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:43.982Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.982Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.982Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447517543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:43.982Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.983Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.983Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447515229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:43.983Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.983Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.983Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "dcae-sch", "timestamp": 1629447515235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.984Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.984Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.984Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.984Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.985Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.985Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.985Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.985Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.985Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.985Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.986Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.986Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.986Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.986Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.986Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:43.987Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.987Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.987Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.987Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.987Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.987Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447530834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:43.988Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:43.988Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.988Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "cds", "timestamp": 1629447530857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:43.988Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:43.988Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.989Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447530862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:43.989Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:43.989Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.989Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.989Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.990Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.990Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.990Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.990Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.990Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.991Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.991Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.991Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.991Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.991Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.991Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447532649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:43.992Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:43.992Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.992Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.992Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.992Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.993Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:43.993Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.993Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.993Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:43.993Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:43.994Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.994Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447533218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:20:43.994Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:43.994Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.994Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447533327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:43.994Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:43.995Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:43.995Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "cds", "timestamp": 1629447533691, "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-20T08:20:44.003Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09e96b7d-73f8-4187-b139-ba6b932de4f6 2021-08-20T08:20:44.003Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e96b7d-73f8-4187-b139-ba6b932de4f6 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-20T08:20:44.013Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.013Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.013Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.014Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.014Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.014Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.014Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.014Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447534227, "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-20T08:20:44.019Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09e96b7d-73f8-4187-b139-ba6b932de4f6 2021-08-20T08:20:44.019Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e96b7d-73f8-4187-b139-ba6b932de4f6 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-20T08:20:44.028Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.028Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.029Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.029Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.029Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.029Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.029Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.029Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.030Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.030Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.030Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447535542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.030Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.030Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.030Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447535520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.030Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.031Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.031Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.031Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.031Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.031Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "dcae-sch", "timestamp": 1629447535233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.031Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.031Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.032Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:20:44.034Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.034Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.034Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.034Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.034Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.035Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447535743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.035Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.035Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.035Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447536525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.035Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.035Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.035Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447536770, "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-20T08:20:44.044Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09e96b7d-73f8-4187-b139-ba6b932de4f6 2021-08-20T08:20:44.044Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e96b7d-73f8-4187-b139-ba6b932de4f6 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-20T08:20:44.054Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.054Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.054Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.054Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.054Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "dcae-sch", "timestamp": 1629447535233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.054Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.055Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.055Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.055Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.055Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.055Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.055Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.055Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.055Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447537261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.056Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.056Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.056Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447535743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.056Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.056Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.056Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "policy-id", "timestamp": 1629447537534, "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-20T08:20:44.061Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09e96b7d-73f8-4187-b139-ba6b932de4f6 2021-08-20T08:20:44.062Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e96b7d-73f8-4187-b139-ba6b932de4f6 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-20T08:20:44.069Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.069Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "multicloud-k8s-id", "timestamp": 1629447537775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.070Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.070Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.070Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.070Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.070Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.071Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "dcae-sch", "timestamp": 1629447535233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.071Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.071Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.071Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.072Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.072Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.072Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.072Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.072Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.073Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447535743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.073Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.073Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.073Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.073Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.074Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.074Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.074Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.074Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.074Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "dcae-sch", "timestamp": 1629447535233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.075Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.075Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.075Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.075Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.075Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.075Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:44.076Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.076Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.076Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447535743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.076Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.076Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.077Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447538786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.077Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.077Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.077Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.078Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.078Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.078Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447539821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.078Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.078Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.078Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.079Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.079Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.079Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "dcae-sch", "timestamp": 1629447535233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.079Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.079Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.079Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.080Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.080Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.080Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447535743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.080Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.080Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.080Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447538786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-20T08:20:44.081Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.081Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.081Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.081Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.081Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.081Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.082Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.082Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.082Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "dcae-sch", "timestamp": 1629447535233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.082Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.083Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.083Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.083Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.083Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.083Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447535743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.083Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.084Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.084Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447538786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-20T08:20:44.084Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.084Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.085Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.085Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.085Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.085Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.085Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.085Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.085Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447541863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.086Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.086Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.086Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "dcae-sch", "timestamp": 1629447535233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.086Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.086Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.087Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:44.087Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.087Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.087Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447535743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.087Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.087Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.087Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447542426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.088Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.088Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.088Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447538786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:20:44.088Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.089Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.089Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-20T08:20:44.089Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.089Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.089Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.089Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.090Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.090Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "dcae-sch", "timestamp": 1629447535233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.090Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.090Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.090Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447535743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.090Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.091Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.091Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447538786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-20T08:20:44.091Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.091Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.091Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447543578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.091Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.092Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.092Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.092Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.092Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.092Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.093Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.093Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.093Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "dcae-sch", "timestamp": 1629447535233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.093Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.093Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.093Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447535743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:44.094Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.094Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.094Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447538786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.094Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.094Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447544584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447538786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-20T08:20:44.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447545587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "ves-openapi-manager", "timestamp": 1629447529137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447538786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447546595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447525306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:44.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447546928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.100Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.100Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.100Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447538786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:44.100Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.100Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.100Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "cds", "timestamp": 1629447547950, "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-20T08:20:44.116Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1a1009f-0c6e-4df5-b815-8addc833f174 2021-08-20T08:20:44.116Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a1009f-0c6e-4df5-b815-8addc833f174 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-20T08:20:44.126Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.126Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447547542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.126Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.126Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.127Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447547542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.127Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.127Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.127Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447549254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.127Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.127Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.127Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447549432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.128Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.128Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.128Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447547542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.128Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.128Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.128Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447550259, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.128Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.128Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.129Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447547542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.129Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.129Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.129Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "policy-id", "timestamp": 1629447551262, "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-20T08:20:44.134Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1a1009f-0c6e-4df5-b815-8addc833f174 2021-08-20T08:20:44.134Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a1009f-0c6e-4df5-b815-8addc833f174 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-20T08:20:44.142Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.143Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447551543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.143Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.143Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.143Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447552135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.143Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.143Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.143Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447547542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.143Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.144Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.144Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "aai-ml", "timestamp": 1629447553138, "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-20T08:20:44.148Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09e96b7d-73f8-4187-b139-ba6b932de4f6 2021-08-20T08:20:44.148Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e96b7d-73f8-4187-b139-ba6b932de4f6 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-20T08:20:44.156Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.156Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447547542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.156Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.157Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.157Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447553824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.157Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.157Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.157Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.157Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.157Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.158Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447547542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.158Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.158Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.158Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447555108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.158Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.158Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.158Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.158Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.159Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.159Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447547542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.159Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.159Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.159Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447555925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.159Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.159Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.159Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.160Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.160Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.160Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447547542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:44.160Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.160Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.160Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447556989, "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-20T08:20:44.165Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1a1009f-0c6e-4df5-b815-8addc833f174 2021-08-20T08:20:44.165Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a1009f-0c6e-4df5-b815-8addc833f174 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-20T08:20:44.171Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.171Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "multicloud-k8s-id", "timestamp": 1629447557993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447558113, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "clamp", "timestamp": 1629447559117, "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-20T08:20:44.178Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09e96b7d-73f8-4187-b139-ba6b932de4f6 2021-08-20T08:20:44.178Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09e96b7d-73f8-4187-b139-ba6b932de4f6 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-20T08:20:44.187Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.187Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.188Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.188Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.188Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447559375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.188Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.188Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.189Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.189Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.189Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.189Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.189Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.189Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.189Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.190Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.190Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.190Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.190Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.190Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.190Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447561872, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.191Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.191Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.191Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.191Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.191Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.191Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447531540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:44.191Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.191Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.192Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629447562877, "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-20T08:20:44.197Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1a1009f-0c6e-4df5-b815-8addc833f174 2021-08-20T08:20:44.197Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a1009f-0c6e-4df5-b815-8addc833f174 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-20T08:20:44.209Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.209Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:20:44.210Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.210Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.210Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.210Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.211Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.211Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447564539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.211Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.211Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.211Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.212Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.212Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.212Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.212Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.212Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.212Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.213Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.213Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.213Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447534516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:20:44.213Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.213Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.213Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447573843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.213Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.213Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.214Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "aai-ml", "timestamp": 1629447574848, "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-20T08:20:44.219Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a1a1009f-0c6e-4df5-b815-8addc833f174 2021-08-20T08:20:44.219Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a1009f-0c6e-4df5-b815-8addc833f174 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-20T08:20:44.229Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.229Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447575706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:20:44.229Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.229Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.229Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447576757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:20:44.230Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.230Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.230Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a1009f-0c6e-4df5-b815-8addc833f174", "consumerID": "clamp", "timestamp": 1629447577765, "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-20T08:20:44.236Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1a1009f-0c6e-4df5-b815-8addc833f174 2021-08-20T08:20:44.236Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a1009f-0c6e-4df5-b815-8addc833f174 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-20T08:20:44.247Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.247Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447578009, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:20:44.247Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:20:44.247Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.248Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.248Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.248Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.248Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:20:44.248Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.249Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.249Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-20T08:20:44.249Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.249Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.249Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:20:44.249Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:20:44.249Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-20T08:20:44.249Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-20T08:20:44.250Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-20T08:21:00.765Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09e96b7d-73f8-4187-b139-ba6b932de4f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:21:00.785Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09e96b7d-73f8-4187-b139-ba6b932de4f6 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-20T08:21:00.787Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:21:00.788Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:21:00.788Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-20T08:21:00.788Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-20T08:21:00.788Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:21:00.788Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:21:00.788Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:21:00.788Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:21:00.788Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:21:00.788Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:21:00.788Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-20T08:21:00.796Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-20T08:21:30.796Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09e96b7d-73f8-4187-b139-ba6b932de4f6 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-20T08:21:30.804Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09e96b7d-73f8-4187-b139-ba6b932de4f6 and serviceModelVersionId: e45aea21-6f92-4f25-92eb-426bdefd546d 2021-08-20T08:21:30.804Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf7ea0c9-00de-4cab-adcf-389b7b2dfb15 2021-08-20T08:21:30.806Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf7ea0c9-00de-4cab-adcf-389b7b2dfb15/model-vers/model-ver/e45aea21-6f92-4f25-92eb-426bdefd546d?depth=0 2021-08-20T08:21:30.814Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-08-20T08:21:30.874Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf7ea0c9-00de-4cab-adcf-389b7b2dfb15/model-vers/model-ver/e45aea21-6f92-4f25-92eb-426bdefd546d?depth=0|INFO|500||Invoke 2021-08-20T08:21:30.874Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf7ea0c9-00de-4cab-adcf-389b7b2dfb15/model-vers/model-ver/e45aea21-6f92-4f25-92eb-426bdefd546d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf7ea0c9-00de-4cab-adcf-389b7b2dfb15/model-vers/model-ver/e45aea21-6f92-4f25-92eb-426bdefd546d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09e96b7d-73f8-4187-b139-ba6b932de4f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[52c7fa4f-8410-4e61-a373-8b89d0fc14e6], X-ECOMP-RequestID=[09e96b7d-73f8-4187-b139-ba6b932de4f6], X-TransactionId=[], X-ONAP-RequestID=[09e96b7d-73f8-4187-b139-ba6b932de4f6], Content-Type=[application/merge-patch+json]} 2021-08-20T08:21:30.904Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf7ea0c9-00de-4cab-adcf-389b7b2dfb15/model-vers/model-ver/e45aea21-6f92-4f25-92eb-426bdefd546d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-20T08:21:31.529Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf7ea0c9-00de-4cab-adcf-389b7b2dfb15/model-vers/model-ver/e45aea21-6f92-4f25-92eb-426bdefd546d?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/cf7ea0c9-00de-4cab-adcf-389b7b2dfb15/model-vers/model-ver/e45aea21-6f92-4f25-92eb-426bdefd546d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210820-08:21:30:915-48713], vertex-id=[208984], Content-Length=[0], Date=[Fri, 20 Aug 2021 08:21:30 GMT], Content-Type=[application/json]} 2021-08-20T08:21:31.529Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf7ea0c9-00de-4cab-adcf-389b7b2dfb15/model-vers/model-ver/e45aea21-6f92-4f25-92eb-426bdefd546d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-20T08:21:31.530Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf7ea0c9-00de-4cab-adcf-389b7b2dfb15/model-vers/model-ver/e45aea21-6f92-4f25-92eb-426bdefd546d?depth=0|INFO|500||InvokeReturn 2021-08-20T08:21:31.530Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-20T08:21:31.530Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||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-20T08:21:31.536Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-20T08:21:31.537Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09e96b7d-73f8-4187-b139-ba6b932de4f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-20T08:21:31.537Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-20T08:21:31.537Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:21:31.540Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:21:31.540Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447691537, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:21:31.641Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-20T08:21:31.642Z||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-20T08:21:31.642Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:21:31.656Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:21:31.656Z||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-20T08:21:32.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:21:32.574Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:21:32.574Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:21:42.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:21:42.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:21:42.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:21:42.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:21:43.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:21:43.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-20T08:21:43.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:21:43.894Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:21:43.895Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-20T08:21:43.895Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-20T08:21:43.896Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-20T08:21:52.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:21:52.485Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:21:52.486Z||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-20T08:21:52.486Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:22:02.038Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:22:43.867Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:22:43.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:22:43.872Z||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-20T08:22:43.872Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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-20T08:22:43.872Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:22:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:22:43.906Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:22:43.907Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:22:43.907Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:22:43.908Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-20T08:22:43.909Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:22:43.909Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447523869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:22:43.909Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-20T08:22:43.909Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:22:43.909Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447588170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:22:43.909Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:22:43.909Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:22:43.909Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447591426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:22:43.909Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:22:43.910Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:22:43.910Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447593445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:22:43.910Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:22:43.910Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:22:43.910Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447595563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-20T08:22:43.910Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:22:43.910Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:22:43.910Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447596714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:22:43.910Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:22:43.910Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:22:43.911Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447597721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-20T08:22:43.911Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:22:43.911Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:22:43.911Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447598725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-20T08:22:43.911Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:22:43.911Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:22:43.911Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447599731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:22:43.911Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:22:53.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:23:43.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:23:43.867Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:23:43.871Z||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-20T08:23:43.871Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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-20T08:23:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:23:43.871Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:23:44.404Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:23:44.404Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:23:44.405Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629447691537, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:23:44.406Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:23:53.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:24:43.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:24:43.866Z||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-20T08:24:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:24:43.866Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:24:43.867Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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-20T08:24:43.867Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:24:53.425Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:24:53.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:25:43.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:25:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:25:43.870Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:25:43.870Z||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-20T08:25:43.870Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:25:43.870Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:25:53.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:25:53.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:26:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:26:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:26:43.873Z||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-20T08:26:43.873Z||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-20T08:26:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:26:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:26:53.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:26:53.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:43.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:27:43.865Z||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-20T08:27:43.865Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:27:43.867Z||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-20T08:27:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:44.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:44.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"82f96b17-eb7c-4297-bb5b-b67452c05be7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a7545fa1-bd96-48ab-bbdb-676f703fad08","serviceDescription":"service","serviceInvariantUUID":"0ac867f5-8005-436b-a048-b5a84f92da60","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"274007a0-b7d7-44ed-b58f-4f7ba1b8f778","resourceInvariantUUID":"fe13165f-cc08-4846-ac4b-bada18b32ef8","resourceCustomizationUUID":"689e65b9-554e-43bc-90e8-ac238271fd29","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":"e896a2ea-610d-434a-b552-6db75a90e84a","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":"NDNlZmU2NmU4MmMwNGI1NDdkNGU2NDJhNmM2YjViYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc67b019-e3ff-4ff4-bc39-c36a5108d886","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":"NTg0YjEyZGU4YjIxNGJlZDNhN2E4NTIwOGM5NzcwYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9284b0a8-963b-4735-afac-4b8dad203d04","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":"582134dc-7d97-4392-80e3-2fb593449fa3","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":"3b0b23ce-32ed-4e81-a67c-5264a791940a","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":"ce2d44f0-9b92-4b25-93bc-19e810edbf3f","artifactVersion":"2","generatedFromUUID":"582134dc-7d97-4392-80e3-2fb593449fa3"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Y2M1MjJjMTYxOTVkNTg3NjNmODAzZmRiM2UzMzJiNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6cba37b-8c1f-4123-ba70-71acd76b3454","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NGFiNjdjZWQ5MThhYTk3OTVlMDI0OTY4MzI4YWVkN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74d23e5f-24f7-4759-bdcb-128bf606112f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-20T08:27:44.498Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:27:44.498Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:44.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:44.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448027542, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.502Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:44.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.502Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448025305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "ves-openapi-manager", "timestamp": 1629448029136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448027542, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448025305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "ves-openapi-manager", "timestamp": 1629448029136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448027542, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448025305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "cds", "timestamp": 1629448030744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "ves-openapi-manager", "timestamp": 1629448029136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448027542, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448025305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "cds", "timestamp": 1629448030744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "ves-openapi-manager", "timestamp": 1629448029136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448027542, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448025305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "cds", "timestamp": 1629448030744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "ves-openapi-manager", "timestamp": 1629448029136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448027542, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448025305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "cds", "timestamp": 1629448030744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "ves-openapi-manager", "timestamp": 1629448029136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448027542, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448025305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "cds", "timestamp": 1629448030744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "ves-openapi-manager", "timestamp": 1629448029136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448035229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448035233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-08-20T08:27:44.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448027542, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:27:44.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448025305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:27:44.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "cds", "timestamp": 1629448030744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "ves-openapi-manager", "timestamp": 1629448029136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448035229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448035233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "cds", "timestamp": 1629448030744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448035229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:27:44.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448035233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448037978, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:44.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448037964, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:44.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "cds", "timestamp": 1629448030744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:27:44.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448035229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-20T08:27:44.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448035233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448038972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:27:44.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448035229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448035233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "policy-id", "timestamp": 1629448039977, "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-20T08:27:44.545Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82f96b17-eb7c-4297-bb5b-b67452c05be7 2021-08-20T08:27:44.545Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f96b17-eb7c-4297-bb5b-b67452c05be7 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-20T08:27:44.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "cds", "timestamp": 1629448040190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:44.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448040241, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:27:44.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448035229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-20T08:27:44.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448035233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "cds", "timestamp": 1629448041209, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-20T08:27:44.559Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82f96b17-eb7c-4297-bb5b-b67452c05be7 2021-08-20T08:27:44.559Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f96b17-eb7c-4297-bb5b-b67452c05be7 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-20T08:27:44.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448041245, "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-20T08:27:44.582Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82f96b17-eb7c-4297-bb5b-b67452c05be7 2021-08-20T08:27:44.582Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f96b17-eb7c-4297-bb5b-b67452c05be7 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-20T08:27:44.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448035229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448035233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448041540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448035229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:27:44.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448035233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448041540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448041540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448045121, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:44.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448044516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448041540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448044516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448041540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448044516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:27:44.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448041540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448047739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:44.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448044516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448048244, "artifactURL": "/sdc/v1/catalog/services/a7545fa1-bd96-48ab-bbdb-676f703fad08/resourceInstances/basicclamp0/artifacts/e896a2ea-610d-434a-b552-6db75a90e84a", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:44.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.602Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:27:44.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448041540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448044516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.603Z||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-20T08:27:44.603Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:44.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448041540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:27:44.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448049430, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:44.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448049562, "artifactURL": "/sdc/v1/catalog/services/a7545fa1-bd96-48ab-bbdb-676f703fad08/resourceInstances/basicclamp0/artifacts/e896a2ea-610d-434a-b552-6db75a90e84a", "status": "DEPLOY_OK" } 2021-08-20T08:27:44.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448044516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448050490, "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-20T08:27:44.611Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82f96b17-eb7c-4297-bb5b-b67452c05be7 2021-08-20T08:27:44.611Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f96b17-eb7c-4297-bb5b-b67452c05be7 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-20T08:27:44.616Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:44.617Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:27:44.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "dcae-sch", "timestamp": 1629448050568, "artifactURL": "/sdc/v1/catalog/services/a7545fa1-bd96-48ab-bbdb-676f703fad08/resourceInstances/basicclamp0/artifacts/e896a2ea-610d-434a-b552-6db75a90e84a", "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-20T08:27:44.624Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 82f96b17-eb7c-4297-bb5b-b67452c05be7 2021-08-20T08:27:44.624Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f96b17-eb7c-4297-bb5b-b67452c05be7 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-20T08:27:44.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448044516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:44.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "multicloud-k8s-id", "timestamp": 1629448051528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:27:44.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448051542, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:44.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448044516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:27:44.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-20T08:27:44.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448059772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:27:44.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448060222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:44.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:44.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "aai-ml", "timestamp": 1629448060777, "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-20T08:27:44.640Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82f96b17-eb7c-4297-bb5b-b67452c05be7 2021-08-20T08:27:44.640Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f96b17-eb7c-4297-bb5b-b67452c05be7 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-20T08:27:44.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-20T08:27:44.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448061230, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:44.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:27:45.503Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:27:45.503Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:45.505Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:45.505Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:45.606Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-20T08:27:45.606Z||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-20T08:27:45.606Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:45.616Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:45.617Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:27:46.505Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:27:46.506Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:46.508Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:46.508Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:27:46.608Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:27:46.609Z||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-20T08:27:46.609Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:46.621Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:46.621Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:27:47.508Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:27:47.509Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:47.511Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:47.511Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-20T08:27:47.611Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:27:47.612Z||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-20T08:27:47.612Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:47.623Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:47.623Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:27:48.511Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:27:48.512Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:48.525Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:48.525Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:48.615Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2021-08-20T08:27:48.615Z||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-20T08:27:48.616Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:48.626Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:48.626Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:27:49.526Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:27:49.527Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:49.529Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:49.529Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-20T08:27:49.629Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:27:49.630Z||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-20T08:27:49.630Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:49.640Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:49.640Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:27:50.529Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:27:50.530Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:50.532Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:50.532Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:27:50.632Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:27:50.633Z||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-20T08:27:50.633Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:50.644Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:50.645Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:27:51.532Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:27:51.533Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:51.535Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:51.535Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:27:51.635Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:27:51.636Z||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-20T08:27:51.636Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:51.650Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:51.651Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:27:52.536Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "a7545fa1-bd96-48ab-bbdb-676f703fad08", "serviceDescription": "service", "serviceInvariantUUID": "0ac867f5-8005-436b-a048-b5a84f92da60", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "689e65b9-554e-43bc-90e8-ac238271fd29", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "274007a0-b7d7-44ed-b58f-4f7ba1b8f778", "resourceInvariantUUID": "fe13165f-cc08-4846-ac4b-bada18b32ef8", "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": "NTg0YjEyZGU4YjIxNGJlZDNhN2E4NTIwOGM5NzcwYzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9284b0a8-963b-4735-afac-4b8dad203d04", "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": "582134dc-7d97-4392-80e3-2fb593449fa3", "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": "ce2d44f0-9b92-4b25-93bc-19e810edbf3f", "generatedFromUUID": "582134dc-7d97-4392-80e3-2fb593449fa3" }, "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": "ce2d44f0-9b92-4b25-93bc-19e810edbf3f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NGFiNjdjZWQ5MThhYTk3OTVlMDI0OTY4MzI4YWVkN2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74d23e5f-24f7-4759-bdcb-128bf606112f" } ], "workloadContext": "Production" } 2021-08-20T08:27:52.536Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-20T08:27:52.537Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7545fa1-bd96-48ab-bbdb-676f703fad08 ASDC 2021-08-20T08:27:52.538Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:82f96b17-eb7c-4297-bb5b-b67452c05be7 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:a7545fa1-bd96-48ab-bbdb-676f703fad08 ServiceInvariantUUID:0ac867f5-8005-436b-a048-b5a84f92da60 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:74d23e5f-24f7-4759-bdcb-128bf606112f ArtifactChecksum:NGFiNjdjZWQ5MThhYTk3OTVlMDI0OTY4MzI4YWVkN2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:689e65b9-554e-43bc-90e8-ac238271fd29 ResourceInvariantUUID:fe13165f-cc08-4846-ac4b-bada18b32ef8 ResourceName:basicclamp ResourceType:VF ResourceUUID:274007a0-b7d7-44ed-b58f-4f7ba1b8f778 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:9284b0a8-963b-4735-afac-4b8dad203d04 ArtifactChecksum:NTg0YjEyZGU4YjIxNGJlZDNhN2E4NTIwOGM5NzcwYzI= 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:582134dc-7d97-4392-80e3-2fb593449fa3 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:ce2d44f0-9b92-4b25-93bc-19e810edbf3f 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:ce2d44f0-9b92-4b25-93bc-19e810edbf3f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-20T08:27:52.538Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7545fa1-bd96-48ab-bbdb-676f703fad08 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-20T08:27:52.573Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T08:27:52.575Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-20T08:27:52.575Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-20T08:27:52.575Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 74d23e5f-24f7-4759-bdcb-128bf606112f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-20T08:27:52.575Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-20T08:27:52.575Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-20T08:27:53.549Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-20T08:27:53.553Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 74d23e5f-24f7-4759-bdcb-128bf606112f 73375 2021-08-20T08:27:53.553Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:53.554Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:53.554Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:27:53.554Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:53.556Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:53.556Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448073553, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:53.656Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:27:53.657Z||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-20T08:27:53.657Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:53.672Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:53.672Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:27:54.556Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T08:27:54.557Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-20T08:27:54.558Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 74d23e5f-24f7-4759-bdcb-128bf606112f, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-20T08:27:54.558Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-08-20T08:27:54.558Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-20T08:27:54.558Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-20T08:27:54.798Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16094295635652895718/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-20T08:27:56.006Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-20T08:27:56.007Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-20T08:27:56.007Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-20T08:27:56.007Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-20T08:27:56.007Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:56.007Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:56.007Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:56.007Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:56.007Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:56.007Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:56.007Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:56.008Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:56.008Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:56.008Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-20T08:27:56.008Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.008Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:27:56.008Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-20T08:27:56.008Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-20T08:27:56.009Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T08:27:56.009Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.009Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:27:56.009Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-20T08:27:56.009Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-20T08:27:56.009Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T08:27:56.010Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.010Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:27:56.010Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.010Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-20T08:27:56.010Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-20T08:27:56.010Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-20T08:27:56.010Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-20T08:27:56.011Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-20T08:27:56.011Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-20T08:27:56.011Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.011Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-20T08:27:56.011Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.011Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-20T08:27:56.011Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:27:56.012Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.012Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-20T08:27:56.012Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:27:56.012Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.012Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-20T08:27:56.012Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:27:56.012Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.013Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-20T08:27:56.013Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-20T08:27:56.013Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-20T08:27:56.013Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5c2aa3d9-2539-48db-995d-1915b6f83687 2021-08-20T08:27:56.013Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.013Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:27:56.013Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.013Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:27:56.014Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.014Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:27:56.014Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:27:56.014Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:27:56.017Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:a7545fa1-bd96-48ab-bbdb-676f703fad08 Model Version:NULL Model InvariantUuid:0ac867f5-8005-436b-a048-b5a84f92da60 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:c9871147-ea3c-444b-ba53-b821c90d5e5a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fe13165f-cc08-4846-ac4b-bada18b32ef8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:689e65b9-554e-43bc-90e8-ac238271fd29 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4d9b0e2e-32ba-41c6-bc0b-b6b35ce737f7 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:b0ff491f-6b9b-47a6-b059-01ef039d6ec8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5c2aa3d9-2539-48db-995d-1915b6f83687 ModelInvariantUuid:f936505e-9636-43e1-a54d-58d671c7beeb ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:c04584b7-6a45-449a-9da1-28a142162bf5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8021c9ee-fc88-4518-84a2-2f47d8d8adb0 ModelInvariantUuid:da2d8a1b-f414-46fd-a6ad-9811a432ae47 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:15d77efc-1b85-483b-bd17-59df13820f29 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-20T08:27:56.025Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 274007a0-b7d7-44ed-b58f-4f7ba1b8f778 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-20T08:27:56.033Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||basicclamp 0 2021-08-20T08:27:56.034Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 274007a0-b7d7-44ed-b58f-4f7ba1b8f778 2021-08-20T08:27:56.034Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9284b0a8-963b-4735-afac-4b8dad203d04 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-20T08:27:56.034Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-20T08:27:56.034Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:57.081Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-20T08:27:57.083Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9284b0a8-963b-4735-afac-4b8dad203d04 790 2021-08-20T08:27:57.084Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:57.084Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:57.084Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:27:57.084Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:57.088Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:57.088Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448077083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:57.188Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:27:57.190Z||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-20T08:27:57.190Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:57.200Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:57.201Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:27:58.088Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4d9b0e2e-32ba-41c6-bc0b-b6b35ce737f7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b0ff491f-6b9b-47a6-b059-01ef039d6ec8", "vfModuleModelCustomizationUUID": "9687dcbd-c44c-4cc7-a00e-1df054ca0182", "isBase": true, "artifacts": [ "582134dc-7d97-4392-80e3-2fb593449fa3", "ce2d44f0-9b92-4b25-93bc-19e810edbf3f" ], "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-20T08:27:58.094Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b0ff491f-6b9b-47a6-b059-01ef039d6ec8 VfModuleModelInvariantUUID:4d9b0e2e-32ba-41c6-bc0b-b6b35ce737f7 VfModuleModelDescription:NULL Artifacts UUID List:{ 582134dc-7d97-4392-80e3-2fb593449fa3 , ce2d44f0-9b92-4b25-93bc-19e810edbf3f } 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-20T08:27:58.096Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4d9b0e2e-32ba-41c6-bc0b-b6b35ce737f7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b0ff491f-6b9b-47a6-b059-01ef039d6ec8", "vfModuleModelCustomizationUUID": "9687dcbd-c44c-4cc7-a00e-1df054ca0182", "isBase": true, "artifacts": [ "582134dc-7d97-4392-80e3-2fb593449fa3", "ce2d44f0-9b92-4b25-93bc-19e810edbf3f" ], "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-20T08:27:58.096Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b0ff491f-6b9b-47a6-b059-01ef039d6ec8 VfModuleModelInvariantUUID:4d9b0e2e-32ba-41c6-bc0b-b6b35ce737f7 VfModuleModelDescription:NULL Artifacts UUID List:{ 582134dc-7d97-4392-80e3-2fb593449fa3 , ce2d44f0-9b92-4b25-93bc-19e810edbf3f } 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-20T08:27:58.096Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 582134dc-7d97-4392-80e3-2fb593449fa3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-20T08:27:58.096Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-20T08:27:58.096Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:58.679Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-20T08:27:58.680Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 582134dc-7d97-4392-80e3-2fb593449fa3 5033 2021-08-20T08:27:58.681Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:58.681Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:27:58.681Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:27:58.681Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:27:58.684Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:27:58.684Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448078681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:27:58.784Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:27:58.785Z||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-20T08:27:58.786Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:27:58.802Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:27:58.802Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:27:59.684Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ce2d44f0-9b92-4b25-93bc-19e810edbf3f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-20T08:27:59.684Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-20T08:27:59.685Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:00.283Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-20T08:28:00.283Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ce2d44f0-9b92-4b25-93bc-19e810edbf3f 909 2021-08-20T08:28:00.284Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:00.284Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:00.284Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:28:00.284Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:28:00.286Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:28:00.286Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448080284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-20T08:28:00.387Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:28:00.388Z||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-20T08:28:00.388Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:28:00.399Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:28:00.400Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:28:01.288Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a7545fa1-bd96-48ab-bbdb-676f703fad08 2021-08-20T08:28:01.288Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 274007a0-b7d7-44ed-b58f-4f7ba1b8f778 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-20T08:28:01.304Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.305Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:28:01.305Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-08-20T08:28:01.305Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 689e65b9-554e-43bc-90e8-ac238271fd29 2021-08-20T08:28:01.305Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 689e65b9-554e-43bc-90e8-ac238271fd29 matches Tosca VF Customization UUID: 689e65b9-554e-43bc-90e8-ac238271fd29 2021-08-20T08:28:01.305Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 689e65b9-554e-43bc-90e8-ac238271fd29 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-20T08:28:01.308Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.308Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:28:01.309Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 689e65b9-554e-43bc-90e8-ac238271fd29: {\"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-20T08:28:01.309Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23675e00 2021-08-20T08:28:01.309Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.309Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-20T08:28:01.310Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9687dcbd-c44c-4cc7-a00e-1df054ca0182 2021-08-20T08:28:01.310Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9687dcbd-c44c-4cc7-a00e-1df054ca0182 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-20T08:28:01.312Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.312Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-20T08:28:01.312Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:28:01.312Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.312Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-20T08:28:01.312Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:28:01.313Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.313Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-20T08:28:01.313Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-20T08:28:01.313Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-20T08:28:01.313Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5c2aa3d9-2539-48db-995d-1915b6f83687 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-20T08:28:01.315Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.315Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-20T08:28:01.316Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-20T08:28:01.316Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.316Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-20T08:28:01.316Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=689e65b9-554e-43bc-90e8-ac238271fd29 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-20T08:28:01.318Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.318Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:28:01.318Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a7545fa1-bd96-48ab-bbdb-676f703fad08: basicclamp 2021-08-20T08:28:01.318Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.319Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:28:01.319Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.319Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:28:01.319Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.319Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:28:01.319Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.319Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:28:01.320Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:28:01.320Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:28:01.320Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:01.432Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 274007a0-b7d7-44ed-b58f-4f7ba1b8f778 1 ASDC deployResourceStructure 2021-08-20T08:28:01.433Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:01.433Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:01.433Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:28:01.433Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:28:01.435Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:28:01.435Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448081433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:28:01.535Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:28:01.536Z||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-20T08:28:01.536Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:28:01.558Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:28:01.558Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:28:02.436Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:02.436Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:02.436Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:28:02.436Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:28:02.438Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:28:02.438Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448082436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-20T08:28:02.538Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:28:02.539Z||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-20T08:28:02.539Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:28:02.556Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:28:02.556Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-20T08:28:03.439Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:03.439Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:03.440Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:28:03.440Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:28:03.442Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:28:03.442Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448083439, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-20T08:28:03.542Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:28:03.543Z||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-20T08:28:03.543Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:28:03.556Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:28:03.557Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:28:04.443Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:04.443Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:04.443Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:28:04.444Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:28:04.445Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:28:04.445Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448084443, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:28:04.546Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:28:04.547Z||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-20T08:28:04.547Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:28:04.557Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:28:04.557Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:28:05.446Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82f96b17-eb7c-4297-bb5b-b67452c05be7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:28:05.455Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82f96b17-eb7c-4297-bb5b-b67452c05be7 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-20T08:28:05.458Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:28:05.458Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:28:05.458Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-20T08:28:05.458Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-20T08:28:05.458Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:28:05.458Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:28:05.458Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:28:05.458Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:28:05.458Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:28:05.459Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:28:05.459Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:05.463Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-20T08:28:35.464Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82f96b17-eb7c-4297-bb5b-b67452c05be7 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-20T08:28:35.474Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82f96b17-eb7c-4297-bb5b-b67452c05be7 and serviceModelVersionId: a7545fa1-bd96-48ab-bbdb-676f703fad08 2021-08-20T08:28:35.475Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ac867f5-8005-436b-a048-b5a84f92da60 2021-08-20T08:28:35.477Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ac867f5-8005-436b-a048-b5a84f92da60/model-vers/model-ver/a7545fa1-bd96-48ab-bbdb-676f703fad08?depth=0 2021-08-20T08:28:35.483Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-20T08:28:35.527Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ac867f5-8005-436b-a048-b5a84f92da60/model-vers/model-ver/a7545fa1-bd96-48ab-bbdb-676f703fad08?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-20T08:28:35.529Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ac867f5-8005-436b-a048-b5a84f92da60/model-vers/model-ver/a7545fa1-bd96-48ab-bbdb-676f703fad08?depth=0|INFO|500||Invoke 2021-08-20T08:28:35.552Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ac867f5-8005-436b-a048-b5a84f92da60/model-vers/model-ver/a7545fa1-bd96-48ab-bbdb-676f703fad08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-20T08:28:35.854Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ac867f5-8005-436b-a048-b5a84f92da60/model-vers/model-ver/a7545fa1-bd96-48ab-bbdb-676f703fad08?depth=0|INFO|500||InvokeReturn 2021-08-20T08:28:35.855Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ac867f5-8005-436b-a048-b5a84f92da60/model-vers/model-ver/a7545fa1-bd96-48ab-bbdb-676f703fad08?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210820-08:28:35:564-28591], vertex-id=[471256], Content-Length=[0], Date=[Fri, 20 Aug 2021 08:28:35 GMT], Content-Type=[application/json]} 2021-08-20T08:28:35.856Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-08-20T08:28:35.856Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-20T08:28:35.856Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:35.866Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||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-20T08:28:35.866Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82f96b17-eb7c-4297-bb5b-b67452c05be7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-20T08:28:35.867Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-20T08:28:35.867Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:28:35.869Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:28:35.869Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448115867, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:28:35.969Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:28:35.970Z||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-20T08:28:35.970Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:28:35.989Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:28:35.989Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-20T08:28:43.864Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:28:43.865Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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-20T08:28:43.865Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:28:43.867Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:28:43.867Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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-20T08:28:43.867Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:28:44.011Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:28:44.011Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-20T08:28:44.011Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:28:44.012Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-20T08:28:53.433Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:29:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:29:43.866Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:29:43.871Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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-20T08:29:43.871Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:29:43.871Z||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-20T08:29:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:29:44.415Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:29:44.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448065303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:29:44.418Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:44.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:29:44.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:29:44.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448066306, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:29:44.418Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:44.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-20T08:29:44.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:29:44.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "clamp", "timestamp": 1629448067309, "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-20T08:29:44.433Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82f96b17-eb7c-4297-bb5b-b67452c05be7 2021-08-20T08:29:44.433Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f96b17-eb7c-4297-bb5b-b67452c05be7 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-20T08:29:44.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-20T08:29:44.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:29:44.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:29:44.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:29:44.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-20T08:29:44.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:29:44.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:29:44.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:29:44.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448063864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:29:44.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-20T08:29:44.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448073553, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:29:44.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:44.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448077083, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-20T08:29:44.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:44.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448078681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:29:44.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:44.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448080284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-20T08:29:44.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:44.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448081433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-20T08:29:44.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:44.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448082436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-20T08:29:44.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:44.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448083439, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-20T08:29:44.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:44.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448084443, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:29:44.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:44.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-20T08:29:44.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "82f96b17-eb7c-4297-bb5b-b67452c05be7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448115867, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:29:44.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:29:53.456Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:30:43.866Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:30:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:30:43.868Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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-20T08:30:43.868Z||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-20T08:30:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:30:43.868Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:30:53.437Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:30:53.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:31:43.865Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:31:43.866Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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-20T08:31:43.866Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:31:43.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:31:43.867Z||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-20T08:31:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:31:53.445Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:31:53.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:32:43.866Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:32:43.867Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:32:43.873Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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-20T08:32:43.873Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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-20T08:32:43.873Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:32:43.873Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:32:53.428Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:32:53.434Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:33:43.865Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:33:43.866Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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-20T08:33:43.866Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:33:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:33:43.867Z||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-20T08:33:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:33:53.429Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:33:53.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:43.865Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:34:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:34:43.868Z||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-20T08:34:43.868Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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-20T08:34:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:43.868Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:44.358Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:44.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448461538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "multicloud-k8s-id", "timestamp": 1629448455229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "dcae-sch", "timestamp": 1629448455234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448461538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "multicloud-k8s-id", "timestamp": 1629448455229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "dcae-sch", "timestamp": 1629448455234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448464516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448465305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448461538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "multicloud-k8s-id", "timestamp": 1629448455229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "dcae-sch", "timestamp": 1629448455234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448464516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "cds", "timestamp": 1629448465743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448465305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448461538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "multicloud-k8s-id", "timestamp": 1629448455229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "dcae-sch", "timestamp": 1629448455234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448464516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "cds", "timestamp": 1629448465743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448465305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448461538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "multicloud-k8s-id", "timestamp": 1629448455229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "dcae-sch", "timestamp": 1629448455234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448464516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "cds", "timestamp": 1629448465743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448465305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448461538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "multicloud-k8s-id", "timestamp": 1629448455229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "dcae-sch", "timestamp": 1629448455234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448464516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "cds", "timestamp": 1629448465743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448469136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448465305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448461538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "multicloud-k8s-id", "timestamp": 1629448455229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "dcae-sch", "timestamp": 1629448455234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448464516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "cds", "timestamp": 1629448465743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448469136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448465305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448461538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "multicloud-k8s-id", "timestamp": 1629448455229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "dcae-sch", "timestamp": 1629448455234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448464516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "cds", "timestamp": 1629448465743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448469136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448465305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448464516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:34:44.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "cds", "timestamp": 1629448465743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448469136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448465305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448473061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "cds", "timestamp": 1629448465743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448469136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448469136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448474820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "cds", "timestamp": 1629448475233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448469136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448475825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:34:44.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:34:44.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "cds", "timestamp": 1629448476240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-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-20T08:34:44.399Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2fe2f700-6d80-4f0b-884b-ce474773094b 2021-08-20T08:34:44.399Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:34:44.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448469136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "policy-id", "timestamp": 1629448476858, "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-20T08:34:44.418Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fe2f700-6d80-4f0b-884b-ce474773094b 2021-08-20T08:34:44.418Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:34:44.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448477542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448478499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-20T08:34:44.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:34:44.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448478691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:34:44.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:34:44.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448477542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "aai-ml", "timestamp": 1629448479694, "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-20T08:34:44.433Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2fe2f700-6d80-4f0b-884b-ce474773094b 2021-08-20T08:34:44.433Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:34:44.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448479711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-20T08:34:44.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:34:44.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448477542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448480324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:34:44.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:34:44.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "ves-openapi-manager", "timestamp": 1629448480716, "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-20T08:34:44.446Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2fe2f700-6d80-4f0b-884b-ce474773094b 2021-08-20T08:34:44.446Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:34:44.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448477542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448477542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448477542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448483329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:34:44.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:34:44.501Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:44.502Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-20T08:34:44.502Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fe2f700-6d80-4f0b-884b-ce474773094b","serviceName":"Demo_pNF_ciuZeVPjsvsLukbbzFcW","serviceVersion":"1.0","serviceUUID":"68853d8b-2258-47e4-991f-93099502fcb0","serviceDescription":"catalog service description","serviceInvariantUUID":"8a2856aa-6eeb-439f-b89e-d5ff39dc40e8","resources":[{"resourceInstanceName":"pNF dbaad568-7470 0","resourceName":"pNF dbaad568-7470","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6a5fe22a-a2e9-4f74-b784-cd9716b19c9a","resourceInvariantUUID":"e49915ab-3c06-4957-8ca7-904819a564cc","resourceCustomizationUUID":"3cd61175-da54-4503-8c2b-516c3b1ff1dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml","artifactChecksum":"NjlkY2QzYTgyMTMyN2IzYzNkNjkyNzNlMmYwM2MwYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7634f64d-9e18-4010-915b-b39b59a6ed83","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar","artifactChecksum":"ZDlmYjRhYTU2MGY4Y2NlYTZiMmQzN2VkNDYzZDc5ZDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c6918a0-7838-45d2-aad3-90c7359a745e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7f464ae-03f5-49ec-9277-5dbfca5188d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml","artifactChecksum":"MzdiMzBmNDFhOTA5N2JjNTIyM2MyYmFiYzU1NzkzOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2efe6353-7db8-41dc-b6e4-92532004a73e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a378edf3-ac2d-429f-81b4-4964d6f3805d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0742d2a5-eac3-4625-ab7a-990e570c4b58","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml","artifactChecksum":"NzI0ZDE0ZGU4N2FkMDAwMWViZDAxNzIwMzYzNjBkYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"efc2ce7e-306a-48e3-8544-c5747c41d9bf","artifactVersion":"1"},{"artifactName":"service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar","artifactChecksum":"Yzc2YTQzMGVjYzM5YzQ2M2RiZDNiZWNmNjAxOGFmY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62a4e619-5969-41eb-a9a7-7865f55ebddd","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-20T08:34:44.505Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:34:44.505Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:34:44.509Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:34:44.509Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:44.609Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:34:44.610Z||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-20T08:34:44.610Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:44.622Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:44.622Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:34:45.510Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:34:45.510Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:34:45.513Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:34:45.513Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:45.613Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:34:45.613Z||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-20T08:34:45.614Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:45.635Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:45.636Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:34:46.513Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:34:46.514Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:34:46.517Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:34:46.517Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:46.618Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-20T08:34:46.619Z||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-20T08:34:46.619Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:46.632Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:46.633Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:34:47.518Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:34:47.519Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:34:47.521Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:34:47.521Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:47.621Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:34:47.622Z||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-20T08:34:47.622Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:47.636Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:47.637Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:34:48.522Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:34:48.522Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:34:48.541Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:34:48.544Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:48.624Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms 2021-08-20T08:34:48.625Z||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-20T08:34:48.625Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:48.636Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:48.636Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:34:49.545Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:34:49.546Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:34:49.548Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:34:49.548Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:49.648Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:34:49.648Z||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-20T08:34:49.648Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:49.662Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:49.662Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:34:50.548Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:34:50.549Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:34:50.551Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:34:50.551Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:34:50.651Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:34:50.651Z||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-20T08:34:50.651Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:50.670Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:50.670Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:34:51.552Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-20T08:34:51.553Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:34:51.554Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:34:51.554Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:34:51.654Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:34:51.655Z||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-20T08:34:51.655Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:51.666Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:51.667Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:34:52.555Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "serviceName": "Demo_pNF_ciuZeVPjsvsLukbbzFcW", "serviceVersion": "1.0", "serviceUUID": "68853d8b-2258-47e4-991f-93099502fcb0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8a2856aa-6eeb-439f-b89e-d5ff39dc40e8", "resources": [ { "resourceInstanceName": "pNF dbaad568-7470 0", "resourceCustomizationUUID": "3cd61175-da54-4503-8c2b-516c3b1ff1dc", "resourceName": "pNF dbaad568-7470", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6a5fe22a-a2e9-4f74-b784-cd9716b19c9a", "resourceInvariantUUID": "e49915ab-3c06-4957-8ca7-904819a564cc", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "artifactChecksum": "Yzc2YTQzMGVjYzM5YzQ2M2RiZDNiZWNmNjAxOGFmY2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "62a4e619-5969-41eb-a9a7-7865f55ebddd" } ], "workloadContext": "Production" } 2021-08-20T08:34:52.555Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-20T08:34:52.555Z|82f96b17-eb7c-4297-bb5b-b67452c05be7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68853d8b-2258-47e4-991f-93099502fcb0 ASDC 2021-08-20T08:34:52.557Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2fe2f700-6d80-4f0b-884b-ce474773094b ServiceName:Demo_pNF_ciuZeVPjsvsLukbbzFcW ServiceVersion:1.0 ServiceUUID:68853d8b-2258-47e4-991f-93099502fcb0 ServiceInvariantUUID:8a2856aa-6eeb-439f-b89e-d5ff39dc40e8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar ArtifactUUID:62a4e619-5969-41eb-a9a7-7865f55ebddd ArtifactChecksum:Yzc2YTQzMGVjYzM5YzQ2M2RiZDNiZWNmNjAxOGFmY2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF dbaad568-7470 0 ResourceCustomizationUUID:3cd61175-da54-4503-8c2b-516c3b1ff1dc ResourceInvariantUUID:e49915ab-3c06-4957-8ca7-904819a564cc ResourceName:pNF dbaad568-7470 ResourceType:PNF ResourceUUID:6a5fe22a-a2e9-4f74-b784-cd9716b19c9a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-20T08:34:52.557Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68853d8b-2258-47e4-991f-93099502fcb0 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-20T08:34:52.595Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T08:34:52.596Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-20T08:34:52.596Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-20T08:34:52.596Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 62a4e619-5969-41eb-a9a7-7865f55ebddd from URL: /sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:52.596Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-20T08:34:52.596Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:53.449Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-20T08:34:53.454Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 62a4e619-5969-41eb-a9a7-7865f55ebddd 82536 2021-08-20T08:34:53.454Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar ASDC sendASDCNotification 2021-08-20T08:34:53.454Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:53.454Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-20T08:34:53.455Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:34:53.457Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:34:53.457Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448493454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:34:53.557Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:34:53.558Z||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-20T08:34:53.558Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:53.570Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:53.570Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:34:54.457Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-20T08:34:54.458Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-20T08:34:54.458Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 62a4e619-5969-41eb-a9a7-7865f55ebddd, URL: /sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar to file: /app/ASDC/1/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:54.459Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:54.459Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:54.459Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:54.855Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13630208267632940453/Definitions/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml 2021-08-20T08:34:55.596Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dbaad568-7470 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-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||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-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||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-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||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-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||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-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||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-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:55.597Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-20T08:34:55.598Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:34:55.598Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ciuZeVPjsvsLukbbzFcW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:34:55.598Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Node template pNF dbaad568-7470 0 is matching search criteria 2021-08-20T08:34:55.598Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-20T08:34:55.598Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF dbaad568-7470 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T08:34:55.598Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:34:55.598Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ciuZeVPjsvsLukbbzFcW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:34:55.598Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Node template pNF dbaad568-7470 0 is matching search criteria 2021-08-20T08:34:55.599Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-20T08:34:55.599Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF dbaad568-7470 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-20T08:34:55.599Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:34:55.599Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ciuZeVPjsvsLukbbzFcW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:34:55.599Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:34:55.599Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ciuZeVPjsvsLukbbzFcW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:34:55.599Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:34:55.599Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ciuZeVPjsvsLukbbzFcW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:34:55.599Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:34:55.600Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ciuZeVPjsvsLukbbzFcW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:34:55.600Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:34:55.600Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ciuZeVPjsvsLukbbzFcW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:34:55.600Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ciuZeVPjsvsLukbbzFcW Description:catalog service description Model UUID:68853d8b-2258-47e4-991f-93099502fcb0 Model Version:NULL Model InvariantUuid:8a2856aa-6eeb-439f-b89e-d5ff39dc40e8 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-20T08:34:55.606Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6a5fe22a-a2e9-4f74-b784-cd9716b19c9a 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-20T08:34:55.619Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||pNF dbaad568-7470 0 2021-08-20T08:34:55.620Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6a5fe22a-a2e9-4f74-b784-cd9716b19c9a 2021-08-20T08:34:55.620Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 68853d8b-2258-47e4-991f-93099502fcb0 2021-08-20T08:34:55.620Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 68853d8b-2258-47e4-991f-93099502fcb0 2021-08-20T08:34:55.620Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dbaad568-7470 0 6a5fe22a-a2e9-4f74-b784-cd9716b19c9a 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-20T08:34:55.643Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:34:55.644Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ciuZeVPjsvsLukbbzFcW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:34:55.644Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 68853d8b-2258-47e4-991f-93099502fcb0: pNF dbaad568-7470 2021-08-20T08:34:55.645Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||Processing PNF resource: 6a5fe22a-a2e9-4f74-b784-cd9716b19c9a 2021-08-20T08:34:55.645Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-20T08:34:55.645Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ciuZeVPjsvsLukbbzFcW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-20T08:34:55.646Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||Resource customization UUID: 3cd61175-da54-4503-8c2b-516c3b1ff1dc is the same as notified resource customizationUUID: 3cd61175-da54-4503-8c2b-516c3b1ff1dc 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-20T08:34:55.728Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dbaad568-7470 6a5fe22a-a2e9-4f74-b784-cd9716b19c9a 0 ASDC deployResourceStructure 2021-08-20T08:34:55.729Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar ASDC sendASDCNotification 2021-08-20T08:34:55.729Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar 2021-08-20T08:34:55.729Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-20T08:34:55.729Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:34:55.731Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:34:55.731Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448495728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:34:55.831Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:34:55.832Z||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-20T08:34:55.832Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:34:55.844Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:34:55.844Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-20T08:34:56.731Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:34:56.742Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:34:56.744Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:34:56.744Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:34:56.745Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:34:56.745Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:35:26.745Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:35:26.766Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:35:26.768Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:35:26.769Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:35:26.769Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:35:26.769Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:35:43.868Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:35:43.872Z||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-20T08:35:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:35:43.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:35:43.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:35:43.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448477542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:35:43.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:35:56.769Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:35:56.785Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:35:56.789Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:35:56.789Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:35:56.789Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:35:56.789Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:36:26.790Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:36:26.801Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:36:26.804Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:36:26.804Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:36:26.804Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:36:26.804Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:36:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:36:43.869Z||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-20T08:36:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:36:43.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:36:43.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:36:43.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "clamp", "timestamp": 1629448484336, "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-20T08:36:43.909Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2fe2f700-6d80-4f0b-884b-ce474773094b 2021-08-20T08:36:43.909Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:36:56.804Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:36:56.825Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:36:56.837Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:36:56.837Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:36:56.838Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:36:56.838Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:37:26.839Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:37:26.861Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:37:26.863Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:37:26.863Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:37:26.863Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-20T08:37:26.863Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-20T08:37:43.868Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:37:43.869Z||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-20T08:37:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:37:44.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:37:44.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:37:44.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448477542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448486706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:37:44.405Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:37:44.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-20T08:37:44.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:37:44.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:37:44.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:37:44.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448488674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:37:44.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:37:44.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/resourceInstances/pnfdbaad56874700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-20T08:37:44.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:37:44.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629448489678, "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-20T08:37:44.414Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2fe2f700-6d80-4f0b-884b-ce474773094b 2021-08-20T08:37:44.414Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:37:44.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-20T08:37:44.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:37:44.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448483865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "NOTIFIED" } 2021-08-20T08:37:44.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-20T08:37:44.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448493454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-20T08:37:44.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:37:44.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-20T08:37:44.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448495728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCiuzevpjsvslukbbzfcw/1.0/artifacts/service-DemoPnfCiuzevpjsvslukbbzfcw-csar.csar", "status": "DEPLOY_OK" } 2021-08-20T08:37:44.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:37:56.864Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-20T08:37:56.875Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:37:56.880Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-20T08:37:56.881Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-20T08:37:56.881Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-20T08:37:56.881Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-20T08:37:56.881Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:37:56.881Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:37:56.881Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:37:56.881Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:37:56.881Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:37:56.881Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:37:56.882Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-20T08:37:56.882Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||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-20T08:37:56.893Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-20T08:38:26.894Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2fe2f700-6d80-4f0b-884b-ce474773094b 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-20T08:38:26.911Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2fe2f700-6d80-4f0b-884b-ce474773094b and serviceModelVersionId: 68853d8b-2258-47e4-991f-93099502fcb0 2021-08-20T08:38:26.911Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a2856aa-6eeb-439f-b89e-d5ff39dc40e8 2021-08-20T08:38:26.913Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a2856aa-6eeb-439f-b89e-d5ff39dc40e8/model-vers/model-ver/68853d8b-2258-47e4-991f-93099502fcb0?depth=0 2021-08-20T08:38:26.923Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-20T08:38:26.978Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a2856aa-6eeb-439f-b89e-d5ff39dc40e8/model-vers/model-ver/68853d8b-2258-47e4-991f-93099502fcb0?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-20T08:38:26.981Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a2856aa-6eeb-439f-b89e-d5ff39dc40e8/model-vers/model-ver/68853d8b-2258-47e4-991f-93099502fcb0?depth=0|INFO|500||Invoke 2021-08-20T08:38:27.010Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a2856aa-6eeb-439f-b89e-d5ff39dc40e8/model-vers/model-ver/68853d8b-2258-47e4-991f-93099502fcb0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-20T08:38:27.287Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a2856aa-6eeb-439f-b89e-d5ff39dc40e8/model-vers/model-ver/68853d8b-2258-47e4-991f-93099502fcb0?depth=0|INFO|500||InvokeReturn 2021-08-20T08:38:27.288Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8a2856aa-6eeb-439f-b89e-d5ff39dc40e8/model-vers/model-ver/68853d8b-2258-47e4-991f-93099502fcb0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210820-08:38:27:030-91134], vertex-id=[573608], Content-Length=[0], Date=[Fri, 20 Aug 2021 08:38:27 GMT], Content-Type=[application/json]} 2021-08-20T08:38:27.288Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-08-20T08:38:27.288Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-20T08:38:27.288Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||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-20T08:38:27.293Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||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-20T08:38:27.294Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2fe2f700-6d80-4f0b-884b-ce474773094b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-20T08:38:27.294Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-20T08:38:27.295Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-20T08:38:27.300Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-20T08:38:27.300Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448707294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:38:27.400Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-20T08:38:27.401Z||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-20T08:38:27.402Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:38:27.418Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:38:27.419Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 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-20T08:38:28.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:38:28.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:38:28.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:38:38.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:38:38.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:38:38.664Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:38:38.664Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:38:43.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:38:43.868Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-20T08:38:43.868Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:38:44.510Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:38:44.511Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-20T08:38:44.511Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2fe2f700-6d80-4f0b-884b-ce474773094b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629448707294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-20T08:38:44.512Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-20T08:38:48.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:38:48.234Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:38:48.234Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:38:48.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:38:57.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:38:57.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:38:57.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:38:57.795Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:39:07.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:39:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:39:43.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:39:43.871Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:39:43.871Z||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-20T08:39:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:39:43.872Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:39:53.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:39:53.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:40:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:40:43.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:40:43.871Z||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-20T08:40:43.871Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:40:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:40:43.872Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:40:53.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:40:53.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:41:43.868Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:41:43.868Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:41:43.876Z||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-20T08:41:43.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:41:43.877Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:41:43.877Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:41:53.529Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:41:53.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:42:43.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:42:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:42:43.868Z||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-20T08:42:43.868Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:42:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:42:43.868Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:42:53.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:42:53.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:43:43.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:43:43.866Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:43:43.870Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:43:43.870Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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-20T08:43:43.870Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:43:43.870Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:43:53.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:43:53.446Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:44:43.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:44:43.866Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:44:43.867Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:44:43.867Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:44:43.867Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-20T08:44:43.867Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:44:53.425Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:44:53.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:45:43.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:45:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:45:43.868Z||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-20T08:45:43.868Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:45:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:45:43.868Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:45:53.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:45:53.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:46:43.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:46:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:46:43.868Z||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-20T08:46:43.868Z||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-20T08:46:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:46:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:46:53.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:46:53.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:47:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:47:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:47:43.868Z||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-20T08:47:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:47:43.868Z||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-20T08:47:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:47:53.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:47:53.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:48:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:48:43.869Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:48:43.871Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-20T08:48:43.871Z||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-20T08:48:43.871Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:48:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:48:53.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:48:53.478Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:49:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:49:43.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:49:43.871Z||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-20T08:49:43.871Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-20T08:49:43.871Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:49:43.871Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:49:53.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:49:53.443Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:50:43.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:50:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:50:43.871Z||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-20T08:50:43.871Z||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-20T08:50:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:50:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:50:53.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:50:53.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:51:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:51:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:51:43.874Z||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-20T08:51:43.874Z||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-20T08:51:43.874Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:51:43.874Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:51:53.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:51:53.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:52:43.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:52:43.866Z||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-20T08:52:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:52:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:52:43.867Z||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-20T08:52:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:52:53.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:52:53.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:53:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:53:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:53:43.869Z||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-20T08:53:43.869Z||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-20T08:53:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:53:43.869Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:53:53.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:53:53.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:54:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:54:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:54:43.873Z||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-20T08:54:43.873Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:54:43.873Z||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-20T08:54:43.874Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:54:53.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:54:53.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:55:43.868Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:55:43.868Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:55:43.876Z||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-20T08:55:43.876Z||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-20T08:55:43.877Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:55:43.877Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:55:53.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:55:53.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:56:43.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:56:43.865Z||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-20T08:56:43.866Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:56:43.866Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:56:43.867Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-20T08:56:43.867Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:56:53.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:56:53.436Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:57:43.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:57:43.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:57:43.868Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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-20T08:57:43.868Z||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-20T08:57:43.868Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:57:43.868Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:57:53.435Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:57:53.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:58:43.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:58:43.867Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:58:43.872Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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-20T08:58:43.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:58:43.872Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:58:43.872Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:58:53.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:58:53.441Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:59:43.869Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:59:43.869Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T08:59:43.875Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T08:59:43.876Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T08:59:43.875Z||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-20T08:59:43.876Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T08:59:53.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T08:59:53.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:00:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:00:43.867Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:00:43.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T09:00:43.873Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-20T09:00:43.873Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T09:00:43.873Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T09:00:53.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:00:53.438Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:01:43.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:01:43.866Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T09:01:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:01:43.867Z||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-20T09:01:43.867Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T09:01:43.866Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T09:01:53.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:01:53.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:02:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:02:43.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:02:43.872Z||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-20T09:02:43.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T09:02:43.872Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T09:02:43.872Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T09:02:53.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:02:53.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:03:43.867Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:03:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:03:43.875Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T09:03:43.875Z|2fe2f700-6d80-4f0b-884b-ce474773094b|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-20T09:03:43.876Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T09:03:43.876Z|2fe2f700-6d80-4f0b-884b-ce474773094b|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T09:03:53.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:03:53.438Z|2fe2f700-6d80-4f0b-884b-ce474773094b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:04:43.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:04:43.865Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T09:04:43.866Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T09:04:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:04:43.867Z||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-20T09:04:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T09:04:53.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:04:53.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:05:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:05:43.868Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:05:43.873Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-20T09:05:43.874Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T09:05:43.879Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T09:05:43.879Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T09:05:53.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:05:53.440Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:06:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:06:43.867Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:06:43.875Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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-20T09:06:43.875Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T09:06:43.875Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|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 HnBwaCXTMFqL4JjS) ... 2021-08-20T09:06:43.875Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T09:06:46.382Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-20T09:06:53.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:06:53.461Z|09e96b7d-73f8-4187-b139-ba6b932de4f6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:07:43.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:07:43.865Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-20T09:07:43.866Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HnBwaCXTMFqL4JjS) ... 2021-08-20T09:07:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-20T09:07:43.867Z||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-20T09:07:43.867Z||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 HnBwaCXTMFqL4JjS) ... 2021-08-20T09:07:53.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-20T09:07:53.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK