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-14T07:07:54.033Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-hvzk7 with PID 15 (/app/app.jar started by so in /app) 2021-08-14T07:07:54.040Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-08-14T07:07:54.040Z||main|||||INFO|500||The following profiles are active: basic 2021-08-14T07:08:13.149Z||main|||||INFO|500||Starting service [Tomcat] 2021-08-14T07:08:13.150Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-08-14T07:08:13.532Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-08-14T07:08:19.343Z||main|||||INFO|500||catdb-pool - Starting... 2021-08-14T07:08:20.146Z||main|||||INFO|500||catdb-pool - Start completed. 2021-08-14T07:08:20.775Z||main|||||INFO|500||reqdb-pool - Starting... 2021-08-14T07:08:20.783Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-08-14T07:08:20.963Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-08-14T07:08:21.305Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-08-14T07:08:22.473Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-08-14T07:08:28.566Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-14T07:08:30.972Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-14T07:08:31.024Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-08-14T07:08:31.690Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-14T07:08:31.855Z||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-14T07:08:36.553Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-14T07:08:37.617Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-08-14T07:08:37.638Z||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$$c162f7de.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-14T07:08:37.639Z||main|||||WARN|500||The sdc end point is not alive 2021-08-14T07:08:40.465Z||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-14T07:08:43.331Z||main|||||WARN|500||--- 2021-08-14T07:08:43.331Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-08-14T07:08:43.332Z||main|||||WARN|500||--- 2021-08-14T07:08:43.689Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-08-14T07:08:46.935Z||main|||||INFO|500||Started Application in 56.156 seconds (JVM running for 63.306) 2021-08-14T07:08:46.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-14T07:08:46.943Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-14T07:08:46.972Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-14T07:08:47.023Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-14T07:08:47.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b84a58c3-5a05-4c56-8c61-d5f02f5dfe8b url= /sdc/v1/artifactTypes 2021-08-14T07:08:47.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-14T07:08:47.691Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-14T07:08:47.714Z||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-14T07:08:47.738Z||scheduling-1|||||DEBUG|500||create keys 2021-08-14T07:08:47.748Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-14T07:08:47.779Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:08:47.799Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c749072d-23a1-4b8d-b2b4-2b73770810dc url= /sdc/v1/registerForDistribution 2021-08-14T07:08:47.956Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c749072d-23a1-4b8d-b2b4-2b73770810dc url= /sdc/v1/registerForDistribution 2021-08-14T07:08:47.958Z||scheduling-1|||||INFO|500||start DistributionClient 2021-08-14T07:08:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:08:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:08:47.984Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-08-14T07:08:47.986Z||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-14T07:08:47.986Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:08:47.987Z||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-14T07:08:47.988Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:08:58.329Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:08:58.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:09:47.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:09:47.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:09:47.976Z||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-14T07:09:47.976Z||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-14T07:09:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:09:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:09:57.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:09:57.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:10:47.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:10:47.978Z||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-14T07:10:47.979Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:10:47.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:10:47.982Z||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-14T07:10:47.982Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:10:57.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:10:57.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:11:47.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:11:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:11:47.983Z||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-14T07:11:47.984Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:11:47.984Z||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-14T07:11:47.984Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:11:57.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:11:57.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:12:47.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:12:47.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:12:47.978Z||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-14T07:12:47.985Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:12:47.978Z||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-14T07:12:48.004Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:12:57.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:12:57.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:13:47.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:13:47.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:13:47.980Z||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-14T07:13:47.980Z||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-14T07:13:47.980Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:13:47.981Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:13:57.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:13:57.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:14:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:14:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:14:47.978Z||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-14T07:14:47.979Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:14:47.978Z||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-14T07:14:47.979Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:14:57.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:14:57.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:15:47.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:15:47.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:15:47.976Z||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-14T07:15:47.976Z||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-14T07:15:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:15:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:15:57.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:15:57.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:16:47.973Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:16:47.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:16:47.978Z||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-14T07:16:47.978Z||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-14T07:16:47.979Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:16:47.979Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:16:57.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:16:57.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:17:44.142Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-08-14T07:17:47.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:17:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:17:47.974Z||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-14T07:17:47.974Z||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-14T07:17:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:17:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:17:57.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:17:57.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:18:47.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:18:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:18:47.974Z||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-14T07:18:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:18:47.974Z||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-14T07:18:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:18:57.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:18:57.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:19:47.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:19:47.976Z||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-14T07:19:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:19:47.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:19:47.980Z||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-14T07:19:47.981Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:19:57.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:19:57.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:20:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:20:47.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:20:47.975Z||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-14T07:20:47.975Z||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-14T07:20:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:20:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:20:57.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:20:57.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:21:47.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:21:47.973Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:21:47.978Z||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-14T07:21:47.979Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:21:47.978Z||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-14T07:21:47.979Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:21:57.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:21:57.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:22:47.973Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:22:47.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:22:47.977Z||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-14T07:22:47.977Z||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-14T07:22:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:22:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:22:57.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:22:57.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:23:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:23:47.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:23:47.974Z||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-14T07:23:47.974Z||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-14T07:23:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:23:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:23:57.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:23:57.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:24:47.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:24:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:24:47.973Z||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-14T07:24:47.973Z||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-14T07:24:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:24:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:24:57.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:24:57.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:25:47.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:25:47.972Z||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-14T07:25:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:25:47.972Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:25:47.973Z||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-14T07:25:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:25:57.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:25:57.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:26:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:26:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:26:47.973Z||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-14T07:26:47.973Z||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-14T07:26:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:26:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:26:57.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:26:57.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:27:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:27:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:27:47.972Z||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-14T07:27:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:27:47.972Z||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-14T07:27:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:27:57.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:27:57.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:28:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:28:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:28:47.975Z||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-14T07:28:47.975Z||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-14T07:28:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:28:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:28:57.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:28:57.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:29:47.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:29:47.973Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:29:47.973Z||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-14T07:29:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:29:47.974Z||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-14T07:29:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:29:57.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:29:57.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:30:47.973Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:30:47.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:30:47.978Z||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-14T07:30:47.978Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:30:47.980Z||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-14T07:30:47.980Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:30:57.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:30:57.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:31:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:31:47.974Z||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-14T07:31:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:31:47.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:31:47.977Z||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-14T07:31:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:31:57.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:31:57.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:32:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:32:47.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:32:47.974Z||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-14T07:32:47.974Z||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-14T07:32:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:32:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:32:57.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:32:57.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:33:47.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:33:47.981Z||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-14T07:33:47.981Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:33:47.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:33:47.996Z||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-14T07:33:47.999Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:33:57.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:33:57.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:34:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:34:47.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:34:47.975Z||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-14T07:34:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:34:47.977Z||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-14T07:34:47.978Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:34:57.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:34:57.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:35:47.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:35:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:35:47.974Z||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-14T07:35:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:35:47.974Z||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-14T07:35:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:35:57.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:35:57.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:36:47.973Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:36:47.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:36:47.977Z||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-14T07:36:47.977Z||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-14T07:36:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:36:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:36:57.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:36:57.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:37:47.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:37:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:37:47.973Z||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-14T07:37:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:37:47.976Z||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-14T07:37:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:37:57.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:37:57.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:38:47.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:38:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:38:47.975Z||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-14T07:38:47.975Z||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-14T07:38:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:38:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:38:57.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:38:57.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:39:47.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:39:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:39:47.973Z||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-14T07:39:47.973Z||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-14T07:39:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:39:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:39:57.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:39:57.537Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:40:47.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:40:47.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:40:47.974Z||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-14T07:40:47.974Z||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-14T07:40:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:40:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:40:57.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:40:57.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:41:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:41:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:41:47.973Z||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-14T07:41:47.973Z||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-14T07:41:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:41:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:41:57.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:41:57.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:42:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:42:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:42:47.974Z||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-14T07:42:47.974Z||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-14T07:42:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:42:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:42:57.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:42:57.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:43:47.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:43:47.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:43:47.973Z||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-14T07:43:47.973Z||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-14T07:43:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:43:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:43:57.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:43:57.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:44:47.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:44:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:44:47.972Z||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-14T07:44:47.972Z||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-14T07:44:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:44:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:44:57.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:44:57.527Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:45:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:45:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:45:47.974Z||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-14T07:45:47.974Z||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-14T07:45:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:45:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:45:57.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:45:57.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:46:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:46:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:46:47.974Z||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-14T07:46:47.974Z||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-14T07:46:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:46:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:46:57.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:46:57.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:47:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:47:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:47:47.974Z||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-14T07:47:47.974Z||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-14T07:47:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:47:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:47:57.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:47:57.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:48:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:48:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:48:47.973Z||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-14T07:48:47.973Z||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-14T07:48:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:48:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:48:57.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:48:57.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:49:47.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:49:47.973Z||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-14T07:49:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:49:47.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:49:47.975Z||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-14T07:49:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:49:57.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:49:57.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:50:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:50:47.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:50:47.973Z||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-14T07:50:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:50:47.974Z||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-14T07:50:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:50:57.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:50:57.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:51:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:51:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:51:47.975Z||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-14T07:51:47.975Z||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-14T07:51:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:51:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:51:57.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:51:57.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:52:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:52:47.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:52:47.975Z||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-14T07:52:47.975Z||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-14T07:52:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:52:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:52:57.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:52:57.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:53:47.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:53:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:53:47.973Z||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-14T07:53:47.974Z||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-14T07:53:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:53:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:53:57.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:53:57.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:54:47.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:54:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:54:47.974Z||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-14T07:54:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:54:47.974Z||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-14T07:54:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:54:57.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:54:57.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:55:47.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:55:47.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:55:47.983Z||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-14T07:55:47.983Z||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-14T07:55:47.983Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:55:47.983Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:55:57.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:55:57.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:56:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:56:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:56:47.974Z||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-14T07:56:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:56:47.975Z||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-14T07:56:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:56:57.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:56:57.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:57:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:57:47.974Z||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-14T07:57:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:57:47.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:57:47.976Z||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-14T07:57:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:57:57.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:57:57.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:58:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:58:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:58:47.974Z||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-14T07:58:47.974Z||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-14T07:58:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:58:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:58:57.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:58:57.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:59:47.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:59:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T07:59:47.974Z||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-14T07:59:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:59:47.974Z||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-14T07:59:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T07:59:57.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T07:59:57.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:00:47.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:00:47.974Z||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-14T08:00:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:00:47.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:00:47.977Z||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-14T08:00:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:00:57.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:00:57.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:01:47.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:01:47.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:01:47.974Z||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-14T08:01:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:01:47.974Z||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-14T08:01:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:01:57.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:01:57.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:02:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:02:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:02:47.974Z||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-14T08:02:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:02:47.974Z||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-14T08:02:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:02:57.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:02:57.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:03:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:03:47.971Z||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-14T08:03:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:03:47.972Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:03:47.972Z||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-14T08:03:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:03:57.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:03:57.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:04:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:04:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:04:47.974Z||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-14T08:04:47.975Z||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-14T08:04:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:04:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:04:57.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:04:57.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:05:47.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:05:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:05:47.973Z||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-14T08:05:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:05:47.976Z||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-14T08:05:47.979Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:05:57.527Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:05:57.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:06:47.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:06:47.972Z||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-14T08:06:47.972Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:06:47.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:06:47.975Z||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-14T08:06:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:06:57.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:06:57.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:07:47.973Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:07:47.975Z||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-14T08:07:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:07:47.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:07:47.978Z||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-14T08:07:47.978Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:07:57.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:07:57.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:08:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:08:47.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:08:47.973Z||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-14T08:08:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:08:47.973Z||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-14T08:08:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:08:57.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:08:57.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:47.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:09:47.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:09:47.976Z||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-14T08:09:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:09:47.976Z||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-14T08:09:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:09:48.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:48.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-14T08:09:48.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "aai-ml", "timestamp": 1628928581965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:09:48.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-14T08:09:48.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-14T08:09:48.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "ves-openapi-manager", "timestamp": 1628928586157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:09:48.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-14T08:09:48.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-14T08:09:48.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "dcae-sch", "timestamp": 1628928578028, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:09:48.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-14T08:09:48.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:48.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:09:48.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e16ac5b-3e2d-4056-a9fc-7860c639ad85","serviceName":"vFW 2021-08-14 08-07-08","serviceVersion":"1.0","serviceUUID":"f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc","serviceDescription":"catalog service description","serviceInvariantUUID":"1a140ac0-57b1-46a6-87fa-e8da2dc5e514","resources":[{"resourceInstanceName":"vFW d6a78a51-29dd 0","resourceName":"vFW d6a78a51-29dd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5f20cea3-3372-412c-9add-b9dbc77e34e9","resourceInvariantUUID":"73f468e4-0986-42fc-9d5c-4279745a876b","resourceCustomizationUUID":"3ab46e35-60fe-4504-9033-25045fee8d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml","artifactChecksum":"YjY4ODJkN2E5MzlhMjgyZDcxMjExMzAxOWY5ZDA3MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e12305d6-f0e4-4344-b9f6-8571c7822e86","artifactVersion":"1"},{"artifactName":"vfwd6a78a5129dd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json","artifactChecksum":"M2M3Mzk5YzA1ODE2ZjdlYzQ2ZTlhYmM4MzBjMzAwZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"26f131cc-acf6-4081-87dd-a9bd41a90d86","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b54528a5-64a7-44c1-b0fb-26cfbab3efe1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml","artifactChecksum":"OTY5MGQ5M2JkZWY3NDMyYmMwNTNlYjk0ZTVlOTExYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7bdff9f0-0424-4eed-97e8-70b61e093fb7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cbf77eea-74ca-4303-bdbe-d715afa8a89b","artifactVersion":"2","generatedFromUUID":"b54528a5-64a7-44c1-b0fb-26cfbab3efe1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210814080708-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml","artifactChecksum":"OWYyMmMzYTM2MWI1MGZlNTkyNGIzYmU2YjdiNTE2NWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6a02fc8-4b8c-4026-876f-82fe5bd7bfd5","artifactVersion":"1"},{"artifactName":"service-Vfw20210814080708-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar","artifactChecksum":"YzMxM2NlYjRmNjU2OTEwMmE2NDY1MjFjZWY0M2JhOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0608ea07-e16e-429c-a414-c37ddbbb61bc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-14T08:09:48.625Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:09:48.642Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:09:48.671Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:09:48.672Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:09:48.771Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2021-08-14T08:09:48.778Z||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-14T08:09:48.778Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:09:48.788Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:48.789Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:09:49.689Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:09:49.689Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:09:49.691Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:09:49.691Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:09:49.791Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:09:49.793Z||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-14T08:09:49.793Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:09:49.804Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:49.805Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:09:50.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:09:50.694Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:09:50.697Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:09:50.697Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-14T08:09:50.797Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:09:50.799Z||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-14T08:09:50.799Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:09:50.817Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:50.818Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":4,"count":1} 2021-08-14T08:09:51.698Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:09:51.702Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:09:51.706Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:09:51.706Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:09:51.806Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:09:51.810Z||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-14T08:09:51.811Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:09:51.824Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:51.824Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:09:52.707Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:09:52.711Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:09:52.715Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:09:52.716Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-14T08:09:52.817Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:09:52.821Z||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-14T08:09:52.821Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:09:52.832Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:52.833Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:09:53.717Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:09:53.718Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:09:53.721Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:09:53.721Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:09:53.821Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:09:53.822Z||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-14T08:09:53.822Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:09:53.832Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:53.832Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:09:54.721Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:09:54.723Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:09:54.725Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:09:54.725Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:09:54.825Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:09:54.827Z||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-14T08:09:54.828Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:09:54.846Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:54.847Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:09:55.727Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "serviceName": "vFW 2021-08-14 08-07-08", "serviceVersion": "1.0", "serviceUUID": "f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1a140ac0-57b1-46a6-87fa-e8da2dc5e514", "resources": [ { "resourceInstanceName": "vFW d6a78a51-29dd 0", "resourceCustomizationUUID": "3ab46e35-60fe-4504-9033-25045fee8d18", "resourceName": "vFW d6a78a51-29dd", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5f20cea3-3372-412c-9add-b9dbc77e34e9", "resourceInvariantUUID": "73f468e4-0986-42fc-9d5c-4279745a876b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd6a78a5129dd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "artifactChecksum": "M2M3Mzk5YzA1ODE2ZjdlYzQ2ZTlhYmM4MzBjMzAwZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "26f131cc-acf6-4081-87dd-a9bd41a90d86", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b54528a5-64a7-44c1-b0fb-26cfbab3efe1", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cbf77eea-74ca-4303-bdbe-d715afa8a89b", "generatedFromUUID": "b54528a5-64a7-44c1-b0fb-26cfbab3efe1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cbf77eea-74ca-4303-bdbe-d715afa8a89b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210814080708-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "artifactChecksum": "YzMxM2NlYjRmNjU2OTEwMmE2NDY1MjFjZWY0M2JhOWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0608ea07-e16e-429c-a414-c37ddbbb61bc" } ], "workloadContext": "Production" } 2021-08-14T08:09:55.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-14T08:09:55.730Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc ASDC 2021-08-14T08:09:55.897Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5e16ac5b-3e2d-4056-a9fc-7860c639ad85 ServiceName:vFW 2021-08-14 08-07-08 ServiceVersion:1.0 ServiceUUID:f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc ServiceInvariantUUID:1a140ac0-57b1-46a6-87fa-e8da2dc5e514 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210814080708-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar ArtifactUUID:0608ea07-e16e-429c-a414-c37ddbbb61bc ArtifactChecksum:YzMxM2NlYjRmNjU2OTEwMmE2NDY1MjFjZWY0M2JhOWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d6a78a51-29dd 0 ResourceCustomizationUUID:3ab46e35-60fe-4504-9033-25045fee8d18 ResourceInvariantUUID:73f468e4-0986-42fc-9d5c-4279745a876b ResourceName:vFW d6a78a51-29dd ResourceType:VF ResourceUUID:5f20cea3-3372-412c-9add-b9dbc77e34e9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd6a78a5129dd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json ArtifactUUID:26f131cc-acf6-4081-87dd-a9bd41a90d86 ArtifactChecksum:M2M3Mzk5YzA1ODE2ZjdlYzQ2ZTlhYmM4MzBjMzAwZWI= 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/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml ArtifactUUID:b54528a5-64a7-44c1-b0fb-26cfbab3efe1 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/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env ArtifactUUID:cbf77eea-74ca-4303-bdbe-d715afa8a89b 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/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env ArtifactUUID:cbf77eea-74ca-4303-bdbe-d715afa8a89b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-14T08:09:55.897Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc 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-14T08:09:56.306Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:09:56.311Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-14T08:09:56.312Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-14T08:09:56.314Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0608ea07-e16e-429c-a414-c37ddbbb61bc from URL: /sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar 2021-08-14T08:09:56.314Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-14T08:09:56.316Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar 2021-08-14T08:09:57.160Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-14T08:09:57.181Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar 0608ea07-e16e-429c-a414-c37ddbbb61bc 98718 2021-08-14T08:09:57.183Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar ASDC sendASDCNotification 2021-08-14T08:09:57.184Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar 2021-08-14T08:09:57.185Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:09:57.186Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:09:57.189Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:09:57.189Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928597182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:09:57.289Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:09:57.290Z||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-14T08:09:57.291Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:09:57.301Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:09:57.302Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:09:58.189Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:09:58.190Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-14T08:09:58.191Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0608ea07-e16e-429c-a414-c37ddbbb61bc, URL: /sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar to file: /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:09:58.191Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210814080708-csar.csar 2021-08-14T08:09:58.369Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:09:58.370Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:09:59.358Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8376477246307372811/Definitions/service-Vfw20210814080708-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-08-14T08:10:02.074Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-14T08:10:02.080Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||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-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||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-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||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-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6a78a51-29dd 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-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-14T08:10:02.089Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.091Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:02.095Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:02.095Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-14T08:10:02.097Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:10:02.099Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.099Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:02.099Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:02.100Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-14T08:10:02.100Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:10:02.100Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.100Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:02.104Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.104Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria 2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-14T08:10:02.106Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-14T08:10:02.106Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-14T08:10:02.106Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.106Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:02.106Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-14T08:10:02.107Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:02.107Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-14T08:10:02.107Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.108Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-14T08:10:02.108Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.108Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-14T08:10:02.109Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.110Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:02.110Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:10:02.110Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.111Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:02.111Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:10:02.111Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.111Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:02.112Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:10:02.112Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.112Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria 2021-08-14T08:10:02.113Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-14T08:10:02.113Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-14T08:10:02.113Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-14T08:10:02.113Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-14T08:10:02.113Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-14T08:10:02.114Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.114Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:02.114Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-14T08:10:02.114Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:02.114Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-14T08:10:02.115Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.115Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fabd3fa7-da5b-497a-b1b2-af9f985a8a39 2021-08-14T08:10:02.115Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.115Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria 2021-08-14T08:10:02.116Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-14T08:10:02.116Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-14T08:10:02.116Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:02.116Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.116Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.117Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-14T08:10:02.117Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-14T08:10:02.117Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-14T08:10:02.117Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-14T08:10:02.118Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:02.118Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-14T08:10:02.118Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.118Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7efc8f15-e7af-4ca6-a7d1-7de4c498735e 2021-08-14T08:10:02.119Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.119Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria 2021-08-14T08:10:02.119Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-14T08:10:02.119Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-14T08:10:02.119Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:02.120Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.120Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.120Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-14T08:10:02.120Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-14T08:10:02.121Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-14T08:10:02.121Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-14T08:10:02.121Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-14T08:10:02.121Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:02.122Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-14T08:10:02.122Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=897cbfd2-b661-4b01-b24d-eaae4b9baef4 2021-08-14T08:10:02.122Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.122Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:02.123Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.123Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:02.123Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.123Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:02.123Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:02.124Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:02.124Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-14 08-07-08 Description:catalog service description Model UUID:f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc Model Version:NULL Model InvariantUuid:1a140ac0-57b1-46a6-87fa-e8da2dc5e514 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d6a78a51-29dd Model UUID:7451ed19-9dc8-403b-8c77-2d77b723a93b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:73f468e4-0986-42fc-9d5c-4279745a876b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3ab46e35-60fe-4504-9033-25045fee8d18 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6b5fc24c-41b6-49cb-a3ec-9e8567b3feba ModelName:VfwD6a78a5129dd..base_vfw..module-0 ModelUuid:01283ae7-ef12-43d6-abff-52f6625f6b68 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fabd3fa7-da5b-497a-b1b2-af9f985a8a39 ModelInvariantUuid:a607d86a-17c6-44b1-98ab-bf42bd800168 ModelName:vFW d6a78a51-29dd-nodes.vfwCvfc ModelUuid:c621a51d-feb3-4b38-a1c8-791b3c32f0bd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2d7ee651-494f-422b-8ccc-aef5fb2e3bf8 ModelInvariantUuid:ac1b5448-54d2-4cd2-8abf-9e5cd254f1c7 ModelName:VfwD6a78a5129dd.compute.nodes.heat.vfw ModelUuid:f3d6286f-ec07-4492-8593-205fa346d7f0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7efc8f15-e7af-4ca6-a7d1-7de4c498735e ModelInvariantUuid:4c5a9405-13b8-43dc-91f0-97abef5820ed ModelName:vFW d6a78a51-29dd-nodes.vsnCvfc ModelUuid:5135b6c0-d2a9-4b5d-9c8c-0dc1e0701ad1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ce2bbefb-65c4-4c9a-afe9-fb831d4fa551 ModelInvariantUuid:f6bc81b6-d11e-49ab-b6a8-83e6f1008857 ModelName:VfwD6a78a5129dd.compute.nodes.heat.vsn ModelUuid:f8b3a22f-3758-4b06-9978-7acffdfc9f1e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:897cbfd2-b661-4b01-b24d-eaae4b9baef4 ModelInvariantUuid:c6b3336b-b34d-4e0b-8355-cf27f365122f ModelName:vFW d6a78a51-29dd-nodes.vpgCvfc ModelUuid:4e042d93-3b0e-42bc-aeb0-b5270111147b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:010e8685-17d2-445a-9c5f-a0993c0bce02 ModelInvariantUuid:6a82d9fc-4834-46d7-81ca-0a00c05ad0b0 ModelName:VfwD6a78a5129dd.compute.nodes.heat.vpg ModelUuid:9d73a4a7-07f0-4b82-a596-5022a1a0d5ee 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-14T08:10:02.153Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5f20cea3-3372-412c-9add-b9dbc77e34e9 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-14T08:10:02.272Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||vFW d6a78a51-29dd 0 2021-08-14T08:10:02.279Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5f20cea3-3372-412c-9add-b9dbc77e34e9 2021-08-14T08:10:02.280Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 26f131cc-acf6-4081-87dd-a9bd41a90d86 from URL: /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json 2021-08-14T08:10:02.280Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-14T08:10:02.280Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json 2021-08-14T08:10:04.048Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-14T08:10:04.051Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json 26f131cc-acf6-4081-87dd-a9bd41a90d86 785 2021-08-14T08:10:04.051Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json ASDC sendASDCNotification 2021-08-14T08:10:04.051Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json 2021-08-14T08:10:04.051Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:10:04.052Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:10:04.062Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:10:04.062Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928604051, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:10:04.165Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-14T08:10:04.166Z||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-14T08:10:04.166Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:10:04.181Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:10:04.182Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:10:05.064Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD6a78a5129dd..base_vfw..module-0", "vfModuleModelInvariantUUID": "6b5fc24c-41b6-49cb-a3ec-9e8567b3feba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01283ae7-ef12-43d6-abff-52f6625f6b68", "vfModuleModelCustomizationUUID": "1e01027b-e55a-4e25-b86c-55a6f30e6ddf", "isBase": true, "artifacts": [ "b54528a5-64a7-44c1-b0fb-26cfbab3efe1", "cbf77eea-74ca-4303-bdbe-d715afa8a89b" ], "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-14T08:10:05.096Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD6a78a5129dd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01283ae7-ef12-43d6-abff-52f6625f6b68 VfModuleModelInvariantUUID:6b5fc24c-41b6-49cb-a3ec-9e8567b3feba VfModuleModelDescription:NULL Artifacts UUID List:{ b54528a5-64a7-44c1-b0fb-26cfbab3efe1 , cbf77eea-74ca-4303-bdbe-d715afa8a89b } 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-14T08:10:05.099Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD6a78a5129dd..base_vfw..module-0", "vfModuleModelInvariantUUID": "6b5fc24c-41b6-49cb-a3ec-9e8567b3feba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01283ae7-ef12-43d6-abff-52f6625f6b68", "vfModuleModelCustomizationUUID": "1e01027b-e55a-4e25-b86c-55a6f30e6ddf", "isBase": true, "artifacts": [ "b54528a5-64a7-44c1-b0fb-26cfbab3efe1", "cbf77eea-74ca-4303-bdbe-d715afa8a89b" ], "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-14T08:10:05.101Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD6a78a5129dd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01283ae7-ef12-43d6-abff-52f6625f6b68 VfModuleModelInvariantUUID:6b5fc24c-41b6-49cb-a3ec-9e8567b3feba VfModuleModelDescription:NULL Artifacts UUID List:{ b54528a5-64a7-44c1-b0fb-26cfbab3efe1 , cbf77eea-74ca-4303-bdbe-d715afa8a89b } 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-14T08:10:05.101Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b54528a5-64a7-44c1-b0fb-26cfbab3efe1 from URL: /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml 2021-08-14T08:10:05.101Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-14T08:10:05.101Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml 2021-08-14T08:10:05.664Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-14T08:10:05.665Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml b54528a5-64a7-44c1-b0fb-26cfbab3efe1 20368 2021-08-14T08:10:05.666Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-14T08:10:05.666Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml 2021-08-14T08:10:05.666Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:10:05.667Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:10:05.670Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:10:05.670Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928605666, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:10:05.771Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:10:05.773Z||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-14T08:10:05.773Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:10:05.783Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:10:05.784Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:10:06.671Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cbf77eea-74ca-4303-bdbe-d715afa8a89b from URL: /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env 2021-08-14T08:10:06.672Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-14T08:10:06.672Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env 2021-08-14T08:10:07.338Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-14T08:10:07.339Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env cbf77eea-74ca-4303-bdbe-d715afa8a89b 2098 2021-08-14T08:10:07.339Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-14T08:10:07.339Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env 2021-08-14T08:10:07.339Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:10:07.340Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:10:07.344Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:10:07.345Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928607339, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:10:07.445Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:10:07.446Z||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-14T08:10:07.446Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:10:07.458Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:10:07.458Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:10:08.347Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc 2021-08-14T08:10:08.350Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d6a78a51-29dd 0 5f20cea3-3372-412c-9add-b9dbc77e34e9 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-14T08:10:08.452Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.453Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:08.453Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-08-14T08:10:08.454Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3ab46e35-60fe-4504-9033-25045fee8d18 2021-08-14T08:10:08.455Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ab46e35-60fe-4504-9033-25045fee8d18 matches Tosca VF Customization UUID: 3ab46e35-60fe-4504-9033-25045fee8d18 2021-08-14T08:10:08.455Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3ab46e35-60fe-4504-9033-25045fee8d18 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-14T08:10:08.477Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.478Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:08.483Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3ab46e35-60fe-4504-9033-25045fee8d18: {\"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-14T08:10:08.484Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a04fe71 2021-08-14T08:10:08.484Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.486Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-14T08:10:08.494Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e01027b-e55a-4e25-b86c-55a6f30e6ddf 2021-08-14T08:10:08.496Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e01027b-e55a-4e25-b86c-55a6f30e6ddf 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-14T08:10:08.507Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.508Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:08.508Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:10:08.509Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.509Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:08.509Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:10:08.510Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.510Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria 2021-08-14T08:10:08.510Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-14T08:10:08.510Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-14T08:10:08.510Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-14T08:10:08.511Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-14T08:10:08.511Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-14T08:10:08.511Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-14T08:10:08.511Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:08.511Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-14T08:10:08.512Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:08.512Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-14T08:10:08.512Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-14T08:10:08.512Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fabd3fa7-da5b-497a-b1b2-af9f985a8a39 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-14T08:10:08.531Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.534Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:08.534Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:10:08.534Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.535Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria 2021-08-14T08:10:08.535Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-14T08:10:08.535Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-14T08:10:08.536Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:08.536Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-14T08:10:08.536Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-14T08:10:08.536Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-14T08:10:08.536Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7efc8f15-e7af-4ca6-a7d1-7de4c498735e 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-14T08:10:08.540Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.540Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:08.540Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:10:08.543Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.543Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria 2021-08-14T08:10:08.543Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-14T08:10:08.544Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-14T08:10:08.544Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:08.544Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-14T08:10:08.544Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-14T08:10:08.546Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-14T08:10:08.546Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=897cbfd2-b661-4b01-b24d-eaae4b9baef4 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-14T08:10:08.548Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.548Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:08.549Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:10:08.549Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.549Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria 2021-08-14T08:10:08.549Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=3ab46e35-60fe-4504-9033-25045fee8d18 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-14T08:10:08.551Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.552Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:08.552Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc: vFW d6a78a51-29dd 2021-08-14T08:10:08.552Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.552Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:08.553Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.553Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:08.553Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.553Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:08.553Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.554Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:08.554Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:10:08.554Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:10:08.554Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-08-14 08-07-08 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-14T08:10:08.856Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d6a78a51-29dd 5f20cea3-3372-412c-9add-b9dbc77e34e9 1 ASDC deployResourceStructure 2021-08-14T08:10:08.857Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json ASDC sendASDCNotification 2021-08-14T08:10:08.857Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json 2021-08-14T08:10:08.857Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:10:08.857Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:10:08.859Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:10:08.859Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928608857, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:10:08.960Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:10:08.961Z||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-14T08:10:08.961Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:10:08.987Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:10:08.988Z||pool-14-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:10:09.861Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-14T08:10:09.862Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml 2021-08-14T08:10:09.862Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:10:09.863Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:10:09.870Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:10:09.870Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928609860, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:10:09.965Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-08-14T08:10:09.967Z||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-14T08:10:09.967Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:10:09.980Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:10:09.982Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:10:10.872Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-14T08:10:10.873Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env 2021-08-14T08:10:10.873Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:10:10.874Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:10:10.877Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:10:10.877Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928610872, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-14T08:10:10.977Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:10:10.978Z||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-14T08:10:10.979Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:10:10.997Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:10:10.998Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:10:11.881Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar ASDC sendASDCNotification 2021-08-14T08:10:11.881Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar 2021-08-14T08:10:11.882Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:10:11.882Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:10:11.884Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:10:11.884Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928611881, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:10:11.985Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:10:11.986Z||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-14T08:10:11.986Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:10:12.004Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:10:12.005Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:10:12.887Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:10:12.914Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:10:12.916Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:10:12.917Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:10:12.917Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:10:42.918Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:10:42.939Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:10:42.941Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:10:42.942Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:10:42.942Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:10:47.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:10:47.977Z||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-14T08:10:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:10:48.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:10:48.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-14T08:10:48.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "policy-id", "timestamp": 1628928580867, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:10:48.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:12.944Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:11:12.981Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:11:12.985Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:11:12.985Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:11:12.985Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:11:42.986Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:11:43.018Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:11:43.029Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:11:43.029Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:11:43.030Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:11:47.973Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:11:47.975Z||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-14T08:11:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:11:48.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:11:48.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "ves-openapi-manager", "timestamp": 1628928586157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "aai-ml", "timestamp": 1628928581965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928588012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "dcae-sch", "timestamp": 1628928578028, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "policy-id", "timestamp": 1628928580867, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "aai-ml", "timestamp": 1628928581965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "ves-openapi-manager", "timestamp": 1628928586157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:11:48.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928588012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "dcae-sch", "timestamp": 1628928578028, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "policy-id", "timestamp": 1628928580867, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-14T08:11:48.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "ves-openapi-manager", "timestamp": 1628928586157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "aai-ml", "timestamp": 1628928581965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-14T08:11:48.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928588012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "dcae-sch", "timestamp": 1628928578028, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "policy-id", "timestamp": 1628928580867, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "clamp", "timestamp": 1628928590659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "aai-ml", "timestamp": 1628928581965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "ves-openapi-manager", "timestamp": 1628928586157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928588012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "dcae-sch", "timestamp": 1628928578028, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "policy-id", "timestamp": 1628928580867, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "clamp", "timestamp": 1628928590659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:11:48.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "aai-ml", "timestamp": 1628928581965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "ves-openapi-manager", "timestamp": 1628928586157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928588012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-14T08:11:48.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "dcae-sch", "timestamp": 1628928578028, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "cds", "timestamp": 1628928592263, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "policy-id", "timestamp": 1628928580867, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "clamp", "timestamp": 1628928590659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "aai-ml", "timestamp": 1628928581965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:11:48.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "ves-openapi-manager", "timestamp": 1628928586157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928588012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "dcae-sch", "timestamp": 1628928578028, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "cds", "timestamp": 1628928592263, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "policy-id", "timestamp": 1628928580867, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:11:48.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "clamp", "timestamp": 1628928590659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928587971, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:11:48.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928588012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:11:48.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "cds", "timestamp": 1628928592263, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928594627, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "clamp", "timestamp": 1628928590659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "aai-ml", "timestamp": 1628928595606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "policy-id", "timestamp": 1628928595719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "cds", "timestamp": 1628928592263, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928594627, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:11:48.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "clamp", "timestamp": 1628928590659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928596520, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "policy-id", "timestamp": 1628928596738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:11:48.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "cds", "timestamp": 1628928592263, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928597182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.612Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928594627, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-14T08:11:48.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "clamp", "timestamp": 1628928590659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:11:48.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "policy-id", "timestamp": 1628928597742, "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-14T08:11:48.628Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 2021-08-14T08:11:48.630Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:11:48.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "cds", "timestamp": 1628928592263, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928594627, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "cds", "timestamp": 1628928592263, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:11:48.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928594627, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-14T08:11:48.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928594627, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:11:48.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "cds", "timestamp": 1628928600397, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928594627, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:11:48.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-14T08:11:48.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "cds", "timestamp": 1628928601423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-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-14T08:11:48.669Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 2021-08-14T08:11:48.670Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:11:48.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928602174, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:11:48.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928603180, "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-14T08:11:48.691Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 2021-08-14T08:11:48.692Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:11:48.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928604051, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.702Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928604071, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.702Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928605666, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.702Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928605693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.703Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928607339, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928607354, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928608857, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:11:48.705Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928609631, "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-14T08:11:48.710Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 2021-08-14T08:11:48.710Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:11:48.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928609860, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:11:48.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "multicloud-k8s-id", "timestamp": 1628928610636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:11:48.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928610872, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-14T08:11:48.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928611881, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:11:48.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "aai-ml", "timestamp": 1628928612832, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:11:48.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "clamp", "timestamp": 1628928613692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:11:48.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "aai-ml", "timestamp": 1628928613843, "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-14T08:11:48.728Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 2021-08-14T08:11:48.729Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:11:48.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "clamp", "timestamp": 1628928615468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:11:48.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:11:48.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-14T08:11:48.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "clamp", "timestamp": 1628928616473, "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-14T08:11:48.745Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 2021-08-14T08:11:48.746Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:12:13.031Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:12:13.053Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:12:13.060Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:12:13.061Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-14T08:12:13.061Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-14T08:12:13.062Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-14T08:12:13.063Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:12:13.063Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:12:13.064Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:12:13.064Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:12:13.065Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:12:13.065Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:12:13.065Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-14T08:12:13.076Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-14T08:12:43.078Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 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-14T08:12:43.109Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and serviceModelVersionId: f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc 2021-08-14T08:12:43.110Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a140ac0-57b1-46a6-87fa-e8da2dc5e514 2021-08-14T08:12:47.973Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:12:47.974Z||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-14T08:12:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:12:57.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:12:59.565Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0 2021-08-14T08:12:59.692Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-08-14T08:13:00.285Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0|INFO|500||Invoke 2021-08-14T08:13:00.296Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e16ac5b-3e2d-4056-a9fc-7860c639ad85], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d0b9c19-aa18-4e03-a225-1750999a7596], X-ECOMP-RequestID=[5e16ac5b-3e2d-4056-a9fc-7860c639ad85], X-TransactionId=[], X-ONAP-RequestID=[5e16ac5b-3e2d-4056-a9fc-7860c639ad85], Content-Type=[application/merge-patch+json]} 2021-08-14T08:13:00.469Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-14T08:13:00.835Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?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/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210814-08:13:00:486-23932], vertex-id=[180240], Content-Length=[0], Date=[Sat, 14 Aug 2021 08:13:00 GMT], Content-Type=[application/json]} 2021-08-14T08:13:00.838Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-14T08:13:00.839Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0|INFO|500||InvokeReturn 2021-08-14T08:13:00.844Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-14T08:13:00.845Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||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-14T08:13:00.851Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-14T08:13:00.853Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-14T08:13:00.854Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-14T08:13:00.855Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:13:00.860Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:13:00.860Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928780853, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:13:00.958Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-08-14T08:13:00.959Z||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-14T08:13:00.959Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:13:00.972Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:13:00.972Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-14T08:13:01.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:13:01.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-14T08:13:01.876Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:13:12.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:13:12.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:13:12.268Z||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-14T08:13:12.268Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:13:21.828Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:13:21.832Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:13:21.834Z||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-14T08:13:21.834Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:13:31.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:13:47.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:13:47.971Z||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-14T08:13:47.971Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:13:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:13:47.974Z||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-14T08:13:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:13:48.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:13:48.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:13:48.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928780853, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:13:48.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:13:57.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:14:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:14:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:14:47.974Z||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-14T08:14:47.974Z||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-14T08:14:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:14:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:14:57.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:14:57.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:47.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:15:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:15:47.973Z||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-14T08:15:47.973Z||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-14T08:15:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:15:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:15:48.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:48.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-14T08:15:48.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8b759ba-3d89-4b3a-95c5-87c3709484e4","serviceName":"basic_onboard_ExjmWz","serviceVersion":"1.0","serviceUUID":"1f700eb6-5c3d-4407-8407-226e8f137eb5","serviceDescription":"service","serviceInvariantUUID":"ef43c1b0-5044-442e-9c1c-0d0fd5d2441c","resources":[{"resourceInstanceName":"basic_onboard_ExjmWz 0","resourceName":"basic_onboard_ExjmWz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"138f1ef9-af9b-407c-b9ad-aa85b4091c6b","resourceInvariantUUID":"f7427653-a48f-4252-9928-77496664c20f","resourceCustomizationUUID":"480e324e-9cd7-4b4b-bbf1-06767366a4a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml","artifactChecksum":"Zjc2NDYyMThmNTM2MzQyM2ZiMjNkOTc5ZTllNGNjZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fda2192f-516d-4a51-bff4-6f0e6742186d","artifactVersion":"1"},{"artifactName":"basic_onboard_exjmwz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json","artifactChecksum":"Yjc1NTUyYmUwOWNjYTk0NDdiNTA4ZWI5ODhjNWY1MTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df771a9e-82cb-4e17-b0d6-35f09ee1dcf0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a0ded18-d8a8-4c83-8823-a00e65d48967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21c06100-03f5-4952-8705-680da51682fa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"95e48ed3-e980-4abf-948f-6525dcfa1ea2","artifactVersion":"2","generatedFromUUID":"1a0ded18-d8a8-4c83-8823-a00e65d48967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardExjmwz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml","artifactChecksum":"YTdhMDcwMWYyNmMyYmZiZTNlODcwYTk4NzYxNmI4OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5a4c5b5-73ea-45d5-860e-80e8c1d6b967","artifactVersion":"1"},{"artifactName":"service-BasicOnboardExjmwz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar","artifactChecksum":"MTBlYzQ2ODE2ZGI2NTJhNDYyOTViOGE2ZmU5ZjA5OTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a17ce97-c6c7-4d17-8272-43b67ac28355","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-14T08:15:48.651Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:15:48.653Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:15:48.659Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:15:48.659Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:15:48.759Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:15:48.760Z||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-14T08:15:48.760Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:15:48.775Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:48.775Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:15:48.796Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:48.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:15:48.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "aai-ml", "timestamp": 1628928941965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:15:48.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:15:48.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:15:48.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "ves-openapi-manager", "timestamp": 1628928946157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:15:48.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:15:48.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:15:48.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "policy-id", "timestamp": 1628928940868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:15:48.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:15:49.659Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:15:49.661Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:15:49.663Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:15:49.663Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:15:49.763Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:15:49.764Z||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-14T08:15:49.764Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:15:49.779Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:49.779Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:15:50.663Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:15:50.664Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:15:50.674Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:15:50.674Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-14T08:15:50.774Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:15:50.775Z||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-14T08:15:50.776Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:15:50.788Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:50.788Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:15:51.675Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:15:51.677Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:15:51.679Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:15:51.679Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:15:51.780Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-14T08:15:51.782Z||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-14T08:15:51.782Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:15:51.795Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:51.796Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:15:52.686Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:15:52.692Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:15:52.695Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:15:52.695Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-14T08:15:52.794Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:15:52.797Z||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-14T08:15:52.797Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:15:52.815Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:52.815Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:15:53.695Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:15:53.696Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:15:53.699Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:15:53.699Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:15:53.800Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:15:53.801Z||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-14T08:15:53.801Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:15:53.817Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:53.817Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:15:54.701Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:15:54.703Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:15:54.716Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:15:54.717Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:15:54.806Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2021-08-14T08:15:54.807Z||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-14T08:15:54.807Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:15:54.822Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:54.822Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:15:55.719Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "serviceName": "basic_onboard_ExjmWz", "serviceVersion": "1.0", "serviceUUID": "1f700eb6-5c3d-4407-8407-226e8f137eb5", "serviceDescription": "service", "serviceInvariantUUID": "ef43c1b0-5044-442e-9c1c-0d0fd5d2441c", "resources": [ { "resourceInstanceName": "basic_onboard_ExjmWz 0", "resourceCustomizationUUID": "480e324e-9cd7-4b4b-bbf1-06767366a4a1", "resourceName": "basic_onboard_ExjmWz", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "138f1ef9-af9b-407c-b9ad-aa85b4091c6b", "resourceInvariantUUID": "f7427653-a48f-4252-9928-77496664c20f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_exjmwz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "artifactChecksum": "Yjc1NTUyYmUwOWNjYTk0NDdiNTA4ZWI5ODhjNWY1MTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "df771a9e-82cb-4e17-b0d6-35f09ee1dcf0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1a0ded18-d8a8-4c83-8823-a00e65d48967", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "95e48ed3-e980-4abf-948f-6525dcfa1ea2", "generatedFromUUID": "1a0ded18-d8a8-4c83-8823-a00e65d48967" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "95e48ed3-e980-4abf-948f-6525dcfa1ea2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardExjmwz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "artifactChecksum": "MTBlYzQ2ODE2ZGI2NTJhNDYyOTViOGE2ZmU5ZjA5OTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a17ce97-c6c7-4d17-8272-43b67ac28355" } ], "workloadContext": "Production" } 2021-08-14T08:15:55.719Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-14T08:15:55.719Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1f700eb6-5c3d-4407-8407-226e8f137eb5 ASDC 2021-08-14T08:15:55.721Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c8b759ba-3d89-4b3a-95c5-87c3709484e4 ServiceName:basic_onboard_ExjmWz ServiceVersion:1.0 ServiceUUID:1f700eb6-5c3d-4407-8407-226e8f137eb5 ServiceInvariantUUID:ef43c1b0-5044-442e-9c1c-0d0fd5d2441c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardExjmwz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar ArtifactUUID:5a17ce97-c6c7-4d17-8272-43b67ac28355 ArtifactChecksum:MTBlYzQ2ODE2ZGI2NTJhNDYyOTViOGE2ZmU5ZjA5OTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ExjmWz 0 ResourceCustomizationUUID:480e324e-9cd7-4b4b-bbf1-06767366a4a1 ResourceInvariantUUID:f7427653-a48f-4252-9928-77496664c20f ResourceName:basic_onboard_ExjmWz ResourceType:VF ResourceUUID:138f1ef9-af9b-407c-b9ad-aa85b4091c6b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_exjmwz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json ArtifactUUID:df771a9e-82cb-4e17-b0d6-35f09ee1dcf0 ArtifactChecksum:Yjc1NTUyYmUwOWNjYTk0NDdiNTA4ZWI5ODhjNWY1MTI= 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/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml ArtifactUUID:1a0ded18-d8a8-4c83-8823-a00e65d48967 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/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env ArtifactUUID:95e48ed3-e980-4abf-948f-6525dcfa1ea2 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/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env ArtifactUUID:95e48ed3-e980-4abf-948f-6525dcfa1ea2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-14T08:15:55.722Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f700eb6-5c3d-4407-8407-226e8f137eb5 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-14T08:15:55.769Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:15:55.770Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-14T08:15:55.770Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-14T08:15:55.771Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5a17ce97-c6c7-4d17-8272-43b67ac28355 from URL: /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:55.771Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-14T08:15:55.771Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:56.472Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-14T08:15:56.476Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar 5a17ce97-c6c7-4d17-8272-43b67ac28355 71381 2021-08-14T08:15:56.476Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar ASDC sendASDCNotification 2021-08-14T08:15:56.477Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:56.477Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:15:56.478Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:15:56.481Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:15:56.481Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928956476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:15:56.582Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:15:56.584Z||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-14T08:15:56.584Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:15:56.596Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:56.597Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:15:57.482Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:15:57.483Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-14T08:15:57.483Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5a17ce97-c6c7-4d17-8272-43b67ac28355, URL: /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar to file: /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:57.484Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:57.484Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:57.485Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:57.776Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP910585742862972194/Definitions/service-BasicOnboardExjmwz-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-14T08:15:59.188Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-14T08:15:59.188Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||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-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ExjmWz 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-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria 2021-08-14T08:15:59.191Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-14T08:15:59.191Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:15:59.192Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.192Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:15:59.192Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria 2021-08-14T08:15:59.192Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-14T08:15:59.192Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:15:59.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:15:59.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is not matching search criteria 2021-08-14T08:15:59.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria 2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria 2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria 2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is not matching search criteria 2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=50a7f117-a0dc-4f94-a0aa-0409878a0083 2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:15:59.198Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:15:59.198Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ExjmWz Description:service Model UUID:1f700eb6-5c3d-4407-8407-226e8f137eb5 Model Version:NULL Model InvariantUuid:ef43c1b0-5044-442e-9c1c-0d0fd5d2441c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ExjmWz Model UUID:d8d7d0cf-152f-439b-95e8-35f188f7f202 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f7427653-a48f-4252-9928-77496664c20f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:480e324e-9cd7-4b4b-bbf1-06767366a4a1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a9c14fce-5099-4fa4-b9aa-f93e7430dbf5 ModelName:BasicOnboardExjmwz..base_ubuntu18..module-0 ModelUuid:608d634c-370c-4c12-be81-52e596950518 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:50a7f117-a0dc-4f94-a0aa-0409878a0083 ModelInvariantUuid:70734032-da49-428d-aa6f-6305a1512925 ModelName:basic_onboard_ExjmWz-nodes.ubuntu18Cvfc ModelUuid:38ade440-4e35-4043-96a8-8687d51b521b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2b234599-bd8f-4ff6-b517-a677b704036f ModelInvariantUuid:9a3e7d7c-be3d-451d-afb2-39e7456d3d6b ModelName:BasicOnboardExjmwz.compute.nodes.heat.ubuntu18 ModelUuid:6adecb13-ec70-465d-aea3-4f368f2ae5d8 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-14T08:15:59.204Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 138f1ef9-af9b-407c-b9ad-aa85b4091c6b 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-14T08:15:59.208Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||basic_onboard_ExjmWz 0 2021-08-14T08:15:59.208Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 138f1ef9-af9b-407c-b9ad-aa85b4091c6b 2021-08-14T08:15:59.208Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: df771a9e-82cb-4e17-b0d6-35f09ee1dcf0 from URL: /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json 2021-08-14T08:15:59.209Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-14T08:15:59.209Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json 2021-08-14T08:15:59.583Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-14T08:15:59.583Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json df771a9e-82cb-4e17-b0d6-35f09ee1dcf0 798 2021-08-14T08:15:59.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json ASDC sendASDCNotification 2021-08-14T08:15:59.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json 2021-08-14T08:15:59.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:15:59.585Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:15:59.600Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:15:59.601Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928959584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:15:59.687Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2021-08-14T08:15:59.688Z||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-14T08:15:59.688Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:15:59.706Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:15:59.707Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:16:00.602Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardExjmwz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a9c14fce-5099-4fa4-b9aa-f93e7430dbf5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "608d634c-370c-4c12-be81-52e596950518", "vfModuleModelCustomizationUUID": "36e0b3fd-c8aa-416f-b2b6-73f6330e004e", "isBase": true, "artifacts": [ "1a0ded18-d8a8-4c83-8823-a00e65d48967", "95e48ed3-e980-4abf-948f-6525dcfa1ea2" ], "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-14T08:16:00.610Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardExjmwz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:608d634c-370c-4c12-be81-52e596950518 VfModuleModelInvariantUUID:a9c14fce-5099-4fa4-b9aa-f93e7430dbf5 VfModuleModelDescription:NULL Artifacts UUID List:{ 1a0ded18-d8a8-4c83-8823-a00e65d48967 , 95e48ed3-e980-4abf-948f-6525dcfa1ea2 } 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-14T08:16:00.615Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardExjmwz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a9c14fce-5099-4fa4-b9aa-f93e7430dbf5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "608d634c-370c-4c12-be81-52e596950518", "vfModuleModelCustomizationUUID": "36e0b3fd-c8aa-416f-b2b6-73f6330e004e", "isBase": true, "artifacts": [ "1a0ded18-d8a8-4c83-8823-a00e65d48967", "95e48ed3-e980-4abf-948f-6525dcfa1ea2" ], "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-14T08:16:00.616Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardExjmwz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:608d634c-370c-4c12-be81-52e596950518 VfModuleModelInvariantUUID:a9c14fce-5099-4fa4-b9aa-f93e7430dbf5 VfModuleModelDescription:NULL Artifacts UUID List:{ 1a0ded18-d8a8-4c83-8823-a00e65d48967 , 95e48ed3-e980-4abf-948f-6525dcfa1ea2 } 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-14T08:16:00.616Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1a0ded18-d8a8-4c83-8823-a00e65d48967 from URL: /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml 2021-08-14T08:16:00.617Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-14T08:16:00.617Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml 2021-08-14T08:16:01.135Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-14T08:16:01.135Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml 1a0ded18-d8a8-4c83-8823-a00e65d48967 5033 2021-08-14T08:16:01.136Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-14T08:16:01.136Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml 2021-08-14T08:16:01.136Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:16:01.137Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:16:01.139Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:16:01.139Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928961136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:16:01.239Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:16:01.241Z||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-14T08:16:01.241Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:16:01.252Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:16:01.253Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:16:02.140Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 95e48ed3-e980-4abf-948f-6525dcfa1ea2 from URL: /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env 2021-08-14T08:16:02.141Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-14T08:16:02.141Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env 2021-08-14T08:16:03.534Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-14T08:16:03.535Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env 95e48ed3-e980-4abf-948f-6525dcfa1ea2 909 2021-08-14T08:16:03.535Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-14T08:16:03.536Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env 2021-08-14T08:16:03.536Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:16:03.536Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:16:03.540Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:16:03.540Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928963535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:16:03.657Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms 2021-08-14T08:16:03.658Z||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-14T08:16:03.658Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:16:03.673Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:16:03.673Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:16:04.541Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1f700eb6-5c3d-4407-8407-226e8f137eb5 2021-08-14T08:16:04.541Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ExjmWz 0 138f1ef9-af9b-407c-b9ad-aa85b4091c6b 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-14T08:16:04.559Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.560Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:16:04.560Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-08-14T08:16:04.560Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 480e324e-9cd7-4b4b-bbf1-06767366a4a1 2021-08-14T08:16:04.560Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 480e324e-9cd7-4b4b-bbf1-06767366a4a1 matches Tosca VF Customization UUID: 480e324e-9cd7-4b4b-bbf1-06767366a4a1 2021-08-14T08:16:04.561Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 480e324e-9cd7-4b4b-bbf1-06767366a4a1 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-14T08:16:04.564Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.564Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:16:04.565Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 480e324e-9cd7-4b4b-bbf1-06767366a4a1: {\"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-14T08:16:04.565Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@755b7ed3 2021-08-14T08:16:04.565Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.565Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-14T08:16:04.566Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 36e0b3fd-c8aa-416f-b2b6-73f6330e004e 2021-08-14T08:16:04.566Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 36e0b3fd-c8aa-416f-b2b6-73f6330e004e 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-14T08:16:04.568Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.569Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria 2021-08-14T08:16:04.569Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:16:04.574Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.574Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria 2021-08-14T08:16:04.574Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:16:04.575Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.575Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is not matching search criteria 2021-08-14T08:16:04.575Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-14T08:16:04.576Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-14T08:16:04.576Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=50a7f117-a0dc-4f94-a0aa-0409878a0083 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-14T08:16:04.578Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.579Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria 2021-08-14T08:16:04.579Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:16:04.579Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.580Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria 2021-08-14T08:16:04.580Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=480e324e-9cd7-4b4b-bbf1-06767366a4a1 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-14T08:16:04.582Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.582Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:16:04.583Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1f700eb6-5c3d-4407-8407-226e8f137eb5: basic_onboard_ExjmWz 2021-08-14T08:16:04.583Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.583Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:16:04.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:16:04.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.585Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:16:04.585Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.585Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:16:04.586Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:16:04.586Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:16:04.586Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_ExjmWz 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-14T08:16:04.731Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ExjmWz 138f1ef9-af9b-407c-b9ad-aa85b4091c6b 1 ASDC deployResourceStructure 2021-08-14T08:16:04.733Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json ASDC sendASDCNotification 2021-08-14T08:16:04.734Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json 2021-08-14T08:16:04.734Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:16:04.735Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:16:04.740Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:16:04.741Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928964733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:16:04.848Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2021-08-14T08:16:04.849Z||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-14T08:16:04.849Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:16:04.871Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:16:04.872Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:16:05.744Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-14T08:16:05.744Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml 2021-08-14T08:16:05.745Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:16:05.745Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:16:05.748Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:16:05.749Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928965744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:16:05.849Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:16:05.849Z||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-14T08:16:05.850Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:16:05.861Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:16:05.861Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:16:06.750Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-14T08:16:06.751Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env 2021-08-14T08:16:06.752Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:16:06.753Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:16:06.755Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:16:06.756Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928966749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-14T08:16:06.856Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:16:06.857Z||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-14T08:16:06.857Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:16:06.873Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:16:06.874Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:16:07.757Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar ASDC sendASDCNotification 2021-08-14T08:16:07.758Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar 2021-08-14T08:16:07.758Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:16:07.758Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:16:07.760Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:16:07.761Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928967757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:16:07.861Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:16:07.862Z||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-14T08:16:07.862Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:16:07.873Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:16:07.873Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:16:08.763Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:16:08.775Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:16:08.784Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:16:08.785Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:16:08.785Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:16:38.787Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:16:38.820Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:16:38.824Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:16:38.824Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:16:38.825Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:16:47.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:16:47.975Z||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-14T08:16:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:16:48.004Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:16:48.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:16:48.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928948011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:16:48.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:17:08.826Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:17:08.843Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:17:08.849Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:17:08.849Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:17:08.850Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:17:38.852Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:17:38.880Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:17:38.883Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:17:38.883Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:17:38.883Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:17:47.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:17:47.974Z||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-14T08:17:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:17:48.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:17:48.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:17:48.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:17:48.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:08.883Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:18:08.898Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:18:08.902Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:18:08.902Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:18:08.902Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:18:38.903Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:18:38.950Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:18:38.964Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:18:38.964Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:18:38.965Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:18:47.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:18:47.974Z||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-14T08:18:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:18:48.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:18:48.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "aai-ml", "timestamp": 1628928941965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "ves-openapi-manager", "timestamp": 1628928946157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "policy-id", "timestamp": 1628928940868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928948011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:18:48.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "aai-ml", "timestamp": 1628928941965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "ves-openapi-manager", "timestamp": 1628928946157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "policy-id", "timestamp": 1628928940868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-14T08:18:48.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928948011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-14T08:18:48.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "clamp", "timestamp": 1628928950659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "aai-ml", "timestamp": 1628928941965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "ves-openapi-manager", "timestamp": 1628928946157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "policy-id", "timestamp": 1628928940868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928948011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "clamp", "timestamp": 1628928950659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:18:48.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "aai-ml", "timestamp": 1628928941965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "ves-openapi-manager", "timestamp": 1628928946157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "policy-id", "timestamp": 1628928940868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928948011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-14T08:18:48.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "cds", "timestamp": 1628928952264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "clamp", "timestamp": 1628928950659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "aai-ml", "timestamp": 1628928941965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "ves-openapi-manager", "timestamp": 1628928946157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "policy-id", "timestamp": 1628928940868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928948011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "cds", "timestamp": 1628928952264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "clamp", "timestamp": 1628928950659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "aai-ml", "timestamp": 1628928941965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:18:48.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "ves-openapi-manager", "timestamp": 1628928946157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "policy-id", "timestamp": 1628928940868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:18:48.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928948011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:18:48.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928947970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:18:48.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "cds", "timestamp": 1628928952264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928954628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "clamp", "timestamp": 1628928950659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "cds", "timestamp": 1628928952264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "aai-ml", "timestamp": 1628928956084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "policy-id", "timestamp": 1628928956194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928954628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:18:48.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "clamp", "timestamp": 1628928950659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928956476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928956491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "cds", "timestamp": 1628928952264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "policy-id", "timestamp": 1628928957204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:18:48.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928954628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-14T08:18:48.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "clamp", "timestamp": 1628928950659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:18:48.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "cds", "timestamp": 1628928952264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "policy-id", "timestamp": 1628928958208, "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-14T08:18:48.561Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4 2021-08-14T08:18:48.562Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:18:48.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928954628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "dcae-sch", "timestamp": 1628928958027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "cds", "timestamp": 1628928952264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:18:48.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928959078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:18:48.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928954628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-14T08:18:48.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928959584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "dcae-sch", "timestamp": 1628928958027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628928960082, "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-14T08:18:48.589Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4 2021-08-14T08:18:48.589Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:18:48.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928954628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "cds", "timestamp": 1628928960590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "dcae-sch", "timestamp": 1628928958027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928961136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928954628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:18:48.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "cds", "timestamp": 1628928961597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-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-14T08:18:48.607Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4 2021-08-14T08:18:48.608Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:18:48.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "dcae-sch", "timestamp": 1628928958027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "dcae-sch", "timestamp": 1628928958027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928963535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "dcae-sch", "timestamp": 1628928958027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928963823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "dcae-sch", "timestamp": 1628928958027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:18:48.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:18:48.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928964733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:18:48.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "aai-ml", "timestamp": 1628928965254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:18:48.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "clamp", "timestamp": 1628928965515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928965730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928965744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:18:48.623Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "aai-ml", "timestamp": 1628928966258, "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-14T08:18:48.630Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4 2021-08-14T08:18:48.630Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:18:48.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928966749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-14T08:18:48.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928967161, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:18:48.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "clamp", "timestamp": 1628928967530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:18:48.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628928967757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:18:48.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:18:48.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928968189, "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-14T08:18:48.658Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4 2021-08-14T08:18:48.658Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:18:48.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "clamp", "timestamp": 1628928968534, "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-14T08:18:48.671Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4 2021-08-14T08:18:48.672Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:18:48.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:18:48.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "multicloud-k8s-id", "timestamp": 1628928969192, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:18:48.681Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:19:08.965Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:19:08.986Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:19:08.994Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:19:08.994Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-14T08:19:08.994Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-14T08:19:08.994Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-14T08:19:08.994Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-14T08:19:09.003Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-14T08:19:39.004Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 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-14T08:19:39.026Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 and serviceModelVersionId: 1f700eb6-5c3d-4407-8407-226e8f137eb5 2021-08-14T08:19:39.026Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef43c1b0-5044-442e-9c1c-0d0fd5d2441c 2021-08-14T08:19:39.029Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0 2021-08-14T08:19:39.046Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-08-14T08:19:39.139Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?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-14T08:19:39.146Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0|INFO|500||Invoke 2021-08-14T08:19:39.182Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-14T08:19:39.323Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0|INFO|500||InvokeReturn 2021-08-14T08:19:39.323Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210814-08:19:39:202-75955], vertex-id=[163944], Content-Length=[0], Date=[Sat, 14 Aug 2021 08:19:39 GMT], Content-Type=[application/json]} 2021-08-14T08:19:39.323Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-08-14T08:19:39.323Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-14T08:19:39.324Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||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-14T08:19:39.344Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-14T08:19:39.345Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8b759ba-3d89-4b3a-95c5-87c3709484e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-14T08:19:39.345Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-14T08:19:39.346Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:19:39.348Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:19:39.348Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929179345, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:19:39.449Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-14T08:19:39.450Z||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-14T08:19:39.450Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:19:39.466Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:19:39.467Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-14T08:19:40.366Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:19:40.367Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T08:19:40.367Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T08:19:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:19:47.973Z||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-14T08:19:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:19:48.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:19:48.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:19:48.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929179345, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:19:48.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:19:50.619Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:19:50.623Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:19:50.623Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T08:19:50.623Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T08:20:00.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:20:00.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:20:00.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T08:20:00.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T08:20:09.739Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:20:09.740Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:20:09.740Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T08:20:09.740Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T08:20:19.294Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:20:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:20:47.971Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:20:47.976Z||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-14T08:20:47.976Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T08:20:47.976Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T08:20:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:20:57.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:20:57.543Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:21:47.970Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:21:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:21:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T08:21:47.974Z||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-14T08:21:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T08:21:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:21:57.541Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:21:57.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:22:47.971Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:22:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:22:47.977Z||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-14T08:22:47.977Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T08:22:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:22:47.977Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T08:22:57.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:22:57.556Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:23:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:23:47.971Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:23:47.976Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T08:23:47.976Z||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-14T08:23:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:23:47.976Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T08:23:57.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:23:57.546Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:24:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:24:47.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:24:47.978Z||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-14T08:24:47.978Z||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-14T08:24:47.978Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:24:47.978Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:24:57.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:24:57.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:25:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:25:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:25:47.977Z||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-14T08:25:47.977Z||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-14T08:25:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:25:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:25:57.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:25:57.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:26:47.969Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:26:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:26:47.972Z||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-14T08:26:47.972Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:26:47.973Z||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-14T08:26:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:26:57.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:26:57.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:27:47.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:27:47.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:27:47.974Z||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-14T08:27:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:27:47.974Z||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-14T08:27:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:27:57.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:27:57.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:28:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:28:47.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:28:47.974Z||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-14T08:28:47.974Z||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-14T08:28:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:28:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:28:57.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:28:57.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:29:47.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:29:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:29:47.974Z||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-14T08:29:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:29:47.974Z||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-14T08:29:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:29:57.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:29:57.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:30:47.972Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:30:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:30:47.974Z||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-14T08:30:47.974Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T08:30:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:30:47.974Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T08:30:57.587Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:30:57.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:31:47.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:31:47.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:31:47.975Z||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-14T08:31:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:31:47.975Z||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-14T08:31:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:31:48.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:31:48.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:31:48.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9e05693-3652-46a7-ac64-420d45ccf324","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"85727eea-df4e-4240-8dee-453b77bcf822","serviceDescription":"service","serviceInvariantUUID":"edccbea9-7381-44bb-9baf-c58b3eff973e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ada5384-9b67-4d0e-b7d0-06720238aaa0","resourceInvariantUUID":"202fb4fd-c1d7-43b2-a516-8ad9d200f925","resourceCustomizationUUID":"59fbe936-e936-4192-99f7-5262ab39befa","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":"NzRjMmY3MjdlMWRlNTYxNTBmZTI0OGM0M2Y2ZDUxZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31866243-69b4-401f-b561-d34f6fa7ccb4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjE1NWI1M2RhYTFlZTNlMTEwYzJhNmRmNThiZWM0ZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65ab81a6-4c95-4eb1-86f9-375072784f30","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-14T08:31:48.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "policy-id", "timestamp": 1628929860866, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "ves-openapi-manager", "timestamp": 1628929866157, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "dcae-sch", "timestamp": 1628929858027, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "cds", "timestamp": 1628929867263, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "ves-openapi-manager", "timestamp": 1628929866157, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "policy-id", "timestamp": 1628929860866, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:31:48.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "dcae-sch", "timestamp": 1628929858027, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "cds", "timestamp": 1628929867263, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:31:48.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "policy-id", "timestamp": 1628929871340, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:31:48.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:31:48.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "cds", "timestamp": 1628929871748, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:31:48.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:31:48.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "policy-id", "timestamp": 1628929872345, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:31:48.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:31:48.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.644Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:31:48.645Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:31:48.651Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:31:48.651Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929907971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "aai-ml", "timestamp": 1628929871965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "cds", "timestamp": 1628929872757, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-14T08:31:48.690Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9e05693-3652-46a7-ac64-420d45ccf324 2021-08-14T08:31:48.690Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e05693-3652-46a7-ac64-420d45ccf324 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-14T08:31:48.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "policy-id", "timestamp": 1628929873348, "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-14T08:31:48.705Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9e05693-3652-46a7-ac64-420d45ccf324 2021-08-14T08:31:48.705Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e05693-3652-46a7-ac64-420d45ccf324 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-14T08:31:48.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "aai-ml", "timestamp": 1628929871965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:31:48.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "multicloud-k8s-id", "timestamp": 1628929874627, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "aai-ml", "timestamp": 1628929875883, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:31:48.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:31:48.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "multicloud-k8s-id", "timestamp": 1628929874627, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:31:48.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929878011, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929878011, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:31:48.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "aai-ml", "timestamp": 1628929880467, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:31:48.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:31:48.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "clamp", "timestamp": 1628929880659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:31:48.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "aai-ml", "timestamp": 1628929881471, "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-14T08:31:48.726Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9e05693-3652-46a7-ac64-420d45ccf324 2021-08-14T08:31:48.726Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e05693-3652-46a7-ac64-420d45ccf324 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-14T08:31:48.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929882131, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:31:48.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:31:48.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "clamp", "timestamp": 1628929880659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:31:48.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:31:48.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929883792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:31:48.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:31:48.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929884799, "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-14T08:31:48.742Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9e05693-3652-46a7-ac64-420d45ccf324 2021-08-14T08:31:48.743Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e05693-3652-46a7-ac64-420d45ccf324 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-14T08:31:48.751Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:31:48.752Z||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-14T08:31:48.753Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:31:48.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "clamp", "timestamp": 1628929895673, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:31:48.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:31:48.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "clamp", "timestamp": 1628929898677, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:31:48.756Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:31:48.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:31:48.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "clamp", "timestamp": 1628929899680, "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-14T08:31:48.761Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9e05693-3652-46a7-ac64-420d45ccf324 2021-08-14T08:31:48.761Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e05693-3652-46a7-ac64-420d45ccf324 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=? 2021-08-14T08:31:48.770Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:31:48.771Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-14T08:31:49.652Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:31:49.653Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:31:49.657Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:31:49.657Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929907971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:31:49.757Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:31:49.758Z||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-14T08:31:49.758Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:31:49.777Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:31:49.778Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:31:50.658Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "85727eea-df4e-4240-8dee-453b77bcf822", "serviceDescription": "service", "serviceInvariantUUID": "edccbea9-7381-44bb-9baf-c58b3eff973e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "59fbe936-e936-4192-99f7-5262ab39befa", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9ada5384-9b67-4d0e-b7d0-06720238aaa0", "resourceInvariantUUID": "202fb4fd-c1d7-43b2-a516-8ad9d200f925", "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": "MjE1NWI1M2RhYTFlZTNlMTEwYzJhNmRmNThiZWM0ZGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65ab81a6-4c95-4eb1-86f9-375072784f30" } ], "workloadContext": "Production" } 2021-08-14T08:31:50.659Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-14T08:31:50.659Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 85727eea-df4e-4240-8dee-453b77bcf822 ASDC 2021-08-14T08:31:50.660Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:e9e05693-3652-46a7-ac64-420d45ccf324 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:85727eea-df4e-4240-8dee-453b77bcf822 ServiceInvariantUUID:edccbea9-7381-44bb-9baf-c58b3eff973e 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:65ab81a6-4c95-4eb1-86f9-375072784f30 ArtifactChecksum:MjE1NWI1M2RhYTFlZTNlMTEwYzJhNmRmNThiZWM0ZGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:59fbe936-e936-4192-99f7-5262ab39befa ResourceInvariantUUID:202fb4fd-c1d7-43b2-a516-8ad9d200f925 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9ada5384-9b67-4d0e-b7d0-06720238aaa0 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-08-14T08:31:50.660Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85727eea-df4e-4240-8dee-453b77bcf822 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-14T08:31:50.695Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:31:50.697Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-08-14T08:31:50.697Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-08-14T08:31:50.697Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 65ab81a6-4c95-4eb1-86f9-375072784f30 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-14T08:31:50.697Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-08-14T08:31:50.698Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-14T08:31:52.850Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-08-14T08:31:52.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65ab81a6-4c95-4eb1-86f9-375072784f30 52173 2021-08-14T08:31:52.854Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:52.854Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:52.854Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:31:52.855Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:31:52.860Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:31:52.860Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929912854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:31:52.961Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:31:52.962Z||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-14T08:31:52.962Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:31:52.978Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:31:52.978Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:31:53.861Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:31:53.863Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-08-14T08:31:53.863Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 65ab81a6-4c95-4eb1-86f9-375072784f30, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-14T08:31:53.864Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-08-14T08:31:53.864Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-14T08:31:53.865Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-14T08:31:54.097Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13116467257252248321/Definitions/service-BasicNetwork-template.yml 2021-08-14T08:31:54.670Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-14T08:31:54.671Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-08-14T08:31:54.671Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-14T08:31:54.672Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-08-14T08:31:54.672Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.672Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.672Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.673Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.673Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-14T08:31:54.673Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.673Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.673Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.674Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-08-14T08:31:54.674Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.674Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.675Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-14T08:31:54.675Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-08-14T08:31:54.675Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:31:54.676Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.676Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.676Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-14T08:31:54.676Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-08-14T08:31:54.677Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:31:54.677Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.677Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.677Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.678Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.678Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.678Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.679Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.679Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.679Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.680Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.680Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:85727eea-df4e-4240-8dee-453b77bcf822 Model Version:NULL Model InvariantUuid:edccbea9-7381-44bb-9baf-c58b3eff973e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:202fb4fd-c1d7-43b2-a516-8ad9d200f925 Model UUID:d2d9dc4e-2931-4fb7-9c18-314ba58daa96 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:59fbe936-e936-4192-99f7-5262ab39befa 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-14T08:31:54.690Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 9ada5384-9b67-4d0e-b7d0-06720238aaa0 2021-08-14T08:31:54.695Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||No resources found for Service: 85727eea-df4e-4240-8dee-453b77bcf822 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-14T08:31:54.705Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| 2021-08-14T08:31:54.706Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-08-14T08:31:54.707Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 85727eea-df4e-4240-8dee-453b77bcf822 2021-08-14T08:31:54.707Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 85727eea-df4e-4240-8dee-453b77bcf822 2021-08-14T08:31:54.707Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-08-14T08:31:54.708Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.720Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.721Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.721Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.722Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.722Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 85727eea-df4e-4240-8dee-453b77bcf822: Generic NeutronNet 2021-08-14T08:31:54.722Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.723Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.723Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.723Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.762Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.762Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.763Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.763Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.764Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:31:54.764Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:31:54.765Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.827Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-08-14T08:31:54.828Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.828Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:31:54.828Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:31:54.828Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:31:54.830Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:31:54.830Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929914828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:31:54.930Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:31:54.931Z||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-14T08:31:54.931Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:31:54.950Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:31:54.950Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:31:55.832Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e05693-3652-46a7-ac64-420d45ccf324 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:31:55.848Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e05693-3652-46a7-ac64-420d45ccf324 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-14T08:31:55.852Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:31:55.854Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:31:55.854Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-14T08:31:55.868Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-14T08:32:25.871Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9e05693-3652-46a7-ac64-420d45ccf324 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-14T08:32:25.888Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9e05693-3652-46a7-ac64-420d45ccf324 and serviceModelVersionId: 85727eea-df4e-4240-8dee-453b77bcf822 2021-08-14T08:32:25.889Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : edccbea9-7381-44bb-9baf-c58b3eff973e 2021-08-14T08:32:25.891Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0 2021-08-14T08:32:25.901Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-08-14T08:32:25.971Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?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-14T08:32:25.975Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0|INFO|500||Invoke 2021-08-14T08:32:26.002Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-14T08:32:26.346Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0|INFO|500||InvokeReturn 2021-08-14T08:32:26.346Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210814-08:32:26:019-58045], vertex-id=[200816], Content-Length=[0], Date=[Sat, 14 Aug 2021 08:32:26 GMT], Content-Type=[application/json]} 2021-08-14T08:32:26.351Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-08-14T08:32:26.351Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-14T08:32:26.352Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||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-14T08:32:26.357Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-14T08:32:26.358Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9e05693-3652-46a7-ac64-420d45ccf324 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-14T08:32:26.359Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-14T08:32:26.360Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:32:26.363Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:32:26.363Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929946358, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:32:26.463Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:32:26.465Z||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-14T08:32:26.465Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:32:26.482Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:32:26.483Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-14T08:32:47.970Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:32:47.971Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:32:47.972Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:32:47.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:32:47.973Z||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-14T08:32:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:32:48.106Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:32:48.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:32:48.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929907971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:32:48.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:32:57.526Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:47.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:33:47.973Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:33:47.976Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:33:47.977Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:33:47.976Z||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-14T08:33:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:33:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:33:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929907971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929912854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929914828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628929946358, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:33:48.027Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:33:48.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:48.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:33:48.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9013094a-45e1-4c79-a1b0-4ce3f40cfcc7","serviceDescription":"service","serviceInvariantUUID":"07f9ea42-c42e-45c1-bacb-3c1d7ea356ec","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e339e5c8-12af-47b7-b16f-3eed39a0bf95","resourceInvariantUUID":"a2bb8fbd-4d7a-4769-bee2-07e506fa8001","resourceCustomizationUUID":"484ae288-cfdc-4a0e-9895-f9ea77f95c2e","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":"YzE1NmQzZTEzODEwNGRiMTk5NWI5NTA1YjlkZDk0MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d876a18e-4c37-42d5-96e4-6a128c03295f","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":"NmM4Mjc3ODVjY2ZiYmY5NGNlMzBmODNmMzA0MDBmOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"85012b80-196d-469a-b21d-6b0d5c9c32fe","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":"513f51ee-939f-4c1d-9874-77faa8890559","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":"2bd29c05-3a4d-4ae6-b8b6-c390d058ae5e","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":"NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e53328f9-de0a-4ff3-9926-bc61427b7bfc","artifactVersion":"2","generatedFromUUID":"513f51ee-939f-4c1d-9874-77faa8890559"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmZiNTUwMmM1OWJiZDI1NDIxODVjNDMxMzVjNzEzYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df1e326a-f54f-408e-890a-c0dacc0dd591","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzcwZmUxMDc1YjQyOWQ1MDBiZTBjNWQxZmE2ZTk2NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08284150-1c58-4945-a1a4-82a84768d6e9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-14T08:33:48.652Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:33:48.653Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:33:48.671Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:33:48.671Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:33:48.771Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:33:48.773Z||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-14T08:33:48.773Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:33:48.803Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:48.805Z||pool-40-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:33:49.672Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:33:49.673Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:33:49.674Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:33:49.675Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:33:49.781Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-08-14T08:33:49.782Z||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-14T08:33:49.782Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:33:49.792Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:49.793Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:33:50.676Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:33:50.677Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:33:50.679Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:33:50.679Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-14T08:33:50.779Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:33:50.780Z||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-14T08:33:50.780Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:33:50.791Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:50.792Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:33:51.680Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:33:51.682Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:33:51.684Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:33:51.684Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:33:51.785Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:33:51.786Z||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-14T08:33:51.786Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:33:51.799Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:51.799Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:33:52.685Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:33:52.687Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:33:52.689Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:33:52.689Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-14T08:33:52.789Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:33:52.790Z||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-14T08:33:52.790Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:33:52.801Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:52.801Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:33:53.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:33:53.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:33:53.692Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:33:53.692Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:33:53.793Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:33:53.794Z||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-14T08:33:53.794Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:33:53.805Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:53.806Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:33:54.695Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:33:54.696Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:33:54.705Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:33:54.705Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:33:54.800Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-08-14T08:33:54.801Z||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-14T08:33:54.801Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:33:54.826Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:54.826Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:33:55.706Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "9013094a-45e1-4c79-a1b0-4ce3f40cfcc7", "serviceDescription": "service", "serviceInvariantUUID": "07f9ea42-c42e-45c1-bacb-3c1d7ea356ec", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "484ae288-cfdc-4a0e-9895-f9ea77f95c2e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e339e5c8-12af-47b7-b16f-3eed39a0bf95", "resourceInvariantUUID": "a2bb8fbd-4d7a-4769-bee2-07e506fa8001", "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": "NmM4Mjc3ODVjY2ZiYmY5NGNlMzBmODNmMzA0MDBmOGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "85012b80-196d-469a-b21d-6b0d5c9c32fe", "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": "513f51ee-939f-4c1d-9874-77faa8890559", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e53328f9-de0a-4ff3-9926-bc61427b7bfc", "generatedFromUUID": "513f51ee-939f-4c1d-9874-77faa8890559" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e53328f9-de0a-4ff3-9926-bc61427b7bfc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YzcwZmUxMDc1YjQyOWQ1MDBiZTBjNWQxZmE2ZTk2NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "08284150-1c58-4945-a1a4-82a84768d6e9" } ], "workloadContext": "Production" } 2021-08-14T08:33:55.707Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-14T08:33:55.707Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9013094a-45e1-4c79-a1b0-4ce3f40cfcc7 ASDC 2021-08-14T08:33:55.709Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:9013094a-45e1-4c79-a1b0-4ce3f40cfcc7 ServiceInvariantUUID:07f9ea42-c42e-45c1-bacb-3c1d7ea356ec 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:08284150-1c58-4945-a1a4-82a84768d6e9 ArtifactChecksum:YzcwZmUxMDc1YjQyOWQ1MDBiZTBjNWQxZmE2ZTk2NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:484ae288-cfdc-4a0e-9895-f9ea77f95c2e ResourceInvariantUUID:a2bb8fbd-4d7a-4769-bee2-07e506fa8001 ResourceName:basic_vm ResourceType:VF ResourceUUID:e339e5c8-12af-47b7-b16f-3eed39a0bf95 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:85012b80-196d-469a-b21d-6b0d5c9c32fe ArtifactChecksum:NmM4Mjc3ODVjY2ZiYmY5NGNlMzBmODNmMzA0MDBmOGI= 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:513f51ee-939f-4c1d-9874-77faa8890559 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:e53328f9-de0a-4ff3-9926-bc61427b7bfc ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE= 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:e53328f9-de0a-4ff3-9926-bc61427b7bfc ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-14T08:33:55.709Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9013094a-45e1-4c79-a1b0-4ce3f40cfcc7 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-14T08:33:55.751Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:33:55.752Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-14T08:33:55.752Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-14T08:33:55.752Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 08284150-1c58-4945-a1a4-82a84768d6e9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-14T08:33:55.752Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:33:55.753Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-14T08:33:56.761Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:33:56.765Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 08284150-1c58-4945-a1a4-82a84768d6e9 70837 2021-08-14T08:33:56.765Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:33:56.765Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:33:56.765Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:33:56.767Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:33:56.771Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:33:56.771Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930036765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:33:56.871Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:33:56.872Z||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-14T08:33:56.873Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:33:56.884Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:33:56.885Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:33:57.772Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:33:57.773Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-14T08:33:57.773Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 08284150-1c58-4945-a1a4-82a84768d6e9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-14T08:33:57.773Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-08-14T08:33:57.774Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-14T08:33:57.774Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-08-14T08:33:58.059Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12501996304667006429/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-14T08:33:59.416Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-14T08:33:59.416Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-14T08:33:59.416Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-14T08:33:59.416Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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-BasicVm-csar.csar 2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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-BasicVm-csar.csar 2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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-BasicVm-csar.csar 2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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-BasicVm-csar.csar 2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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-BasicVm-csar.csar 2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-14T08:33:59.418Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.418Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:33:59.418Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-14T08:33:59.419Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-14T08:33:59.419Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.422Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-14T08:33:59.422Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.423Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-14T08:33:59.423Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:33:59.423Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.425Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-14T08:33:59.425Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-14T08:33:59.425Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-14T08:33:59.425Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6b522075-7510-4ce2-b713-19b040ac90ad 2021-08-14T08:33:59.425Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.425Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:33:59.425Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.425Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:33:59.426Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.426Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:33:59.426Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:33:59.426Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:33:59.426Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:9013094a-45e1-4c79-a1b0-4ce3f40cfcc7 Model Version:NULL Model InvariantUuid:07f9ea42-c42e-45c1-bacb-3c1d7ea356ec Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5669a1bf-a50f-4550-8b3c-86515735b11a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a2bb8fbd-4d7a-4769-bee2-07e506fa8001 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:484ae288-cfdc-4a0e-9895-f9ea77f95c2e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:38fe3069-2900-4332-a5f1-6801844d91d3 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:04499309-ee2f-44d1-8502-b1dfb4cf5aec ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6b522075-7510-4ce2-b713-19b040ac90ad ModelInvariantUuid:cfcdd553-2042-4616-b47e-49573150581e ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:1a4ec90b-40f9-4ffb-bc5f-21c5b759910d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:1b4b7070-e480-4a1a-850b-c279307275d9 ModelInvariantUuid:83571438-088e-48c5-ac5d-6d30173c1b57 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:d58dcbfb-c97b-4378-b140-1f87c8a82f31 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-14T08:33:59.432Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e339e5c8-12af-47b7-b16f-3eed39a0bf95 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-14T08:33:59.437Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||basic_vm 0 2021-08-14T08:33:59.438Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e339e5c8-12af-47b7-b16f-3eed39a0bf95 2021-08-14T08:33:59.438Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 85012b80-196d-469a-b21d-6b0d5c9c32fe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-14T08:33:59.438Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:33:59.438Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:00.157Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:34:00.158Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 85012b80-196d-469a-b21d-6b0d5c9c32fe 787 2021-08-14T08:34:00.158Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:00.158Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:00.158Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:34:00.158Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:34:00.160Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:34:00.160Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930040158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:34:00.260Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:34:00.261Z||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-14T08:34:00.262Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:34:00.275Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:34:00.276Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:34:01.161Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "38fe3069-2900-4332-a5f1-6801844d91d3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04499309-ee2f-44d1-8502-b1dfb4cf5aec", "vfModuleModelCustomizationUUID": "00faf3ab-2e1a-4001-88c5-4022624a814f", "isBase": true, "artifacts": [ "513f51ee-939f-4c1d-9874-77faa8890559", "e53328f9-de0a-4ff3-9926-bc61427b7bfc" ], "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-14T08:34:01.166Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04499309-ee2f-44d1-8502-b1dfb4cf5aec VfModuleModelInvariantUUID:38fe3069-2900-4332-a5f1-6801844d91d3 VfModuleModelDescription:NULL Artifacts UUID List:{ 513f51ee-939f-4c1d-9874-77faa8890559 , e53328f9-de0a-4ff3-9926-bc61427b7bfc } 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-14T08:34:01.168Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "38fe3069-2900-4332-a5f1-6801844d91d3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04499309-ee2f-44d1-8502-b1dfb4cf5aec", "vfModuleModelCustomizationUUID": "00faf3ab-2e1a-4001-88c5-4022624a814f", "isBase": true, "artifacts": [ "513f51ee-939f-4c1d-9874-77faa8890559", "e53328f9-de0a-4ff3-9926-bc61427b7bfc" ], "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-14T08:34:01.168Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04499309-ee2f-44d1-8502-b1dfb4cf5aec VfModuleModelInvariantUUID:38fe3069-2900-4332-a5f1-6801844d91d3 VfModuleModelDescription:NULL Artifacts UUID List:{ 513f51ee-939f-4c1d-9874-77faa8890559 , e53328f9-de0a-4ff3-9926-bc61427b7bfc } 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-14T08:34:01.169Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 513f51ee-939f-4c1d-9874-77faa8890559 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-14T08:34:01.169Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:34:01.169Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:02.125Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:34:02.125Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 513f51ee-939f-4c1d-9874-77faa8890559 5033 2021-08-14T08:34:02.126Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:02.126Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:02.126Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:34:02.127Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:34:02.129Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:34:02.129Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930042126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:34:02.234Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-08-14T08:34:02.235Z||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-14T08:34:02.235Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:34:02.248Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:34:02.249Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:34:03.137Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e53328f9-de0a-4ff3-9926-bc61427b7bfc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-14T08:34:03.141Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:34:03.142Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:04.241Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:34:04.243Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e53328f9-de0a-4ff3-9926-bc61427b7bfc 902 2021-08-14T08:34:04.245Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:04.245Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:04.246Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:34:04.246Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:34:04.251Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:34:04.251Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930044245, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:34:04.357Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-08-14T08:34:04.359Z||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-14T08:34:04.359Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:34:04.381Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:34:04.382Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:34:05.252Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9013094a-45e1-4c79-a1b0-4ce3f40cfcc7 2021-08-14T08:34:05.253Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e339e5c8-12af-47b7-b16f-3eed39a0bf95 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-14T08:34:05.285Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.285Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:34:05.286Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-08-14T08:34:05.286Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 484ae288-cfdc-4a0e-9895-f9ea77f95c2e 2021-08-14T08:34:05.286Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 484ae288-cfdc-4a0e-9895-f9ea77f95c2e matches Tosca VF Customization UUID: 484ae288-cfdc-4a0e-9895-f9ea77f95c2e 2021-08-14T08:34:05.286Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 484ae288-cfdc-4a0e-9895-f9ea77f95c2e 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-14T08:34:05.288Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.288Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:34:05.289Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 484ae288-cfdc-4a0e-9895-f9ea77f95c2e: {\"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_2004\",\"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-14T08:34:05.289Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1634dfca 2021-08-14T08:34:05.289Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.289Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-14T08:34:05.290Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00faf3ab-2e1a-4001-88c5-4022624a814f 2021-08-14T08:34:05.290Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00faf3ab-2e1a-4001-88c5-4022624a814f 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-14T08:34:05.292Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.292Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-14T08:34:05.293Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:34:05.293Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.293Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-14T08:34:05.294Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:34:05.294Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.294Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-14T08:34:05.294Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-14T08:34:05.294Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-14T08:34:05.294Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6b522075-7510-4ce2-b713-19b040ac90ad 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-14T08:34:05.298Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.298Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-14T08:34:05.298Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:34:05.298Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.298Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-14T08:34:05.298Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=484ae288-cfdc-4a0e-9895-f9ea77f95c2e 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-14T08:34:05.300Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.301Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:34:05.301Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9013094a-45e1-4c79-a1b0-4ce3f40cfcc7: basic_vm 2021-08-14T08:34:05.301Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.302Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:34:05.302Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.302Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:34:05.302Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.302Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:34:05.302Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.302Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:34:05.303Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:34:05.303Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:34:05.303Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:05.410Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e339e5c8-12af-47b7-b16f-3eed39a0bf95 1 ASDC deployResourceStructure 2021-08-14T08:34:05.411Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:05.413Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:05.413Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:34:05.413Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:34:05.418Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:34:05.418Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930045411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:34:05.517Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:34:05.518Z||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-14T08:34:05.519Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:34:05.536Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:34:05.537Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:34:06.422Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:06.423Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:06.423Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:34:06.423Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:34:06.425Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:34:06.425Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930046422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:34:06.526Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:34:06.528Z||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-14T08:34:06.528Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:34:06.542Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:34:06.543Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:34:07.428Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:07.429Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:07.429Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:34:07.429Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:34:07.434Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:34:07.434Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930047428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-14T08:34:07.540Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-08-14T08:34:07.542Z||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-14T08:34:07.542Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:34:07.663Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:34:07.664Z||pool-53-thread-1|||||INFO|500||cambria reply ok (124 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:34:08.435Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:08.436Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||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-14T08:34:08.437Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:34:08.437Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:34:08.439Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:34:08.439Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930048435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:34:08.540Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-14T08:34:08.541Z||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-14T08:34:08.542Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:34:08.557Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:34:08.557Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:34:09.448Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:34:09.460Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:34:09.463Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:34:09.463Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:34:09.463Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:34:39.464Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:34:39.478Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:34:39.481Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:34:39.481Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:34:39.481Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:34:47.973Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:34:47.974Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:34:47.974Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:34:48.003Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:34:48.006Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.006Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "clamp", "timestamp": 1628930000659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.008Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.008Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.008Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "dcae-sch", "timestamp": 1628929998027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.008Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.008Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.008Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929998012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.008Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.008Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.008Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "cds", "timestamp": 1628930002263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.009Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.009Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.009Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "policy-id", "timestamp": 1628930000866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.009Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.009Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.009Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "ves-openapi-manager", "timestamp": 1628930006157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.009Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.010Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.010Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "clamp", "timestamp": 1628930000659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:34:48.010Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.010Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.011Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "dcae-sch", "timestamp": 1628929998027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.011Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.011Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.011Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "cds", "timestamp": 1628930002263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.012Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.012Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.012Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929998012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.012Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.012Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.013Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "policy-id", "timestamp": 1628930000866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.013Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.013Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.013Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "ves-openapi-manager", "timestamp": 1628930006157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.013Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.013Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.013Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "dcae-sch", "timestamp": 1628929998027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.013Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.013Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.013Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "clamp", "timestamp": 1628930000659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.014Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.014Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.014Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "cds", "timestamp": 1628930002263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.014Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.014Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.014Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929998012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.014Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.014Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.015Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "policy-id", "timestamp": 1628930000866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-14T08:34:48.015Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.015Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.015Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "ves-openapi-manager", "timestamp": 1628930006157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.015Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.015Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.015Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "clamp", "timestamp": 1628930000659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.015Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.015Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.015Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "dcae-sch", "timestamp": 1628929998027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.016Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.016Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.016Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929998012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.016Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.016Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.016Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "cds", "timestamp": 1628930002263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.016Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.017Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.017Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "policy-id", "timestamp": 1628930000866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.017Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.017Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.017Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "ves-openapi-manager", "timestamp": 1628930006157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.017Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.017Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.018Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "clamp", "timestamp": 1628930000659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.018Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.018Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.018Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "dcae-sch", "timestamp": 1628929998027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.018Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.018Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.018Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "cds", "timestamp": 1628930002263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.018Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.018Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.018Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929998012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.019Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.019Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.019Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "policy-id", "timestamp": 1628930000866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.019Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.020Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.020Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "ves-openapi-manager", "timestamp": 1628930006157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.020Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.020Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.020Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "clamp", "timestamp": 1628930000659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.020Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.020Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.020Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "dcae-sch", "timestamp": 1628929998027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.020Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.021Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.021Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "cds", "timestamp": 1628930002263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.021Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.021Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.021Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929998012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "policy-id", "timestamp": 1628930000866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "ves-openapi-manager", "timestamp": 1628930006157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "clamp", "timestamp": 1628930000659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:34:48.023Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.023Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.023Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "dcae-sch", "timestamp": 1628929998027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.023Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.023Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.023Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "cds", "timestamp": 1628930002263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:34:48.023Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.023Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.023Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628929998012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:34:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "policy-id", "timestamp": 1628930000866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:34:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "ves-openapi-manager", "timestamp": 1628930006157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "policy-id", "timestamp": 1628930014766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:34:48.025Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:34:48.025Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.025Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930014975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:34:48.025Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:34:48.025Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.025Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "cds", "timestamp": 1628930014982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:34:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:34:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930014627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "policy-id", "timestamp": 1628930015777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:34:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:34:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "cds", "timestamp": 1628930016006, "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-14T08:34:48.033Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 2021-08-14T08:34:48.033Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:34:48.044Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.044Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930014627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:34:48.044Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.044Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.044Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "policy-id", "timestamp": 1628930016785, "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-14T08:34:48.048Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 2021-08-14T08:34:48.049Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:34:48.056Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.063Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930014627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-14T08:34:48.063Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.063Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.063Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930017771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:34:48.064Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:34:48.064Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.064Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930014627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.064Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.064Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.065Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930018775, "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-14T08:34:48.071Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 2021-08-14T08:34:48.071Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:34:48.086Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.087Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930014627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-14T08:34:48.088Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.089Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.089Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930014627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.089Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.090Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.090Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930014627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:34:48.090Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.091Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.091Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "aai-ml", "timestamp": 1628930021965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.091Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.091Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.091Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930023551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:34:48.091Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:34:48.092Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.092Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "aai-ml", "timestamp": 1628930021965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.092Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.092Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.092Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "clamp", "timestamp": 1628930023702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:34:48.093Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:34:48.093Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.093Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "aai-ml", "timestamp": 1628930021965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.093Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.093Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.093Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "aai-ml", "timestamp": 1628930021965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.094Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.094Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.094Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "clamp", "timestamp": 1628930025710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:34:48.094Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:34:48.094Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.094Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930026051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:34:48.095Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:34:48.095Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.095Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "aai-ml", "timestamp": 1628930021965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.095Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:34:48.095Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.095Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "clamp", "timestamp": 1628930026731, "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-14T08:34:48.103Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 2021-08-14T08:34:48.103Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:34:48.116Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:34:48.117Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "aai-ml", "timestamp": 1628930021965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:34:48.117Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:35:09.482Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:35:09.521Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:35:09.524Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:35:09.524Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:35:09.524Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:35:39.524Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:35:39.539Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:35:39.542Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:35:39.542Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:35:39.543Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:35:47.974Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:35:47.977Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:35:47.977Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:35:48.020Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:35:48.021Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:35:48.021Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930028374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:35:48.023Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:09.543Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:36:09.571Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:36:09.575Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:36:09.575Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:36:09.575Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:36:39.576Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:36:39.590Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:36:39.601Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:36:39.601Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:36:39.601Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:36:47.972Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:36:47.975Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:36:47.975Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:36:48.504Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:36:48.507Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.507Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "aai-ml", "timestamp": 1628930021965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:36:48.510Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.510Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.510Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.510Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.510Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.510Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930029417, "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-14T08:36:48.546Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 2021-08-14T08:36:48.547Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:36:48.571Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.571Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:36:48.571Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "multicloud-k8s-id", "timestamp": 1628930030421, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "aai-ml", "timestamp": 1628930032064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930027973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930036765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.574Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.574Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.574Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930040158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.574Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.574Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.574Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "aai-ml", "timestamp": 1628930040468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.574Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.574Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.574Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "aai-ml", "timestamp": 1628930041472, "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-14T08:36:48.581Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 2021-08-14T08:36:48.582Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:36:48.593Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.594Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930042126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.594Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.594Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.594Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930044245, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.594Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.594Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.594Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930045411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.594Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.594Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.595Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930046422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.595Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.595Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.595Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930047428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.595Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.595Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.595Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930048435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.595Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.595Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.595Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930051965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.596Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.596Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.596Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930058014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.596Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.596Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.596Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "dcae-sch", "timestamp": 1628930058026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.596Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.596Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.597Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930054627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.597Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.597Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.597Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930051965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.597Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.597Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.597Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930058014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.597Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.597Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.597Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "dcae-sch", "timestamp": 1628930058026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.598Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.598Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.598Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930054627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-14T08:36:48.598Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.598Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.598Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930060659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.598Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.598Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.598Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930051965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.598Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.599Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.599Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "dcae-sch", "timestamp": 1628930058026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.599Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.599Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.599Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930058014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.599Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.599Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.599Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930054627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-14T08:36:48.599Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.599Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.600Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930060867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.600Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.600Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.600Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930060659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.600Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.600Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.600Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930051965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.600Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930058014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "dcae-sch", "timestamp": 1628930058026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930054627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.601Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930060867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.602Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.602Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.602Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930062263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.602Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.602Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.602Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930060659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.602Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.602Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.602Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930058014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.602Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.603Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.603Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930051965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.603Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.603Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.603Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "dcae-sch", "timestamp": 1628930058026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.603Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.603Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.603Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930054627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-14T08:36:48.603Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.603Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.604Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930060867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.604Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.604Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.604Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930062263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.604Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.604Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.604Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930060659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:36:48.604Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930058014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930051965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "dcae-sch", "timestamp": 1628930058026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.606Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930054627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.606Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.607Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.607Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930060867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.607Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.607Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.607Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930062263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.607Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.607Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.607Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930060659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.607Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.607Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.608Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930051965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.608Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.608Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.608Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930058014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.608Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.608Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.609Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "dcae-sch", "timestamp": 1628930058026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.609Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.609Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.609Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930054627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-14T08:36:48.609Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.609Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.609Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930060867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-14T08:36:48.610Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.610Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.610Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930062263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.610Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.610Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.610Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930060659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.610Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.610Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.610Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930051965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.611Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.611Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.611Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930058014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.611Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.611Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.611Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "dcae-sch", "timestamp": 1628930058026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.612Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.615Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.615Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930054627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.616Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.616Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.617Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930060867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.618Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.618Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.619Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "ves-openapi-manager", "timestamp": 1628930066164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.619Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.620Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.620Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930062263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.620Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.620Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.621Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930060659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.621Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.621Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.622Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930051965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:36:48.622Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.622Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.622Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930058014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:36:48.622Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.623Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.623Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "dcae-sch", "timestamp": 1628930058026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.623Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.623Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.624Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930054627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:36:48.625Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.625Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.625Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930060867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.625Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.625Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.625Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "ves-openapi-manager", "timestamp": 1628930066164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.625Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.626Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.626Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930062263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.626Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.626Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.626Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930060659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.626Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.626Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.626Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930060867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.626Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.626Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.627Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "ves-openapi-manager", "timestamp": 1628930066164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.627Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.628Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.628Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930062263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.628Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.628Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.628Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930069051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.628Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.628Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.628Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930069050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.632Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.632Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.632Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930069332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.632Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.633Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.633Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930060659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:36:48.633Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.633Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.633Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930060867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:36:48.633Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.635Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.635Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "ves-openapi-manager", "timestamp": 1628930066164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.635Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.635Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.635Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930062263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.635Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.636Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.636Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "ves-openapi-manager", "timestamp": 1628930066164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.636Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.636Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.636Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930062263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:36:48.637Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.637Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.637Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "ves-openapi-manager", "timestamp": 1628930066164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.637Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.637Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.637Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930071933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.637Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.637Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.637Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930072027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.638Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.638Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.638Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930072156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.638Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.638Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.638Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "ves-openapi-manager", "timestamp": 1628930066164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.638Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.638Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.638Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930072937, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-14T08:36:48.656Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e7fedc8-5121-43e7-9ba3-a5f15139c811 2021-08-14T08:36:48.656Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e7fedc8-5121-43e7-9ba3-a5f15139c811 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-14T08:36:48.664Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.665Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930073163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.666Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.667Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.667Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "ves-openapi-manager", "timestamp": 1628930066164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.667Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.667Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.667Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930073857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.667Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.667Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.668Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "policy-id", "timestamp": 1628930074172, "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-14T08:36:48.674Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e7fedc8-5121-43e7-9ba3-a5f15139c811 2021-08-14T08:36:48.674Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e7fedc8-5121-43e7-9ba3-a5f15139c811 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-14T08:36:48.684Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.685Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930074674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.685Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.685Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.685Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "ves-openapi-manager", "timestamp": 1628930066164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:36:48.686Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-14T08:36:48.686Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.686Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "cds", "timestamp": 1628930074870, "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=? 2021-08-14T08:36:48.691Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e7fedc8-5121-43e7-9ba3-a5f15139c811 2021-08-14T08:36:48.691Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e7fedc8-5121-43e7-9ba3-a5f15139c811 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-14T08:36:48.701Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.701Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930075720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.701Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.702Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.703Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930076675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:36:48.703Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.703Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.703Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930077664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.703Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.703Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.703Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930077730, "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-14T08:36:48.707Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e7fedc8-5121-43e7-9ba3-a5f15139c811 2021-08-14T08:36:48.708Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e7fedc8-5121-43e7-9ba3-a5f15139c811 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-14T08:36:48.714Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.714Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930077733, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.715Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.715Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.715Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "aai-ml", "timestamp": 1628930078668, "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-14T08:36:48.722Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e7fedc8-5121-43e7-9ba3-a5f15139c811 2021-08-14T08:36:48.722Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e7fedc8-5121-43e7-9ba3-a5f15139c811 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-14T08:36:48.732Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.732Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "multicloud-k8s-id", "timestamp": 1628930078733, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:36:48.733Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:36:48.733Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-14T08:36:48.733Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "clamp", "timestamp": 1628930078736, "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-14T08:36:48.738Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e7fedc8-5121-43e7-9ba3-a5f15139c811 2021-08-14T08:36:48.738Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e7fedc8-5121-43e7-9ba3-a5f15139c811 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-14T08:37:09.605Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:37:09.635Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:37:09.641Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:37:09.642Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-14T08:37:09.642Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-14T08:37:09.642Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-14T08:37:09.642Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:37:09.642Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:37:09.643Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:37:09.643Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:37:09.643Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:37:09.643Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:37:09.643Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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-14T08:37:09.653Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-14T08:37:39.654Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 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-14T08:37:39.669Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 and serviceModelVersionId: 9013094a-45e1-4c79-a1b0-4ce3f40cfcc7 2021-08-14T08:37:39.669Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07f9ea42-c42e-45c1-bacb-3c1d7ea356ec 2021-08-14T08:37:39.671Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07f9ea42-c42e-45c1-bacb-3c1d7ea356ec/model-vers/model-ver/9013094a-45e1-4c79-a1b0-4ce3f40cfcc7?depth=0 2021-08-14T08:37:39.681Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-14T08:37:39.745Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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/07f9ea42-c42e-45c1-bacb-3c1d7ea356ec/model-vers/model-ver/9013094a-45e1-4c79-a1b0-4ce3f40cfcc7?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-14T08:37:39.747Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07f9ea42-c42e-45c1-bacb-3c1d7ea356ec/model-vers/model-ver/9013094a-45e1-4c79-a1b0-4ce3f40cfcc7?depth=0|INFO|500||Invoke 2021-08-14T08:37:39.772Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07f9ea42-c42e-45c1-bacb-3c1d7ea356ec/model-vers/model-ver/9013094a-45e1-4c79-a1b0-4ce3f40cfcc7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-14T08:37:39.871Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07f9ea42-c42e-45c1-bacb-3c1d7ea356ec/model-vers/model-ver/9013094a-45e1-4c79-a1b0-4ce3f40cfcc7?depth=0|INFO|500||InvokeReturn 2021-08-14T08:37:39.874Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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/07f9ea42-c42e-45c1-bacb-3c1d7ea356ec/model-vers/model-ver/9013094a-45e1-4c79-a1b0-4ce3f40cfcc7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210814-08:37:39:790-1803], vertex-id=[356600], Content-Length=[0], Date=[Sat, 14 Aug 2021 08:37:39 GMT], Content-Type=[application/json]} 2021-08-14T08:37:39.874Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-08-14T08:37:39.875Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-14T08:37:39.875Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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-14T08:37:39.881Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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-14T08:37:39.881Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-14T08:37:39.882Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-14T08:37:39.884Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:39.888Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:39.888Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930259882, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:37:39.988Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:37:39.989Z||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-14T08:37:39.989Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:40.003Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:40.004Z||pool-55-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-14T08:37:40.910Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:37:40.911Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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-14T08:37:40.912Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|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 twzk2KelVekM6RhO) ... 2021-08-14T08:37:45.440Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:45.442Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:37:45.442Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e7fedc8-5121-43e7-9ba3-a5f15139c811","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fc24e248-7b5c-4132-a0f1-e8e6b6283a92","serviceDescription":"service","serviceInvariantUUID":"b21bb054-8315-463e-ab5a-c85e18c6a81d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40be5fed-db92-41a5-acdc-96bcd0013d92","resourceInvariantUUID":"aba62c49-ebac-4444-ac09-0c2ea0a82cdf","resourceCustomizationUUID":"12b14262-1963-4b79-94e7-15776e67a6fe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YmQyNjQxNTYyNTcxZTE3NTM0MDJkZGQwYzFkNzliMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b5bb05e-19d7-42ed-9227-83bfcb2ff9a5","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"171b2432-5c02-4b93-a00d-95c71d089d28","artifactVersion":"2","generatedFromUUID":"d87b998f-f3bf-414e-b768-fcce50f0b70a"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d87b998f-f3bf-414e-b768-fcce50f0b70a","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZjNlNTJkOGI2NTgzNzdlOTZkMWZiYWNmM2Q0NjhkNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"82a34606-a981-4672-8dad-8fb74726d1d4","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d479bca1-8dce-4f85-8556-f513b48146d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5d722f4-c666-4115-a168-4e3b6e133325","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bc3b4eea-7992-4a63-bd21-5803dd8e6901","artifactVersion":"2","generatedFromUUID":"d479bca1-8dce-4f85-8556-f513b48146d3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2VmZmMyMDQ4YmNiZmJiYzM5ZGY5NmFjOGM0ZjMyMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7344c42-1aa6-484e-90bf-5acd33fb3461","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWQ0MDE4YWYwYTdjNjEyMjczOTljZWFmNjJiM2QwZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c6d9668-90e0-405c-959c-1d369bbcb5be","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-14T08:37:45.445Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:37:45.446Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:45.450Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:45.450Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:45.550Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:37:45.551Z||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-14T08:37:45.551Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:45.563Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:45.564Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:37:46.451Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:37:46.452Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:46.454Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:46.454Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-14T08:37:46.554Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:37:46.567Z||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-14T08:37:46.567Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:46.581Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:46.582Z||pool-57-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:37:47.455Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:37:47.457Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:47.460Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:47.461Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-14T08:37:47.565Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-08-14T08:37:47.565Z||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-14T08:37:47.566Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:47.581Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:47.582Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:37:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:37:47.972Z||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-14T08:37:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:37:48.461Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:37:48.462Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:48.467Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:48.470Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:37:48.565Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-08-14T08:37:48.566Z||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-14T08:37:48.567Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:48.589Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:48.589Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:37:48.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:48.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930214627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930208011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930210659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "cds", "timestamp": 1628930212263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930214627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930208011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930210659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "cds", "timestamp": 1628930212263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930218028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930214627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "cds", "timestamp": 1628930212263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930210659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930208011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930218028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930214627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930210659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930208011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "cds", "timestamp": 1628930212263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930218028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930214627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930210659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930208011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "cds", "timestamp": 1628930212263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930220867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930218028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930214627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-14T08:37:48.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930210659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "cds", "timestamp": 1628930212263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930208011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930220867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930218028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930214627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930210659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "cds", "timestamp": 1628930212263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930208011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930220867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930218028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930214627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:37:48.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930210659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:37:48.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "cds", "timestamp": 1628930212263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:37:48.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930208011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:37:48.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930220867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-14T08:37:48.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930218028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930220867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930218028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "cds", "timestamp": 1628930226556, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:48.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930226566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:48.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930220867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930226755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:48.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "ves-openapi-manager", "timestamp": 1628930226159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "cds", "timestamp": 1628930227570, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-14T08:37:48.705Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8563e3fb-4dac-4b61-a32a-53342440297b 2021-08-14T08:37:48.705Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8563e3fb-4dac-4b61-a32a-53342440297b 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-14T08:37:48.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930220867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "ves-openapi-manager", "timestamp": 1628930226159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930228454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:48.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930220867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:37:48.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "ves-openapi-manager", "timestamp": 1628930226159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930229382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:37:48.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930229664, "artifactURL": "/sdc/v1/catalog/services/6ab08aab-1b32-4541-aa56-f48051433d14/resourceInstances/basicclamp0/artifacts/00ffb93e-6d21-4b57-8087-8b7b7188bd97", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:48.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930229745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:48.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "ves-openapi-manager", "timestamp": 1628930226159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930230388, "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-14T08:37:48.738Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8563e3fb-4dac-4b61-a32a-53342440297b 2021-08-14T08:37:48.738Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8563e3fb-4dac-4b61-a32a-53342440297b 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-14T08:37:48.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930230751, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:48.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "ves-openapi-manager", "timestamp": 1628930226159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930231102, "artifactURL": "/sdc/v1/catalog/services/6ab08aab-1b32-4541-aa56-f48051433d14/resourceInstances/basicclamp0/artifacts/00ffb93e-6d21-4b57-8087-8b7b7188bd97", "status": "DEPLOY_OK" } 2021-08-14T08:37:48.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930231167, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:48.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930231371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:48.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "ves-openapi-manager", "timestamp": 1628930226159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "dcae-sch", "timestamp": 1628930232113, "artifactURL": "/sdc/v1/catalog/services/6ab08aab-1b32-4541-aa56-f48051433d14/resourceInstances/basicclamp0/artifacts/00ffb93e-6d21-4b57-8087-8b7b7188bd97", "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-14T08:37:48.764Z||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 8563e3fb-4dac-4b61-a32a-53342440297b 2021-08-14T08:37:48.764Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8563e3fb-4dac-4b61-a32a-53342440297b 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-14T08:37:48.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930232198, "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-14T08:37:48.780Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8563e3fb-4dac-4b61-a32a-53342440297b 2021-08-14T08:37:48.781Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8563e3fb-4dac-4b61-a32a-53342440297b 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-14T08:37:48.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930232381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:37:48.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930231965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "ves-openapi-manager", "timestamp": 1628930226159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930233202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:37:48.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "policy-id", "timestamp": 1628930233383, "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-14T08:37:48.805Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8563e3fb-4dac-4b61-a32a-53342440297b 2021-08-14T08:37:48.806Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8563e3fb-4dac-4b61-a32a-53342440297b 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-14T08:37:48.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930231965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "ves-openapi-manager", "timestamp": 1628930226159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930231965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930234813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:37:48.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930231965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930235822, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:37:48.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930231965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "clamp", "timestamp": 1628930236831, "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-14T08:37:48.828Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8563e3fb-4dac-4b61-a32a-53342440297b 2021-08-14T08:37:48.829Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8563e3fb-4dac-4b61-a32a-53342440297b 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-14T08:37:48.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930231965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930231965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930231965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:37:48.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930241665, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:48.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930248732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:37:48.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "aai-ml", "timestamp": 1628930249737, "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-14T08:37:48.847Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8563e3fb-4dac-4b61-a32a-53342440297b 2021-08-14T08:37:48.847Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8563e3fb-4dac-4b61-a32a-53342440297b 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-14T08:37:48.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930259882, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:37:48.869Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:37:48.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:48.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-14T08:37:48.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:48.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:37:48.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-14T08:37:48.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:37:49.472Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:37:49.472Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:49.474Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:49.474Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-14T08:37:49.575Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-14T08:37:49.576Z||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-14T08:37:49.576Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:49.586Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:49.587Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:37:50.475Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:37:50.477Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:50.479Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:50.479Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:50.580Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:37:50.581Z||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-14T08:37:50.581Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:50.594Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:50.594Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:37:51.480Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:37:51.482Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:51.490Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:51.491Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-14T08:37:51.584Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2021-08-14T08:37:51.586Z||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-14T08:37:51.586Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:51.599Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:51.599Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:37:52.491Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:37:52.492Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:52.495Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:52.496Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:37:52.596Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:37:52.596Z||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-14T08:37:52.597Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:52.607Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:52.607Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:37:53.497Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:37:53.498Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:53.500Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:53.500Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:37:53.600Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:37:53.602Z||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-14T08:37:53.602Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:53.616Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:53.617Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:37:54.503Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "fc24e248-7b5c-4132-a0f1-e8e6b6283a92", "serviceDescription": "service", "serviceInvariantUUID": "b21bb054-8315-463e-ab5a-c85e18c6a81d", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "12b14262-1963-4b79-94e7-15776e67a6fe", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "40be5fed-db92-41a5-acdc-96bcd0013d92", "resourceInvariantUUID": "aba62c49-ebac-4444-ac09-0c2ea0a82cdf", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "171b2432-5c02-4b93-a00d-95c71d089d28", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d87b998f-f3bf-414e-b768-fcce50f0b70a", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "ZjNlNTJkOGI2NTgzNzdlOTZkMWZiYWNmM2Q0NjhkNTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "82a34606-a981-4672-8dad-8fb74726d1d4", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d479bca1-8dce-4f85-8556-f513b48146d3", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bc3b4eea-7992-4a63-bd21-5803dd8e6901", "generatedFromUUID": "d479bca1-8dce-4f85-8556-f513b48146d3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bc3b4eea-7992-4a63-bd21-5803dd8e6901", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NWQ0MDE4YWYwYTdjNjEyMjczOTljZWFmNjJiM2QwZjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c6d9668-90e0-405c-959c-1d369bbcb5be" } ], "workloadContext": "Production" } 2021-08-14T08:37:54.504Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-14T08:37:54.504Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fc24e248-7b5c-4132-a0f1-e8e6b6283a92 ASDC 2021-08-14T08:37:54.505Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4e7fedc8-5121-43e7-9ba3-a5f15139c811 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:fc24e248-7b5c-4132-a0f1-e8e6b6283a92 ServiceInvariantUUID:b21bb054-8315-463e-ab5a-c85e18c6a81d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:2c6d9668-90e0-405c-959c-1d369bbcb5be ArtifactChecksum:NWQ0MDE4YWYwYTdjNjEyMjczOTljZWFmNjJiM2QwZjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:12b14262-1963-4b79-94e7-15776e67a6fe ResourceInvariantUUID:aba62c49-ebac-4444-ac09-0c2ea0a82cdf ResourceName:basic_cnf ResourceType:VF ResourceUUID:40be5fed-db92-41a5-acdc-96bcd0013d92 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:171b2432-5c02-4b93-a00d-95c71d089d28 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:d87b998f-f3bf-414e-b768-fcce50f0b70a ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:82a34606-a981-4672-8dad-8fb74726d1d4 ArtifactChecksum:ZjNlNTJkOGI2NTgzNzdlOTZkMWZiYWNmM2Q0NjhkNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:d479bca1-8dce-4f85-8556-f513b48146d3 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:bc3b4eea-7992-4a63-bd21-5803dd8e6901 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:bc3b4eea-7992-4a63-bd21-5803dd8e6901 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-14T08:37:54.505Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc24e248-7b5c-4132-a0f1-e8e6b6283a92 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-14T08:37:54.565Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:37:54.567Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-14T08:37:54.567Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-14T08:37:54.567Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c6d9668-90e0-405c-959c-1d369bbcb5be from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-14T08:37:54.567Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:37:54.568Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-14T08:37:55.466Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:37:55.472Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2c6d9668-90e0-405c-959c-1d369bbcb5be 68753 2021-08-14T08:37:55.473Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-14T08:37:55.473Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-14T08:37:55.473Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:37:55.474Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:55.477Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:55.478Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930275473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:55.579Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:37:55.580Z||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-14T08:37:55.580Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:55.595Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:55.596Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:37:56.479Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:37:56.481Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-14T08:37:56.481Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2c6d9668-90e0-405c-959c-1d369bbcb5be, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-14T08:37:56.482Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-08-14T08:37:56.482Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-14T08:37:56.483Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-14T08:37:56.741Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2196909229939157292/Definitions/service-BasicCnf-template.yml 2021-08-14T08:37:58.090Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-14T08:37:58.091Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-14T08:37:58.091Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-14T08:37:58.091Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-08-14T08:37:58.091Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-14T08:37:58.091Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-14T08:37:58.091Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|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-BasicCnf-csar.csar 2021-08-14T08:37:58.091Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-14T08:37:58.091Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-14T08:37:58.092Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.092Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:37:58.092Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-14T08:37:58.092Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-14T08:37:58.092Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:37:58.093Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.093Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:37:58.093Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-14T08:37:58.094Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-14T08:37:58.094Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:37:58.094Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.094Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:37:58.094Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.094Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-14T08:37:58.094Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-08-14T08:37:58.095Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2021-08-14T08:37:58.095Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-14T08:37:58.095Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.095Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-14T08:37:58.095Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.095Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-14T08:37:58.095Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:37:58.096Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.096Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-14T08:37:58.096Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:37:58.096Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.096Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-14T08:37:58.096Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:37:58.096Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.097Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-14T08:37:58.097Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-14T08:37:58.097Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1dfe5fbc-b818-46fb-a29f-530e14829baf 2021-08-14T08:37:58.097Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.097Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:37:58.097Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.097Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:37:58.097Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.098Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:37:58.098Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:37:58.098Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:37:58.098Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:fc24e248-7b5c-4132-a0f1-e8e6b6283a92 Model Version:NULL Model InvariantUuid:b21bb054-8315-463e-ab5a-c85e18c6a81d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0a080afa-f174-4d9e-9285-b74873756b31 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:aba62c49-ebac-4444-ac09-0c2ea0a82cdf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:12b14262-1963-4b79-94e7-15776e67a6fe NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1ca636f3-1278-4c97-9d2a-7576421e5501 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:5b68cf86-8785-4225-a325-dfe0dfa75b32 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1dfe5fbc-b818-46fb-a29f-530e14829baf ModelInvariantUuid:cbed8c0d-35c8-4d53-8e0a-6323a2781d0d ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d6bd7c8a-4f25-4aa5-a20a-9a4fb4eae41b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:4a873722-123c-41e0-a0de-5778d52a81c0 ModelInvariantUuid:b5778866-5853-4a8f-b42f-505355856525 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0989d44d-3f67-4e2f-ad1b-148ec268c941 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-14T08:37:58.110Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 40be5fed-db92-41a5-acdc-96bcd0013d92 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-14T08:37:58.115Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||basic_cnf 0 2021-08-14T08:37:58.115Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40be5fed-db92-41a5-acdc-96bcd0013d92 2021-08-14T08:37:58.115Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 171b2432-5c02-4b93-a00d-95c71d089d28 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-14T08:37:58.115Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:37:58.116Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-14T08:37:58.653Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:37:58.654Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 171b2432-5c02-4b93-a00d-95c71d089d28 12 2021-08-14T08:37:58.654Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-08-14T08:37:58.654Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-14T08:37:58.654Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:37:58.655Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:37:58.656Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:37:58.656Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930278654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:37:58.757Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:37:58.757Z||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-14T08:37:58.757Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:37:58.774Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:37:58.775Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:37:59.657Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d87b998f-f3bf-414e-b768-fcce50f0b70a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-14T08:37:59.658Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:37:59.658Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-14T08:38:00.523Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:38:00.524Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d87b998f-f3bf-414e-b768-fcce50f0b70a 2688 2021-08-14T08:38:00.524Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-08-14T08:38:00.524Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-14T08:38:00.524Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:38:00.525Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:00.527Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:00.527Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930280524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-14T08:38:00.627Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:00.628Z||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-14T08:38:00.628Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:00.643Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:00.644Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:01.533Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 82a34606-a981-4672-8dad-8fb74726d1d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-14T08:38:01.533Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:38:01.538Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-14T08:38:02.121Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:38:02.121Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 82a34606-a981-4672-8dad-8fb74726d1d4 828 2021-08-14T08:38:02.121Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-08-14T08:38:02.121Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-14T08:38:02.122Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:38:02.122Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:02.124Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:02.124Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930282121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:38:02.224Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:02.226Z||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-14T08:38:02.226Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:02.249Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:02.251Z||pool-68-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:38:03.132Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1ca636f3-1278-4c97-9d2a-7576421e5501", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5b68cf86-8785-4225-a325-dfe0dfa75b32", "vfModuleModelCustomizationUUID": "5e2f0ddc-a2bf-4973-ac8f-5963ecacd4a8", "isBase": true, "artifacts": [ "d87b998f-f3bf-414e-b768-fcce50f0b70a", "d479bca1-8dce-4f85-8556-f513b48146d3", "bc3b4eea-7992-4a63-bd21-5803dd8e6901" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-14T08:38:03.136Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5b68cf86-8785-4225-a325-dfe0dfa75b32 VfModuleModelInvariantUUID:1ca636f3-1278-4c97-9d2a-7576421e5501 VfModuleModelDescription:NULL Artifacts UUID List:{ d87b998f-f3bf-414e-b768-fcce50f0b70a , d479bca1-8dce-4f85-8556-f513b48146d3 , bc3b4eea-7992-4a63-bd21-5803dd8e6901 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-14T08:38:03.147Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1ca636f3-1278-4c97-9d2a-7576421e5501", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5b68cf86-8785-4225-a325-dfe0dfa75b32", "vfModuleModelCustomizationUUID": "5e2f0ddc-a2bf-4973-ac8f-5963ecacd4a8", "isBase": true, "artifacts": [ "d87b998f-f3bf-414e-b768-fcce50f0b70a", "d479bca1-8dce-4f85-8556-f513b48146d3", "bc3b4eea-7992-4a63-bd21-5803dd8e6901" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-14T08:38:03.147Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5b68cf86-8785-4225-a325-dfe0dfa75b32 VfModuleModelInvariantUUID:1ca636f3-1278-4c97-9d2a-7576421e5501 VfModuleModelDescription:NULL Artifacts UUID List:{ d87b998f-f3bf-414e-b768-fcce50f0b70a , d479bca1-8dce-4f85-8556-f513b48146d3 , bc3b4eea-7992-4a63-bd21-5803dd8e6901 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-14T08:38:03.147Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d479bca1-8dce-4f85-8556-f513b48146d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-14T08:38:03.147Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:38:03.148Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-14T08:38:04.239Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:38:04.239Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d479bca1-8dce-4f85-8556-f513b48146d3 1164 2021-08-14T08:38:04.239Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-08-14T08:38:04.240Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-14T08:38:04.240Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:38:04.240Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:04.242Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:04.249Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930284239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:38:04.345Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2021-08-14T08:38:04.346Z||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-14T08:38:04.346Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:04.363Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:04.364Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:05.253Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bc3b4eea-7992-4a63-bd21-5803dd8e6901 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-14T08:38:05.254Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:38:05.254Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-14T08:38:06.338Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:38:06.339Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bc3b4eea-7992-4a63-bd21-5803dd8e6901 200 2021-08-14T08:38:06.339Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-08-14T08:38:06.339Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-14T08:38:06.340Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:38:06.340Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:06.342Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:06.343Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930286339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:38:06.443Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:06.446Z||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-14T08:38:06.447Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:06.472Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:06.473Z||pool-70-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:07.344Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fc24e248-7b5c-4132-a0f1-e8e6b6283a92 2021-08-14T08:38:07.344Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 40be5fed-db92-41a5-acdc-96bcd0013d92 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-08-14T08:38:07.363Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-14T08:38:07.374Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.374Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:07.375Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-08-14T08:38:07.375Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 12b14262-1963-4b79-94e7-15776e67a6fe 2021-08-14T08:38:07.375Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 12b14262-1963-4b79-94e7-15776e67a6fe matches Tosca VF Customization UUID: 12b14262-1963-4b79-94e7-15776e67a6fe 2021-08-14T08:38:07.375Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 12b14262-1963-4b79-94e7-15776e67a6fe 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-14T08:38:07.378Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.378Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:07.379Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 12b14262-1963-4b79-94e7-15776e67a6fe: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-08-14T08:38:07.379Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c1b02c6 2021-08-14T08:38:07.379Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.380Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-14T08:38:07.380Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5e2f0ddc-a2bf-4973-ac8f-5963ecacd4a8 2021-08-14T08:38:07.380Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5e2f0ddc-a2bf-4973-ac8f-5963ecacd4a8 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-14T08:38:07.382Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.383Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-14T08:38:07.383Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:38:07.383Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.384Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-14T08:38:07.384Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:38:07.384Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.385Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-14T08:38:07.385Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-14T08:38:07.385Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1dfe5fbc-b818-46fb-a29f-530e14829baf 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-14T08:38:07.387Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.387Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-14T08:38:07.387Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:38:07.388Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.388Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-14T08:38:07.388Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=12b14262-1963-4b79-94e7-15776e67a6fe 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-14T08:38:07.390Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.391Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:07.391Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fc24e248-7b5c-4132-a0f1-e8e6b6283a92: basic_cnf 2021-08-14T08:38:07.392Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.392Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:07.392Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.392Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:07.392Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.392Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:07.392Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.393Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:07.393Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:07.393Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:07.393Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-14T08:38:07.485Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 40be5fed-db92-41a5-acdc-96bcd0013d92 1 ASDC deployResourceStructure 2021-08-14T08:38:07.486Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-08-14T08:38:07.486Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-08-14T08:38:07.486Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-14T08:38:07.487Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:07.489Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:07.489Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930287486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-14T08:38:07.589Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:07.590Z||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-14T08:38:07.590Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:07.598Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:07.599Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:08.490Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-08-14T08:38:08.490Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-08-14T08:38:08.490Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-14T08:38:08.491Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:08.495Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:08.495Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930288490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-14T08:38:08.594Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:38:08.595Z||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-14T08:38:08.596Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:08.611Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:08.612Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:09.496Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-08-14T08:38:09.496Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-14T08:38:09.497Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:38:09.497Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:09.500Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:09.500Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930289496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:38:09.600Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:38:09.601Z||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-14T08:38:09.602Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:09.614Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:09.616Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:10.501Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-08-14T08:38:10.502Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-14T08:38:10.502Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:38:10.502Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:10.504Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:10.504Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930290501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:38:10.605Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:10.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-14T08:38:10.606Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:10.627Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:10.628Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:11.505Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-08-14T08:38:11.505Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-14T08:38:11.505Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:38:11.506Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:11.507Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:11.507Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930291505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-14T08:38:11.607Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:11.610Z||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-14T08:38:11.610Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:11.690Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:11.691Z||pool-75-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:12.508Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-14T08:38:12.509Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-14T08:38:12.509Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:38:12.510Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:12.512Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:12.512Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930292508, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:38:12.615Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-08-14T08:38:12.616Z||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-14T08:38:12.616Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:12.631Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:12.631Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:13.513Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e7fedc8-5121-43e7-9ba3-a5f15139c811 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:38:13.528Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e7fedc8-5121-43e7-9ba3-a5f15139c811 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-14T08:38:13.536Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:38:13.537Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-14T08:38:13.537Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-14T08:38:13.537Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-14T08:38:13.538Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:38:13.538Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:38:13.538Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:38:13.539Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:38:13.539Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:38:13.539Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:38:13.540Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|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-14T08:38:13.547Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-14T08:38:43.549Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e7fedc8-5121-43e7-9ba3-a5f15139c811 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-14T08:38:43.571Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e7fedc8-5121-43e7-9ba3-a5f15139c811 and serviceModelVersionId: fc24e248-7b5c-4132-a0f1-e8e6b6283a92 2021-08-14T08:38:43.571Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b21bb054-8315-463e-ab5a-c85e18c6a81d 2021-08-14T08:38:43.575Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b21bb054-8315-463e-ab5a-c85e18c6a81d/model-vers/model-ver/fc24e248-7b5c-4132-a0f1-e8e6b6283a92?depth=0 2021-08-14T08:38:43.591Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-14T08:38:43.696Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|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/b21bb054-8315-463e-ab5a-c85e18c6a81d/model-vers/model-ver/fc24e248-7b5c-4132-a0f1-e8e6b6283a92?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-14T08:38:43.700Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b21bb054-8315-463e-ab5a-c85e18c6a81d/model-vers/model-ver/fc24e248-7b5c-4132-a0f1-e8e6b6283a92?depth=0|INFO|500||Invoke 2021-08-14T08:38:43.739Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b21bb054-8315-463e-ab5a-c85e18c6a81d/model-vers/model-ver/fc24e248-7b5c-4132-a0f1-e8e6b6283a92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-14T08:38:44.151Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b21bb054-8315-463e-ab5a-c85e18c6a81d/model-vers/model-ver/fc24e248-7b5c-4132-a0f1-e8e6b6283a92?depth=0|INFO|500||InvokeReturn 2021-08-14T08:38:44.152Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|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/b21bb054-8315-463e-ab5a-c85e18c6a81d/model-vers/model-ver/fc24e248-7b5c-4132-a0f1-e8e6b6283a92?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210814-08:38:43:760-7609], vertex-id=[266464], Content-Length=[0], Date=[Sat, 14 Aug 2021 08:38:43 GMT], Content-Type=[application/json]} 2021-08-14T08:38:44.157Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-08-14T08:38:44.158Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-14T08:38:44.159Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|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-14T08:38:44.163Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|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-14T08:38:44.163Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e7fedc8-5121-43e7-9ba3-a5f15139c811 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-14T08:38:44.164Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-14T08:38:44.165Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:44.169Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:44.169Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930324164, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:38:44.269Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:38:44.270Z||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-14T08:38:44.270Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:44.309Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:44.310Z||pool-77-thread-1|||||INFO|500||cambria reply ok (41 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-14T08:38:45.184Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:38:45.185Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8563e3fb-4dac-4b61-a32a-53342440297b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6ab08aab-1b32-4541-aa56-f48051433d14","serviceDescription":"service","serviceInvariantUUID":"8e3ee645-60c1-4359-a3df-74617d330b83","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"676aa9a5-527f-434f-98fa-1cd62a4ad473","resourceInvariantUUID":"70bf6c1e-13b0-47b5-8ba0-424b8a86434b","resourceCustomizationUUID":"cf02b6c0-d450-475a-9d1a-1a636f7a9c32","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":"00ffb93e-6d21-4b57-8087-8b7b7188bd97","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":"ZGMyZTIwZWNkODE0MmYwNGFkZjMwZTI2NmVmYjIxYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7754baa-cd24-46d6-8bab-755d213a455f","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":"Y2MwNGM5MmYyNGZhOGQxMGZhNGExNmFjZDRmYjliYWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5c6a4d0-387e-4ac7-b30c-06d1cd1dd5f1","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":"143d1500-d748-4c1e-a7dd-ff75b66ff3f4","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":"25e1d9f1-4a37-47cb-9aeb-1769c3c2d75e","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":"e78d5b1f-7342-471a-8e5f-a248165b7e0c","artifactVersion":"2","generatedFromUUID":"143d1500-d748-4c1e-a7dd-ff75b66ff3f4"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NWMyYTVlYThmMDVlYTVmMjlhZmUzODdhMjI1OGI4MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7557c6ba-3d50-4641-a6ce-7b862a78b10f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OWEzM2Q0MzVkNDQwZjg4NDY2ZjU3YjZjNGJiY2VmYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f812506-5bfb-44f8-9693-4fc3d09a00f3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-14T08:38:45.186Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:38:45.186Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:45.188Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:45.188Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:38:45.288Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:38:45.289Z||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-14T08:38:45.289Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:45.301Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:45.302Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:38:46.196Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:38:46.196Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:46.200Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:46.200Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:38:46.300Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:46.301Z||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-14T08:38:46.301Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:46.313Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:46.313Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:47.200Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:38:47.202Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:47.203Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:47.204Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:38:47.305Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:47.305Z||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-14T08:38:47.305Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:47.328Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:47.328Z||pool-80-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:47.973Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:38:47.974Z||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-14T08:38:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:38:47.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:47.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-14T08:38:47.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:38:47.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-14T08:38:48.205Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:38:48.206Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:48.209Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:48.209Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-14T08:38:48.308Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:38:48.310Z||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-14T08:38:48.311Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:48.324Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:48.325Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:49.210Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:38:49.210Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:49.219Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:49.226Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:38:49.316Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2021-08-14T08:38:49.317Z||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-14T08:38:49.317Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:49.332Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:49.333Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:38:50.227Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:38:50.228Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:50.242Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:50.244Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-14T08:38:50.335Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2021-08-14T08:38:50.336Z||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-14T08:38:50.336Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:50.363Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:50.365Z||pool-83-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:51.245Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:38:51.246Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:51.248Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:51.249Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:38:51.348Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:38:51.349Z||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-14T08:38:51.349Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:51.360Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:51.361Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:52.249Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:38:52.250Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:52.252Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:52.252Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:38:52.355Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-08-14T08:38:52.360Z||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-14T08:38:52.361Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:52.379Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:52.379Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:53.253Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "6ab08aab-1b32-4541-aa56-f48051433d14", "serviceDescription": "service", "serviceInvariantUUID": "8e3ee645-60c1-4359-a3df-74617d330b83", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "cf02b6c0-d450-475a-9d1a-1a636f7a9c32", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "676aa9a5-527f-434f-98fa-1cd62a4ad473", "resourceInvariantUUID": "70bf6c1e-13b0-47b5-8ba0-424b8a86434b", "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": "Y2MwNGM5MmYyNGZhOGQxMGZhNGExNmFjZDRmYjliYWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b5c6a4d0-387e-4ac7-b30c-06d1cd1dd5f1", "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": "143d1500-d748-4c1e-a7dd-ff75b66ff3f4", "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": "e78d5b1f-7342-471a-8e5f-a248165b7e0c", "generatedFromUUID": "143d1500-d748-4c1e-a7dd-ff75b66ff3f4" }, "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": "e78d5b1f-7342-471a-8e5f-a248165b7e0c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "OWEzM2Q0MzVkNDQwZjg4NDY2ZjU3YjZjNGJiY2VmYjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f812506-5bfb-44f8-9693-4fc3d09a00f3" } ], "workloadContext": "Production" } 2021-08-14T08:38:53.254Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-14T08:38:53.255Z|4e7fedc8-5121-43e7-9ba3-a5f15139c811|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6ab08aab-1b32-4541-aa56-f48051433d14 ASDC 2021-08-14T08:38:53.256Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:8563e3fb-4dac-4b61-a32a-53342440297b ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:6ab08aab-1b32-4541-aa56-f48051433d14 ServiceInvariantUUID:8e3ee645-60c1-4359-a3df-74617d330b83 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:4f812506-5bfb-44f8-9693-4fc3d09a00f3 ArtifactChecksum:OWEzM2Q0MzVkNDQwZjg4NDY2ZjU3YjZjNGJiY2VmYjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:cf02b6c0-d450-475a-9d1a-1a636f7a9c32 ResourceInvariantUUID:70bf6c1e-13b0-47b5-8ba0-424b8a86434b ResourceName:basicclamp ResourceType:VF ResourceUUID:676aa9a5-527f-434f-98fa-1cd62a4ad473 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:b5c6a4d0-387e-4ac7-b30c-06d1cd1dd5f1 ArtifactChecksum:Y2MwNGM5MmYyNGZhOGQxMGZhNGExNmFjZDRmYjliYWI= 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:143d1500-d748-4c1e-a7dd-ff75b66ff3f4 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:e78d5b1f-7342-471a-8e5f-a248165b7e0c 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:e78d5b1f-7342-471a-8e5f-a248165b7e0c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-14T08:38:53.256Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ab08aab-1b32-4541-aa56-f48051433d14 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-14T08:38:53.300Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:38:53.301Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-14T08:38:53.301Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-14T08:38:53.301Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4f812506-5bfb-44f8-9693-4fc3d09a00f3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-14T08:38:53.301Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:38:53.302Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:54.254Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:38:54.260Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 4f812506-5bfb-44f8-9693-4fc3d09a00f3 73381 2021-08-14T08:38:54.260Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:54.260Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:54.260Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:38:54.260Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:54.262Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:54.262Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930334260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:38:54.362Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:54.364Z||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-14T08:38:54.364Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:54.374Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:54.375Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:55.263Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:38:55.264Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-14T08:38:55.264Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4f812506-5bfb-44f8-9693-4fc3d09a00f3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-14T08:38:55.265Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-08-14T08:38:55.265Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-14T08:38:55.265Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-14T08:38:55.539Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11393943812489317930/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-14T08:38:56.804Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-14T08:38:56.808Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-14T08:38:56.808Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-14T08:38:56.808Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-14T08:38:56.809Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.809Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.809Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.809Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.809Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.809Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.809Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.809Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.809Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.809Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-14T08:38:56.810Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.811Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.811Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-14T08:38:56.811Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-14T08:38:56.811Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:38:56.812Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.812Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:56.812Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-14T08:38:56.812Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-14T08:38:56.812Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:38:56.813Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.813Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:56.813Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.813Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-14T08:38:56.813Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-14T08:38:56.813Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-14T08:38:56.813Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-14T08:38:56.814Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-14T08:38:56.814Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-14T08:38:56.814Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.814Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:56.815Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.815Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-14T08:38:56.815Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:38:56.815Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.816Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-14T08:38:56.816Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:38:56.816Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.816Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-14T08:38:56.816Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:38:56.816Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.816Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-14T08:38:56.817Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-14T08:38:56.817Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-14T08:38:56.817Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=758171bb-b89d-4a7f-b535-0730eb127d2e 2021-08-14T08:38:56.817Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.817Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:56.817Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.817Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:56.817Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.818Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:56.818Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:38:56.818Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:38:56.818Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:6ab08aab-1b32-4541-aa56-f48051433d14 Model Version:NULL Model InvariantUuid:8e3ee645-60c1-4359-a3df-74617d330b83 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:c90fb719-481b-4174-9f56-b3253f73dcba Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:70bf6c1e-13b0-47b5-8ba0-424b8a86434b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cf02b6c0-d450-475a-9d1a-1a636f7a9c32 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:89c68624-eeae-461c-b40c-5b752db637d8 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:57c29cfb-e79f-4b2c-a1b7-8082e3caf3c2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:758171bb-b89d-4a7f-b535-0730eb127d2e ModelInvariantUuid:e1181e4d-0cd8-4f9b-808e-13c16dce915b ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:fbfa3c87-237f-4754-abaf-d17a00c7989d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8a0a988e-1ea3-4420-a4e6-ccdb3abfd7f1 ModelInvariantUuid:77ad26ae-2469-4c0f-9ddf-31c646ca5f2a ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:8f0d999a-8c6e-4e3e-8f5f-fc3930ca1398 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-14T08:38:56.826Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 676aa9a5-527f-434f-98fa-1cd62a4ad473 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-14T08:38:56.830Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||basicclamp 0 2021-08-14T08:38:56.831Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 676aa9a5-527f-434f-98fa-1cd62a4ad473 2021-08-14T08:38:56.831Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b5c6a4d0-387e-4ac7-b30c-06d1cd1dd5f1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-14T08:38:56.831Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:38:56.831Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:57.570Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:38:57.571Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json b5c6a4d0-387e-4ac7-b30c-06d1cd1dd5f1 790 2021-08-14T08:38:57.571Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:57.571Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:57.571Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:38:57.571Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:57.573Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:57.573Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930337571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:38:57.673Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:57.674Z||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-14T08:38:57.674Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:57.693Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:57.694Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:58.574Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "89c68624-eeae-461c-b40c-5b752db637d8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "57c29cfb-e79f-4b2c-a1b7-8082e3caf3c2", "vfModuleModelCustomizationUUID": "dca0b242-c569-43fb-96ab-985c0f335cef", "isBase": true, "artifacts": [ "143d1500-d748-4c1e-a7dd-ff75b66ff3f4", "e78d5b1f-7342-471a-8e5f-a248165b7e0c" ], "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-14T08:38:58.577Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:57c29cfb-e79f-4b2c-a1b7-8082e3caf3c2 VfModuleModelInvariantUUID:89c68624-eeae-461c-b40c-5b752db637d8 VfModuleModelDescription:NULL Artifacts UUID List:{ 143d1500-d748-4c1e-a7dd-ff75b66ff3f4 , e78d5b1f-7342-471a-8e5f-a248165b7e0c } 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-14T08:38:58.579Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "89c68624-eeae-461c-b40c-5b752db637d8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "57c29cfb-e79f-4b2c-a1b7-8082e3caf3c2", "vfModuleModelCustomizationUUID": "dca0b242-c569-43fb-96ab-985c0f335cef", "isBase": true, "artifacts": [ "143d1500-d748-4c1e-a7dd-ff75b66ff3f4", "e78d5b1f-7342-471a-8e5f-a248165b7e0c" ], "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-14T08:38:58.579Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:57c29cfb-e79f-4b2c-a1b7-8082e3caf3c2 VfModuleModelInvariantUUID:89c68624-eeae-461c-b40c-5b752db637d8 VfModuleModelDescription:NULL Artifacts UUID List:{ 143d1500-d748-4c1e-a7dd-ff75b66ff3f4 , e78d5b1f-7342-471a-8e5f-a248165b7e0c } 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-14T08:38:58.579Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 143d1500-d748-4c1e-a7dd-ff75b66ff3f4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-14T08:38:58.580Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:38:58.580Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:58.953Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:38:58.953Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 143d1500-d748-4c1e-a7dd-ff75b66ff3f4 5033 2021-08-14T08:38:58.954Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:58.954Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:38:58.954Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:38:58.954Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:38:58.957Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:38:58.957Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930338953, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:38:59.057Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:38:59.059Z||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-14T08:38:59.059Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:38:59.070Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:38:59.070Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:38:59.957Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e78d5b1f-7342-471a-8e5f-a248165b7e0c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-14T08:38:59.958Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-14T08:38:59.958Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:00.172Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-14T08:39:00.173Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e78d5b1f-7342-471a-8e5f-a248165b7e0c 909 2021-08-14T08:39:00.173Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:00.173Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:00.173Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:39:00.174Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:39:00.176Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:39:00.176Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930340173, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:39:00.282Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-08-14T08:39:00.283Z||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-14T08:39:00.283Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:39:00.300Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:39:00.301Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:39:01.177Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6ab08aab-1b32-4541-aa56-f48051433d14 2021-08-14T08:39:01.177Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 676aa9a5-527f-434f-98fa-1cd62a4ad473 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-14T08:39:01.197Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.197Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:39:01.198Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-08-14T08:39:01.198Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= cf02b6c0-d450-475a-9d1a-1a636f7a9c32 2021-08-14T08:39:01.198Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cf02b6c0-d450-475a-9d1a-1a636f7a9c32 matches Tosca VF Customization UUID: cf02b6c0-d450-475a-9d1a-1a636f7a9c32 2021-08-14T08:39:01.198Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: cf02b6c0-d450-475a-9d1a-1a636f7a9c32 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-14T08:39:01.201Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.201Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:39:01.201Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id cf02b6c0-d450-475a-9d1a-1a636f7a9c32: {\"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-14T08:39:01.201Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34c3fe73 2021-08-14T08:39:01.202Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.202Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:01.202Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dca0b242-c569-43fb-96ab-985c0f335cef 2021-08-14T08:39:01.202Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dca0b242-c569-43fb-96ab-985c0f335cef 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-14T08:39:01.204Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.204Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-14T08:39:01.204Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:39:01.205Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.205Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-14T08:39:01.205Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:39:01.205Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.205Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-14T08:39:01.205Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-14T08:39:01.206Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-14T08:39:01.206Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=758171bb-b89d-4a7f-b535-0730eb127d2e 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-14T08:39:01.209Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.209Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-14T08:39:01.210Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-14T08:39:01.210Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.210Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-14T08:39:01.210Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=cf02b6c0-d450-475a-9d1a-1a636f7a9c32 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-14T08:39:01.212Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.213Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:39:01.213Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6ab08aab-1b32-4541-aa56-f48051433d14: basicclamp 2021-08-14T08:39:01.214Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.214Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:39:01.214Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.214Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:39:01.214Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.215Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:39:01.215Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.215Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:01.215Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:39:01.215Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:39:01.216Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:01.309Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 676aa9a5-527f-434f-98fa-1cd62a4ad473 1 ASDC deployResourceStructure 2021-08-14T08:39:01.310Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:01.310Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:01.310Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:39:01.310Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:39:01.314Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:39:01.314Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930341310, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:39:01.414Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:39:01.415Z||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-14T08:39:01.415Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:39:01.428Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:39:01.429Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:39:02.315Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:02.315Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:02.316Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:39:02.316Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:39:02.319Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:39:02.319Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930342315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:39:02.425Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-08-14T08:39:02.426Z||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-14T08:39:02.426Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:39:02.439Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:39:02.440Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:39:03.321Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:03.321Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:03.321Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:39:03.321Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:39:03.324Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:39:03.324Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930343321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-14T08:39:03.432Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2021-08-14T08:39:03.436Z||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-14T08:39:03.436Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:39:03.454Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:39:03.455Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:39:04.325Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:04.325Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:04.325Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:39:04.326Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:39:04.327Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:39:04.328Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930344325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:39:04.428Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:39:04.444Z||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-14T08:39:04.445Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:39:04.465Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:39:04.465Z||pool-93-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:39:05.328Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8563e3fb-4dac-4b61-a32a-53342440297b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:39:05.345Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8563e3fb-4dac-4b61-a32a-53342440297b 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-14T08:39:05.350Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:39:05.350Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-14T08:39:05.350Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-14T08:39:05.351Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-14T08:39:05.351Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:39:05.351Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:39:05.352Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:39:05.352Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:39:05.352Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:39:05.352Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:39:05.353Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:39:05.353Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:05.361Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-14T08:39:35.362Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8563e3fb-4dac-4b61-a32a-53342440297b 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-14T08:39:35.378Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8563e3fb-4dac-4b61-a32a-53342440297b and serviceModelVersionId: 6ab08aab-1b32-4541-aa56-f48051433d14 2021-08-14T08:39:35.378Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e3ee645-60c1-4359-a3df-74617d330b83 2021-08-14T08:39:35.380Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e3ee645-60c1-4359-a3df-74617d330b83/model-vers/model-ver/6ab08aab-1b32-4541-aa56-f48051433d14?depth=0 2021-08-14T08:39:35.392Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-14T08:39:35.470Z|8563e3fb-4dac-4b61-a32a-53342440297b|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/8e3ee645-60c1-4359-a3df-74617d330b83/model-vers/model-ver/6ab08aab-1b32-4541-aa56-f48051433d14?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-14T08:39:35.472Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e3ee645-60c1-4359-a3df-74617d330b83/model-vers/model-ver/6ab08aab-1b32-4541-aa56-f48051433d14?depth=0|INFO|500||Invoke 2021-08-14T08:39:35.494Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e3ee645-60c1-4359-a3df-74617d330b83/model-vers/model-ver/6ab08aab-1b32-4541-aa56-f48051433d14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-14T08:39:35.747Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e3ee645-60c1-4359-a3df-74617d330b83/model-vers/model-ver/6ab08aab-1b32-4541-aa56-f48051433d14?depth=0|INFO|500||InvokeReturn 2021-08-14T08:39:35.747Z|8563e3fb-4dac-4b61-a32a-53342440297b|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/8e3ee645-60c1-4359-a3df-74617d330b83/model-vers/model-ver/6ab08aab-1b32-4541-aa56-f48051433d14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210814-08:39:35:511-13822], vertex-id=[245936], Content-Length=[0], Date=[Sat, 14 Aug 2021 08:39:35 GMT], Content-Type=[application/json]} 2021-08-14T08:39:35.748Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-08-14T08:39:35.749Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-14T08:39:35.749Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:35.755Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:39:35.755Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8563e3fb-4dac-4b61-a32a-53342440297b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-14T08:39:35.756Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-14T08:39:35.757Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:39:35.760Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:39:35.760Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930375756, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:39:35.860Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:39:35.862Z||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-14T08:39:35.862Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:39:35.884Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:39:35.885Z||pool-94-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-14T08:39:36.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:39:36.779Z||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-14T08:39:36.779Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:39:46.335Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:39:46.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:39:46.337Z||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-14T08:39:46.337Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:39:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:39:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T08:39:47.973Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T08:39:47.997Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:39:47.999Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:47.999Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-14T08:39:48.000Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-14T08:39:48.000Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.001Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:39:48.001Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-14T08:39:48.001Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.001Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-14T08:39:48.001Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-14T08:39:48.001Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.002Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:39:48.002Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-14T08:39:48.002Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.002Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:39:48.002Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-14T08:39:48.002Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.002Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930275473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:39:48.003Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.003Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.003Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930278654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:39:48.003Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.003Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.003Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930280524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-14T08:39:48.003Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.004Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.004Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930282121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:39:48.004Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.004Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.004Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930284239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:39:48.004Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.004Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.005Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930286339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:39:48.005Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.005Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.005Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930287486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-14T08:39:48.005Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.005Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.005Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930288490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-14T08:39:48.006Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.006Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.006Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930289496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:39:48.006Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.006Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.006Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930290501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:39:48.006Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.007Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.007Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930291505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-14T08:39:48.007Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.007Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.007Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930292508, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:39:48.007Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.007Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.008Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e7fedc8-5121-43e7-9ba3-a5f15139c811", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930324164, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:39:48.008Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:39:48.008Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.008Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:39:48.008Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-14T08:39:48.009Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.009Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:39:48.009Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-14T08:39:48.009Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:39:48.009Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-14T08:39:48.009Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-14T08:39:55.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:39:55.905Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:39:55.905Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:39:55.906Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:40:05.503Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:40:05.505Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:40:05.506Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:40:05.506Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:40:15.066Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:40:15.073Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:40:15.075Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:40:15.075Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:40:24.643Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:40:47.970Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:40:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:40:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T08:40:47.972Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:40:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T08:40:47.972Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:40:47.996Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:40:47.997Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-14T08:40:47.997Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-14T08:40:48.001Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-14T08:40:57.582Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:41:47.974Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:41:47.974Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:41:47.978Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:41:47.978Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:41:47.978Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:41:47.978Z|8563e3fb-4dac-4b61-a32a-53342440297b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:41:48.555Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:41:48.556Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.557Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:41:48.558Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:41:48.558Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.559Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-14T08:41:48.559Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:41:48.559Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.559Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:41:48.559Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:41:48.559Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.559Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930260910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:41:48.559Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:41:48.559Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.560Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930334260, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:41:48.560Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:41:48.560Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.561Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930337571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-14T08:41:48.561Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:41:48.561Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.561Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930338953, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:41:48.561Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:41:48.561Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.561Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930340173, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-14T08:41:48.561Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:41:48.561Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.561Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930341310, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930342315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930343321, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930344325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:41:48.562Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:41:48.563Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8563e3fb-4dac-4b61-a32a-53342440297b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930375756, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:41:48.563Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:41:57.605Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:42:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:42:47.971Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:42:47.974Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:42:47.974Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:42:47.974Z||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-14T08:42:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:42:57.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:42:57.572Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:43:47.975Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:43:47.978Z||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-14T08:43:47.978Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:43:47.974Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:43:47.981Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:43:47.981Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:43:57.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:43:57.558Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:44:47.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:44:47.985Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:44:47.987Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:44:47.987Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:44:47.994Z||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-14T08:44:47.996Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:44:57.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:44:57.573Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:45:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:45:47.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:45:47.975Z||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-14T08:45:47.975Z||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-14T08:45:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:45:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:45:57.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:45:57.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:46:47.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:46:47.977Z||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-14T08:46:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:46:47.991Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:46:47.991Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:46:47.991Z|8563e3fb-4dac-4b61-a32a-53342440297b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:46:56.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:46:56.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-14T08:46:56.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff130179-cf46-4bf8-8b41-1b4ea470c85b","serviceName":"Demo_pNF_Xeeq5TXDFyQx2pt7BhB8","serviceVersion":"1.0","serviceUUID":"a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca","serviceDescription":"catalog service description","serviceInvariantUUID":"a565e099-d3f3-4a58-973d-b2b88a553803","resources":[{"resourceInstanceName":"pNF 0326a163-51b6 0","resourceName":"pNF 0326a163-51b6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8ddf9c47-7ffa-476a-bda0-48e78b14218a","resourceInvariantUUID":"5d0c8df3-e7e3-49fa-825e-3654bbe08487","resourceCustomizationUUID":"bf6d2b7a-c27e-4d5e-ac2a-9c876d8d12cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml","artifactChecksum":"YmRjZDAxMzEwNzk0YWYxZWJhNzRhMmU3NTcwNDFjMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1124e41-67f3-43bc-80f9-cafd80aaa538","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar","artifactChecksum":"YjllNDg1MTczOWQ4NWRiYTEwNmNmOTI0NTczMzI1MTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff15eafb-8da0-476d-b9ef-6afd80665fff","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e2182c9-aaec-42c1-bf37-06e0260153d8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml","artifactChecksum":"NWYwNTNhNzQ4YzllM2UzZTU3Yzc0ZGY4NDMxOWQwMTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd866942-b829-48a9-9b96-883e7282363a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e48dc4e-65dd-4356-b865-ba22b6c3311e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48eb34ba-2f46-4d0a-bf45-900911360082","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml","artifactChecksum":"YWI1ZmU3YjBkN2Y1ZDM5YTQ4ZDIxZDZjMjRlNzRhNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bde05652-5e56-4e4b-a28a-fff10fc6b5ff","artifactVersion":"1"},{"artifactName":"service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar","artifactChecksum":"ZmU2M2ViOWEwNzQzMGNlY2Q2YzhmYzkzNmQ5YTE4YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05125a3f-2eac-4f6e-a417-9eb8eec22dc0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-14T08:46:56.818Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:46:56.818Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:46:56.823Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:46:56.823Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:46:56.923Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:46:56.925Z||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-14T08:46:56.925Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:46:56.940Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:46:56.941Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:46:57.047Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:46:57.048Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:46:57.048Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930814627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:46:57.049Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:46:57.824Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:46:57.824Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:46:57.826Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:46:57.826Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:46:57.927Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-14T08:46:57.928Z||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-14T08:46:57.928Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:46:57.942Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:46:57.942Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:46:58.827Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:46:58.828Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:46:58.830Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:46:58.831Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-14T08:46:58.930Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:46:58.931Z||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-14T08:46:58.931Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:46:58.947Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:46:58.948Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:46:59.831Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:46:59.832Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:46:59.834Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:46:59.835Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:46:59.937Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-14T08:46:59.938Z||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-14T08:46:59.938Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:46:59.961Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:46:59.962Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:47:00.835Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:47:00.836Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:47:00.838Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:47:00.838Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:47:00.939Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:47:00.941Z||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-14T08:47:00.941Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:47:00.952Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:47:00.953Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:47:01.840Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:47:01.840Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:47:01.844Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:47:01.845Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:47:01.943Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-14T08:47:01.945Z||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-14T08:47:01.946Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:47:01.966Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:47:01.967Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:47:02.846Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:47:02.847Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:47:02.850Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:47:02.850Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:47:02.949Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-14T08:47:02.950Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-14T08:47:02.950Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:47:02.961Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:47:02.962Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:47:03.851Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-14T08:47:03.852Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:47:03.869Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:47:03.869Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:47:03.957Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2021-08-14T08:47:03.958Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-14T08:47:03.958Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:47:03.990Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:47:03.991Z||pool-102-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2021-08-14T08:47:04.875Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "serviceName": "Demo_pNF_Xeeq5TXDFyQx2pt7BhB8", "serviceVersion": "1.0", "serviceUUID": "a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a565e099-d3f3-4a58-973d-b2b88a553803", "resources": [ { "resourceInstanceName": "pNF 0326a163-51b6 0", "resourceCustomizationUUID": "bf6d2b7a-c27e-4d5e-ac2a-9c876d8d12cf", "resourceName": "pNF 0326a163-51b6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8ddf9c47-7ffa-476a-bda0-48e78b14218a", "resourceInvariantUUID": "5d0c8df3-e7e3-49fa-825e-3654bbe08487", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "artifactChecksum": "ZmU2M2ViOWEwNzQzMGNlY2Q2YzhmYzkzNmQ5YTE4YjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05125a3f-2eac-4f6e-a417-9eb8eec22dc0" } ], "workloadContext": "Production" } 2021-08-14T08:47:04.876Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-14T08:47:04.876Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca ASDC 2021-08-14T08:47:04.877Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:ff130179-cf46-4bf8-8b41-1b4ea470c85b ServiceName:Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 ServiceVersion:1.0 ServiceUUID:a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca ServiceInvariantUUID:a565e099-d3f3-4a58-973d-b2b88a553803 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar ArtifactUUID:05125a3f-2eac-4f6e-a417-9eb8eec22dc0 ArtifactChecksum:ZmU2M2ViOWEwNzQzMGNlY2Q2YzhmYzkzNmQ5YTE4YjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0326a163-51b6 0 ResourceCustomizationUUID:bf6d2b7a-c27e-4d5e-ac2a-9c876d8d12cf ResourceInvariantUUID:5d0c8df3-e7e3-49fa-825e-3654bbe08487 ResourceName:pNF 0326a163-51b6 ResourceType:PNF ResourceUUID:8ddf9c47-7ffa-476a-bda0-48e78b14218a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-14T08:47:04.877Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca 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-14T08:47:04.921Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:47:04.922Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-14T08:47:04.922Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-14T08:47:04.922Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 05125a3f-2eac-4f6e-a417-9eb8eec22dc0 from URL: /sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:04.922Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-14T08:47:04.923Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:05.350Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-14T08:47:05.355Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 05125a3f-2eac-4f6e-a417-9eb8eec22dc0 82546 2021-08-14T08:47:05.355Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar ASDC sendASDCNotification 2021-08-14T08:47:05.355Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:05.356Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-14T08:47:05.356Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:47:05.358Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:47:05.358Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930825355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:47:05.458Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-14T08:47:05.459Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-14T08:47:05.459Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:47:05.469Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:47:05.469Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:47:06.358Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-14T08:47:06.361Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-14T08:47:06.361Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 05125a3f-2eac-4f6e-a417-9eb8eec22dc0, URL: /sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar to file: /app/ASDC/1/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:06.362Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:06.362Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:06.362Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:06.588Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7401828395809698256/Definitions/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml 2021-08-14T08:47:07.442Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-14T08:47:07.442Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-14T08:47:07.442Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:07.442Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-14T08:47:07.442Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||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-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:07.442Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:07.442Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||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-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:07.442Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0326a163-51b6 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-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:07.442Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:07.443Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:07.443Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:07.443Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-14T08:47:07.443Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:47:07.443Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:47:07.443Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Node template pNF 0326a163-51b6 0 is matching search criteria 2021-08-14T08:47:07.443Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-14T08:47:07.444Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 0326a163-51b6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:47:07.445Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:47:07.445Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:47:07.445Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Node template pNF 0326a163-51b6 0 is matching search criteria 2021-08-14T08:47:07.445Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-14T08:47:07.445Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 0326a163-51b6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-14T08:47:07.445Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:47:07.445Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:47:07.446Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:47:07.446Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:47:07.446Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:47:07.446Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:47:07.446Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:47:07.446Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:47:07.446Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:47:07.446Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:47:07.447Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 Description:catalog service description Model UUID:a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca Model Version:NULL Model InvariantUuid:a565e099-d3f3-4a58-973d-b2b88a553803 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-14T08:47:07.454Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8ddf9c47-7ffa-476a-bda0-48e78b14218a 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-14T08:47:07.461Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||pNF 0326a163-51b6 0 2021-08-14T08:47:07.461Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8ddf9c47-7ffa-476a-bda0-48e78b14218a 2021-08-14T08:47:07.462Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca 2021-08-14T08:47:07.462Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca 2021-08-14T08:47:07.462Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0326a163-51b6 0 8ddf9c47-7ffa-476a-bda0-48e78b14218a 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-14T08:47:07.468Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:47:07.468Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:47:07.469Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca: pNF 0326a163-51b6 2021-08-14T08:47:07.469Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||Processing PNF resource: 8ddf9c47-7ffa-476a-bda0-48e78b14218a 2021-08-14T08:47:07.469Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-14T08:47:07.469Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Xeeq5TXDFyQx2pt7BhB8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-14T08:47:07.470Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||Resource customization UUID: bf6d2b7a-c27e-4d5e-ac2a-9c876d8d12cf is the same as notified resource customizationUUID: bf6d2b7a-c27e-4d5e-ac2a-9c876d8d12cf 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-14T08:47:07.517Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0326a163-51b6 8ddf9c47-7ffa-476a-bda0-48e78b14218a 0 ASDC deployResourceStructure 2021-08-14T08:47:07.517Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar ASDC sendASDCNotification 2021-08-14T08:47:07.517Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar 2021-08-14T08:47:07.517Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-14T08:47:07.518Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:47:07.520Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:47:07.521Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930827517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:47:07.620Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:47:07.622Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-14T08:47:07.622Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:47:07.633Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:47:07.634Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-14T08:47:08.521Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:47:08.534Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:47:08.550Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:47:08.551Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:47:08.551Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:47:38.552Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:47:38.577Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:47:38.581Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:47:38.582Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:47:38.582Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:47:47.973Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:47:47.974Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:47:47.974Z|8563e3fb-4dac-4b61-a32a-53342440297b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:47:48.013Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:47:48.014Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:47:48.014Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:47:48.016Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:48:08.582Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:48:08.598Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:48:08.600Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:48:08.600Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:48:08.600Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:48:38.602Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:48:38.630Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:48:38.631Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:48:38.632Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:48:38.632Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:48:47.973Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:48:47.975Z|8563e3fb-4dac-4b61-a32a-53342440297b|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-14T08:48:47.975Z|8563e3fb-4dac-4b61-a32a-53342440297b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:48:48.001Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:48:48.003Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:48:48.003Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930808011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:48:48.005Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:48:48.005Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:48:48.005Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930810659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:48:48.005Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:48:48.005Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-14T08:48:48.005Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "cds", "timestamp": 1628930812263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:48:48.005Z|8563e3fb-4dac-4b61-a32a-53342440297b|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:08.632Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:49:08.646Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:49:08.649Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:49:08.649Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:49:08.649Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:49:38.650Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:49:38.674Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:49:38.676Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:49:38.676Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-14T08:49:38.676Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-14T08:49:47.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:49:47.974Z||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-14T08:49:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:49:48.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:49:48.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930814627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930810659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930808011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "cds", "timestamp": 1628930812263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "dcae-sch", "timestamp": 1628930818028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930814627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930810659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930808011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "cds", "timestamp": 1628930812263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "dcae-sch", "timestamp": 1628930818028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "cds", "timestamp": 1628930812263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930810659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930808011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930814627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "dcae-sch", "timestamp": 1628930818028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930814627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930810659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930808011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "cds", "timestamp": 1628930812263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930820867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "dcae-sch", "timestamp": 1628930818028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930814627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930808011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930810659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "cds", "timestamp": 1628930812263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930820867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "dcae-sch", "timestamp": 1628930818028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930808011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930814627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930810659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "cds", "timestamp": 1628930812263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930820867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "dcae-sch", "timestamp": 1628930818028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "multicloud-k8s-id", "timestamp": 1628930814627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:49:48.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930808011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930810659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930807971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "cds", "timestamp": 1628930812263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:49:48.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930820867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "dcae-sch", "timestamp": 1628930818028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930825360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930825355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:49:48.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "cds", "timestamp": 1628930825451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:49:48.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930820867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "dcae-sch", "timestamp": 1628930818028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "cds", "timestamp": 1628930826468, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-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-14T08:49:48.565Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff130179-cf46-4bf8-8b41-1b4ea470c85b 2021-08-14T08:49:48.566Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:49:48.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930820867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930826157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930827261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:49:48.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628930827517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:49:48.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930820867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930826157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1628930828266, "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-14T08:49:48.593Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff130179-cf46-4bf8-8b41-1b4ea470c85b 2021-08-14T08:49:48.593Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:49:48.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930820867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:49:48.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930826157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930826157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930830753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930826157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930826157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930831760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:49:48.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930831886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:49:48.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930831965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "policy-id", "timestamp": 1628930832765, "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-14T08:49:48.611Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff130179-cf46-4bf8-8b41-1b4ea470c85b 2021-08-14T08:49:48.611Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:49:48.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930826157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930831965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930826157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930833895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930831965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "clamp", "timestamp": 1628930834901, "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-14T08:49:48.628Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff130179-cf46-4bf8-8b41-1b4ea470c85b 2021-08-14T08:49:48.629Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:49:48.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930831965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930835675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-14T08:49:48.640Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930831965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930836832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930831965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/resourceInstances/pnf0326a16351b60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "ves-openapi-manager", "timestamp": 1628930837842, "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-14T08:49:48.647Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ff130179-cf46-4bf8-8b41-1b4ea470c85b 2021-08-14T08:49:48.647Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:49:48.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930831965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-template.yml", "status": "NOT_NOTIFIED" } 2021-08-14T08:49:48.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930831965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "NOTIFIED" } 2021-08-14T08:49:48.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-14T08:49:48.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930841552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-14T08:49:48.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930847271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXeeq5txdfyqx2pt7bhb8/1.0/artifacts/service-DemoPnfXeeq5txdfyqx2pt7bhb8-csar.csar", "status": "DEPLOY_OK" } 2021-08-14T08:49:48.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:49:48.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:49:48.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "aai-ml", "timestamp": 1628930848277, "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-14T08:49:48.666Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff130179-cf46-4bf8-8b41-1b4ea470c85b 2021-08-14T08:49:48.666Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:50:08.678Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-14T08:50:08.703Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:50:08.707Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-14T08:50:08.707Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-14T08:50:08.707Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-14T08:50:08.707Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-14T08:50:08.707Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:50:08.707Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:50:08.708Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:50:08.708Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:50:08.708Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:50:08.708Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:50:08.708Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-14T08:50:08.709Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:50:08.729Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-14T08:50:38.729Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b 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-14T08:50:38.739Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff130179-cf46-4bf8-8b41-1b4ea470c85b and serviceModelVersionId: a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca 2021-08-14T08:50:38.739Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a565e099-d3f3-4a58-973d-b2b88a553803 2021-08-14T08:50:38.742Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a565e099-d3f3-4a58-973d-b2b88a553803/model-vers/model-ver/a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca?depth=0 2021-08-14T08:50:38.752Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-08-14T08:50:38.813Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a565e099-d3f3-4a58-973d-b2b88a553803/model-vers/model-ver/a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca?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-14T08:50:38.816Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a565e099-d3f3-4a58-973d-b2b88a553803/model-vers/model-ver/a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca?depth=0|INFO|500||Invoke 2021-08-14T08:50:38.843Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a565e099-d3f3-4a58-973d-b2b88a553803/model-vers/model-ver/a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-14T08:50:39.099Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a565e099-d3f3-4a58-973d-b2b88a553803/model-vers/model-ver/a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca?depth=0|INFO|500||InvokeReturn 2021-08-14T08:50:39.100Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a565e099-d3f3-4a58-973d-b2b88a553803/model-vers/model-ver/a6ffa3eb-3ca9-48b8-bca2-f5cb394eddca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210814-08:50:38:863-15384], vertex-id=[409848], Content-Length=[0], Date=[Sat, 14 Aug 2021 08:50:38 GMT], Content-Type=[application/json]} 2021-08-14T08:50:39.100Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-08-14T08:50:39.101Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-14T08:50:39.102Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:50:39.106Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:50:39.107Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff130179-cf46-4bf8-8b41-1b4ea470c85b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-14T08:50:39.108Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-14T08:50:39.109Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-14T08:50:39.116Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-14T08:50:39.117Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628931039107, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:50:39.216Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-14T08:50:39.218Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-14T08:50:39.218Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ... 2021-08-14T08:50:39.231Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:50:39.232Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-14T08:50:40.141Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:50:40.142Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:50:40.142Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:50:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:50:47.973Z||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-14T08:50:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:50:48.607Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:50:48.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-14T08:50:48.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff130179-cf46-4bf8-8b41-1b4ea470c85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1628931039107, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-14T08:50:48.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-14T08:50:50.385Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:50:50.387Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:50:50.388Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:50:50.388Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:50:59.949Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:50:59.950Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:50:59.951Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:50:59.951Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:51:09.518Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:51:09.522Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:51:09.524Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:51:09.525Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:51:19.081Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:51:47.969Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:51:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:51:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:51:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:51:47.973Z||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-14T08:51:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:51:57.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:51:57.563Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:52:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:52:47.973Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:52:47.977Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:52:47.977Z||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-14T08:52:47.977Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:52:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:52:57.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:52:57.568Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:53:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:53:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:53:47.974Z||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-14T08:53:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:53:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:53:47.975Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:53:57.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:53:57.569Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:54:47.970Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:54:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:54:47.973Z||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-14T08:54:47.973Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:54:47.973Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:54:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:54:57.542Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:54:57.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:55:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:55:47.976Z||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-14T08:55:47.976Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:55:47.978Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:55:47.980Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:55:47.980Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:55:57.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:55:57.546Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:56:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:56:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:56:47.973Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:56:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:56:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T08:56:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T08:56:57.573Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:56:57.578Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:57:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:57:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:57:47.976Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:57:47.976Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:57:47.976Z||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-14T08:57:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T08:57:57.577Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:57:57.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:58:47.970Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:58:47.972Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:58:47.975Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T08:58:47.975Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:58:47.975Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:58:47.975Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T08:58:57.561Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:58:57.570Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:59:47.973Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:59:47.975Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T08:59:47.975Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T08:59:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T08:59:47.979Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T08:59:47.979Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T08:59:57.547Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T08:59:57.550Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:00:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:00:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:00:47.980Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:00:47.980Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:00:47.980Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T09:00:47.980Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T09:00:57.552Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:00:57.552Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:01:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:01:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:01:47.975Z||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-14T09:01:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T09:01:47.975Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:01:47.975Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:01:57.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:01:57.571Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:02:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:02:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:02:47.975Z||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-14T09:02:47.975Z||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 twzk2KelVekM6RhO) ... 2021-08-14T09:02:47.975Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:02:47.975Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:02:57.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:02:57.558Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:03:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:03:47.972Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:03:47.973Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:03:47.973Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-14T09:03:47.974Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ... 2021-08-14T09:03:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:03:57.568Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:03:57.567Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:04:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:04:47.973Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:04:47.977Z||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-14T09:04:47.977Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:04:47.977Z||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 twzk2KelVekM6RhO) ... 2021-08-14T09:04:47.977Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:04:57.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:04:57.534Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:05:47.972Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:05:47.970Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:05:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:05:47.974Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T09:05:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:05:47.974Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T09:05:57.562Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:05:57.564Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:06:47.970Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:06:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:06:47.972Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:06:47.972Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:06:47.972Z||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-14T09:06:47.973Z||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 twzk2KelVekM6RhO) ... 2021-08-14T09:06:57.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:06:57.588Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:07:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:07:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:07:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T09:07:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:07:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T09:07:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:07:57.524Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:07:57.551Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:08:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:08:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:08:47.974Z||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-14T09:08:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:08:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T09:08:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:08:57.521Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:08:57.576Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:09:47.970Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:09:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:09:47.973Z||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-14T09:09:47.973Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:09:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T09:09:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:09:57.529Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:09:57.549Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:10:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:10:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:10:47.974Z||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-14T09:10:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T09:10:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:10:47.974Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:10:57.541Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:10:57.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:11:47.969Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:11:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:11:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:11:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:11:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T09:11:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T09:11:57.524Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:11:57.529Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:12:47.970Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:12:47.972Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:12:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:12:47.972Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:12:47.972Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T09:12:47.972Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T09:12:57.526Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:12:57.528Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:13:47.971Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:13:47.972Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:13:47.973Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:13:47.973Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T09:13:47.973Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:13:47.974Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T09:13:57.563Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:13:57.563Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:14:47.971Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:14:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:14:47.974Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-14T09:14:47.974Z||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-14T09:14:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T09:14:47.974Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ... 2021-08-14T09:14:57.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:14:57.558Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:15:47.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:15:47.972Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:15:47.973Z||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-14T09:15:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T09:15:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T09:15:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T09:15:57.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:15:57.570Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:16:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:16:47.971Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:16:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T09:16:47.974Z||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-14T09:16:47.974Z||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 twzk2KelVekM6RhO) ... 2021-08-14T09:16:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T09:16:57.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:16:57.543Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:17:47.971Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:17:47.972Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:17:47.975Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:17:47.975Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T09:17:47.975Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:17:47.975Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T09:17:57.541Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:17:57.543Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:18:47.970Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:18:47.972Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-14T09:18:47.973Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-14T09:18:47.973Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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-14T09:18:47.973Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|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 twzk2KelVekM6RhO) ... 2021-08-14T09:18:47.973Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ... 2021-08-14T09:18:57.550Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:18:57.549Z|ff130179-cf46-4bf8-8b41-1b4ea470c85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-14T09:19:27.307Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)