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-05-27T09:43:22.404Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-2csl5 with PID 14 (/app/app.jar started by so in /app) 2021-05-27T09:43:22.412Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-27T09:43:22.413Z||main|||||INFO|500||The following profiles are active: basic 2021-05-27T09:43:31.718Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-27T09:43:31.719Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-27T09:43:31.991Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-27T09:43:33.400Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-27T09:43:33.545Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-27T09:43:33.918Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-27T09:43:33.924Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-27T09:43:33.990Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-27T09:43:34.165Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-27T09:43:34.586Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-27T09:43:35.634Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-27T09:43:37.528Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-27T09:43:37.568Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-27T09:43:38.107Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-27T09:43:38.298Z||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-05-27T09:43:39.285Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-27T09:43:40.059Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-27T09:43:40.088Z||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$$20a2cf3b.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-05-27T09:43:40.089Z||main|||||WARN|500||The sdc end point is not alive 2021-05-27T09:43:42.137Z||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-05-27T09:43:44.299Z||main|||||WARN|500||--- 2021-05-27T09:43:44.300Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-27T09:43:44.300Z||main|||||WARN|500||--- 2021-05-27T09:43:44.598Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-27T09:43:47.517Z||main|||||INFO|500||Started Application in 27.282 seconds (JVM running for 28.291) 2021-05-27T09:43:47.519Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T09:43:47.521Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T09:43:47.533Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T09:43:47.594Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T09:43:47.629Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3cb04793-1ae6-4264-ab31-a7c30baa276a url= /sdc/v1/artifactTypes 2021-05-27T09:43:47.629Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T09:43:47.865Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-27T09:43:47.893Z||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-05-27T09:43:47.913Z||scheduling-1|||||DEBUG|500||create keys 2021-05-27T09:43:47.920Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-27T09:43:47.944Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:43:47.961Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4ecae6f3-1465-4d10-8bdb-bf893dc9b5b0 url= /sdc/v1/registerForDistribution 2021-05-27T09:43:48.061Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4ecae6f3-1465-4d10-8bdb-bf893dc9b5b0 url= /sdc/v1/registerForDistribution 2021-05-27T09:43:48.062Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-27T09:43:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:43:48.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:43:48.075Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-27T09:43:48.078Z||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-05-27T09:43:48.078Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:43:48.077Z||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-05-27T09:43:48.079Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:43:58.317Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:43:58.316Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:44:48.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:44:48.069Z||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-05-27T09:44:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:44:48.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:44:48.104Z||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-05-27T09:44:48.104Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:44:57.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:44:57.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:45:48.069Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:45:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:45:48.070Z||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-05-27T09:45:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:45:48.071Z||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-05-27T09:45:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:45:57.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:45:57.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:46:48.069Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:46:48.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:46:48.070Z||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-05-27T09:46:48.070Z||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-05-27T09:46:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:46:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:46:57.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:46:57.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:47:48.069Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:47:48.070Z||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-05-27T09:47:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:47:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:47:48.071Z||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-05-27T09:47:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:47:57.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:47:57.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:48:48.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:48:48.070Z||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-05-27T09:48:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:48:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:48:48.070Z||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-05-27T09:48:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:48:57.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:48:57.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:49:48.069Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:49:48.070Z||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-05-27T09:49:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:49:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:49:48.070Z||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-05-27T09:49:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:49:57.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:49:57.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:50:48.069Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:50:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:50:48.070Z||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-05-27T09:50:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:50:48.075Z||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-05-27T09:50:48.075Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:50:57.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:50:57.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:51:48.069Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:51:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:51:48.071Z||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-05-27T09:51:48.071Z||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-05-27T09:51:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:51:48.072Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:51:57.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:51:57.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:52:48.069Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:52:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:52:48.070Z||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-05-27T09:52:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:52:48.071Z||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-05-27T09:52:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:52:57.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:52:57.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:53:48.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:53:48.070Z||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-05-27T09:53:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:53:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:53:48.072Z||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-05-27T09:53:48.072Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:53:57.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:53:57.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:54:02.649Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-27T09:54:48.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:54:48.069Z||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-05-27T09:54:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:54:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:54:48.071Z||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-05-27T09:54:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:54:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:54:57.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:55:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:55:48.069Z||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-05-27T09:55:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:55:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:55:48.071Z||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-05-27T09:55:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:55:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:55:57.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:56:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:56:48.069Z||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-05-27T09:56:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:56:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:56:48.071Z||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-05-27T09:56:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:56:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:56:57.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:57:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:57:48.070Z||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-05-27T09:57:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:57:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:57:48.071Z||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-05-27T09:57:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:57:57.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:57:57.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:58:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:58:48.070Z||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-05-27T09:58:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:58:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:58:48.070Z||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-05-27T09:58:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:58:57.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:58:57.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:59:48.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:59:48.069Z||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-05-27T09:59:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:59:48.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T09:59:48.072Z||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-05-27T09:59:48.072Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T09:59:57.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T09:59:57.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:00:48.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:00:48.069Z||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-05-27T10:00:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:00:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:00:48.071Z||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-05-27T10:00:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:00:57.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:00:57.611Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:01:48.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:01:48.070Z||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-05-27T10:01:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:01:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:01:48.070Z||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-05-27T10:01:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:01:57.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:01:57.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:02:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:02:48.069Z||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-05-27T10:02:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:02:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:02:48.070Z||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-05-27T10:02:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:02:57.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:02:57.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:03:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:03:48.069Z||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-05-27T10:03:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:03:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:03:48.070Z||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-05-27T10:03:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:03:57.612Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:03:57.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:04:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:04:48.069Z||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-05-27T10:04:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:04:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:04:48.071Z||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-05-27T10:04:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:04:57.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:04:57.657Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:05:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:05:48.069Z||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-05-27T10:05:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:05:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:05:48.071Z||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-05-27T10:05:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:05:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:05:57.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:06:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:06:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:06:48.071Z||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-05-27T10:06:48.071Z||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-05-27T10:06:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:06:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:06:57.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:06:57.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:07:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:07:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:07:48.070Z||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-05-27T10:07:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:07:48.070Z||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-05-27T10:07:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:07:57.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:07:57.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:08:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:08:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:08:48.071Z||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-05-27T10:08:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:08:48.071Z||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-05-27T10:08:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:08:57.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:08:57.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:09:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:09:48.069Z||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-05-27T10:09:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:09:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:09:48.070Z||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-05-27T10:09:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:09:57.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:09:57.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:10:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:10:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:10:48.071Z||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-05-27T10:10:48.071Z||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-05-27T10:10:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:10:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:10:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:10:57.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:11:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:11:48.069Z||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-05-27T10:11:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:11:48.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:11:48.071Z||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-05-27T10:11:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:11:57.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:11:57.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:12:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:12:48.069Z||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-05-27T10:12:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:12:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:12:48.071Z||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-05-27T10:12:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:12:57.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:12:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:13:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:13:48.069Z||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-05-27T10:13:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:13:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:13:48.070Z||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-05-27T10:13:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:13:57.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:13:57.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:14:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:14:48.070Z||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-05-27T10:14:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:14:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:14:48.071Z||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-05-27T10:14:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:14:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:14:57.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:15:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:15:48.069Z||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-05-27T10:15:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:15:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:15:48.070Z||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-05-27T10:15:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:15:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:15:57.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:16:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:16:48.069Z||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-05-27T10:16:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:16:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:16:48.070Z||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-05-27T10:16:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:16:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:16:57.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:17:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:17:48.069Z||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-05-27T10:17:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:17:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:17:48.071Z||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-05-27T10:17:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:17:57.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:17:57.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:18:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:18:48.069Z||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-05-27T10:18:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:18:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:18:48.071Z||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-05-27T10:18:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:18:57.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:18:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:19:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:19:48.069Z||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-05-27T10:19:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:19:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:19:48.071Z||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-05-27T10:19:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:19:57.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:19:57.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:20:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:20:48.069Z||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-05-27T10:20:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:20:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:20:48.071Z||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-05-27T10:20:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:20:57.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:20:57.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:21:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:21:48.069Z||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-05-27T10:21:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:21:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:21:48.070Z||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-05-27T10:21:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:21:57.613Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:21:57.614Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:22:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:22:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:22:48.071Z||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-05-27T10:22:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:22:48.071Z||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-05-27T10:22:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:22:57.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:22:57.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:23:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:23:48.070Z||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-05-27T10:23:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:23:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:23:48.071Z||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-05-27T10:23:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:23:57.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:23:57.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:24:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:24:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:24:48.070Z||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-05-27T10:24:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:24:48.071Z||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-05-27T10:24:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:24:57.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:24:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:25:48.069Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:25:48.069Z||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-05-27T10:25:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:25:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:25:48.071Z||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-05-27T10:25:48.072Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:25:57.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:25:57.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:26:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:26:48.069Z||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-05-27T10:26:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:26:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:26:48.070Z||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-05-27T10:26:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:26:57.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:26:57.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:27:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:27:48.069Z||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-05-27T10:27:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:27:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:27:48.071Z||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-05-27T10:27:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:27:57.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:27:57.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:28:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:28:48.069Z||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-05-27T10:28:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:28:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:28:48.071Z||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-05-27T10:28:48.072Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:28:57.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:28:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:29:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:29:48.070Z||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-05-27T10:29:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:29:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:29:48.071Z||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-05-27T10:29:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:29:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:29:57.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:30:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:30:48.070Z||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-05-27T10:30:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:30:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:30:48.071Z||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-05-27T10:30:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:30:57.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:30:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:31:48.069Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:31:48.070Z||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-05-27T10:31:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:31:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:31:48.071Z||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-05-27T10:31:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:31:57.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:31:57.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:32:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:32:48.069Z||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-05-27T10:32:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:32:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:32:48.071Z||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-05-27T10:32:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:32:57.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:32:57.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:33:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:33:48.069Z||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-05-27T10:33:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:33:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:33:48.071Z||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-05-27T10:33:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:33:57.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:33:57.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:34:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:34:48.069Z||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-05-27T10:34:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:34:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:34:48.071Z||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-05-27T10:34:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:34:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:34:57.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:35:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:35:48.069Z||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-05-27T10:35:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:35:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:35:48.071Z||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-05-27T10:35:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:35:57.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:35:57.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:36:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:36:48.069Z||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-05-27T10:36:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:36:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:36:48.071Z||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-05-27T10:36:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:36:57.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:36:57.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:37:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:37:48.069Z||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-05-27T10:37:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:37:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:37:48.071Z||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-05-27T10:37:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:37:57.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:37:57.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:38:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:38:48.069Z||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-05-27T10:38:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:38:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:38:48.071Z||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-05-27T10:38:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:38:57.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:38:57.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:39:48.069Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:39:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:39:48.071Z||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-05-27T10:39:48.071Z||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-05-27T10:39:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:39:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:39:57.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:39:57.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:40:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:40:48.069Z||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-05-27T10:40:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:40:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:40:48.071Z||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-05-27T10:40:48.072Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:40:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:40:57.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:41:48.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:41:48.070Z||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-05-27T10:41:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:41:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:41:48.071Z||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-05-27T10:41:48.072Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:41:57.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:41:57.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:42:48.069Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:42:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:42:48.070Z||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-05-27T10:42:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:42:48.071Z||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-05-27T10:42:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:42:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:42:57.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:43:48.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:43:48.069Z||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-05-27T10:43:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:43:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:43:48.070Z||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-05-27T10:43:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:43:57.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:43:57.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:44:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:44:48.069Z||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-05-27T10:44:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:44:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:44:48.070Z||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-05-27T10:44:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:44:57.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:44:57.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:45:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:45:48.069Z||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-05-27T10:45:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:45:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:45:48.070Z||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-05-27T10:45:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:45:57.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:45:57.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:46:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:46:48.069Z||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-05-27T10:46:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:46:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:46:48.070Z||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-05-27T10:46:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:46:57.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:46:57.614Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:47:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:47:48.070Z||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-05-27T10:47:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:47:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:47:48.071Z||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-05-27T10:47:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:47:57.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:47:57.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:48:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:48:48.070Z||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-05-27T10:48:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:48:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:48:48.070Z||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-05-27T10:48:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:48:57.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:48:57.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:49:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:49:48.069Z||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-05-27T10:49:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:49:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:49:48.071Z||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-05-27T10:49:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:49:57.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:49:57.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:50:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:50:48.069Z||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-05-27T10:50:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:50:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:50:48.071Z||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-05-27T10:50:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:50:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:50:57.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:51:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:51:48.069Z||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-05-27T10:51:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:51:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:51:48.070Z||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-05-27T10:51:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:51:57.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:51:57.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:52:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:52:48.069Z||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-05-27T10:52:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:52:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:52:48.070Z||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-05-27T10:52:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:52:57.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:52:57.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:53:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:53:48.069Z||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-05-27T10:53:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:53:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:53:48.071Z||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-05-27T10:53:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:53:57.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:53:57.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:54:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:54:48.070Z||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-05-27T10:54:48.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:54:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:54:48.071Z||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-05-27T10:54:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:54:57.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:54:57.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:55:48.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:55:48.069Z||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-05-27T10:55:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:55:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:55:48.071Z||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-05-27T10:55:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:55:57.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:55:57.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:56:48.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:56:48.069Z||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-05-27T10:56:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:56:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:56:48.071Z||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-05-27T10:56:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:56:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:56:57.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:57:48.069Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:57:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:57:48.071Z||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-05-27T10:57:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:57:48.071Z||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-05-27T10:57:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:57:57.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:57:57.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:58:48.069Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:58:48.070Z||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-05-27T10:58:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:58:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:58:48.070Z||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-05-27T10:58:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:58:57.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:58:57.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:59:48.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:59:48.069Z||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-05-27T10:59:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:59:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T10:59:48.071Z||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-05-27T10:59:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T10:59:57.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T10:59:57.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:00:48.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:00:48.069Z||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-05-27T11:00:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:00:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:00:48.071Z||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-05-27T11:00:48.072Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:00:57.611Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:00:57.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:01:48.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:01:48.069Z||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-05-27T11:01:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:01:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:01:48.071Z||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-05-27T11:01:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:01:55.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:01:55.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:01:55.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a1851373-ed42-4ed5-81f6-e4243c6582ef","serviceName":"basic_onboard_yFpcVI","serviceVersion":"1.0","serviceUUID":"de75d761-1df6-4882-8fbf-46a6ab5884b8","serviceDescription":"service","serviceInvariantUUID":"d962ed54-c7df-4f53-a068-0558f55b4d9e","resources":[{"resourceInstanceName":"basic_onboard_yFpcVI 0","resourceName":"basic_onboard_yFpcVI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8d9e99e-807c-4940-89ff-bf60d2cde6b5","resourceInvariantUUID":"16743c11-1b07-4b5b-aa3b-a8e2eb7fdde1","resourceCustomizationUUID":"0c2609fa-e7ef-409f-a300-197fae9cf2ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml","artifactChecksum":"ZTc4YTQ3ODU0NmIzOGI4NjQ2YWMwZTY1OGNmZDhhNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff1098d5-0b97-4a92-b9c0-325570e2fb4c","artifactVersion":"1"},{"artifactName":"basic_onboard_yfpcvi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json","artifactChecksum":"MWZiYWEyZTgyNTRiYTJlODVlNTM3ZmYzMzUwNWI5MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ffab7bda-7ad2-48c2-8b55-953e191b5882","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7fa259d6-4296-4eab-9fd1-e9fa39a0c657","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15f088aa-ecae-4b19-a63a-aa1d88912ec6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2a766e20-4a17-4c03-86de-4353d05a67e7","artifactVersion":"2","generatedFromUUID":"7fa259d6-4296-4eab-9fd1-e9fa39a0c657"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYfpcvi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml","artifactChecksum":"OGY2MmQ2YThjZmQxZDI4YzRmN2ZlN2JmZDI0ZGE5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"761fab20-f9a7-491c-80eb-c7bf03f4984d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYfpcvi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar","artifactChecksum":"MzljMWNlZTM1MGFiZGNhM2YzMzg4NzQwYWRkMmZmNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60866141-3160-4746-86b7-bfed52ab9a68","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T11:01:55.927Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:01:55.933Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:01:55.946Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:01:55.946Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:01:56.045Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2021-05-27T11:01:56.051Z||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-05-27T11:01:56.051Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:01:56.069Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:01:56.070Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:01:56.159Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:01:56.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:01:56.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "dcae-sch", "timestamp": 1622113313291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:01:56.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:01:56.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:01:56.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113314798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:01:56.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:01:56.956Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:01:56.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:01:56.958Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:01:56.958Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:01:57.059Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T11:01:57.060Z||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-05-27T11:01:57.060Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:01:57.070Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:01:57.071Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:01:57.959Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:01:57.960Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:01:57.963Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:01:57.963Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-27T11:01:58.063Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:01:58.064Z||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-05-27T11:01:58.064Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:01:58.071Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:01:58.072Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:01:58.964Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:01:58.966Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:01:58.968Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:01:58.968Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:01:59.069Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:01:59.070Z||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-05-27T11:01:59.070Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:01:59.081Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:01:59.082Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:01:59.969Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:01:59.970Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:01:59.973Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:01:59.974Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-27T11:02:00.074Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:02:00.075Z||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-05-27T11:02:00.075Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:00.083Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:00.083Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:02:00.974Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:02:00.975Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:02:00.976Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:02:00.976Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:02:01.077Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:02:01.077Z||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-05-27T11:02:01.077Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:01.085Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:01.086Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:02:01.977Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:02:01.978Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:02:01.980Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:02:01.981Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:02:02.081Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:02:02.083Z||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-05-27T11:02:02.083Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:02.093Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:02.094Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:02:02.982Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "serviceName": "basic_onboard_yFpcVI", "serviceVersion": "1.0", "serviceUUID": "de75d761-1df6-4882-8fbf-46a6ab5884b8", "serviceDescription": "service", "serviceInvariantUUID": "d962ed54-c7df-4f53-a068-0558f55b4d9e", "resources": [ { "resourceInstanceName": "basic_onboard_yFpcVI 0", "resourceCustomizationUUID": "0c2609fa-e7ef-409f-a300-197fae9cf2ce", "resourceName": "basic_onboard_yFpcVI", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b8d9e99e-807c-4940-89ff-bf60d2cde6b5", "resourceInvariantUUID": "16743c11-1b07-4b5b-aa3b-a8e2eb7fdde1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_yfpcvi0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "artifactChecksum": "MWZiYWEyZTgyNTRiYTJlODVlNTM3ZmYzMzUwNWI5MjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ffab7bda-7ad2-48c2-8b55-953e191b5882", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7fa259d6-4296-4eab-9fd1-e9fa39a0c657", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2a766e20-4a17-4c03-86de-4353d05a67e7", "generatedFromUUID": "7fa259d6-4296-4eab-9fd1-e9fa39a0c657" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2a766e20-4a17-4c03-86de-4353d05a67e7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardYfpcvi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "artifactChecksum": "MzljMWNlZTM1MGFiZGNhM2YzMzg4NzQwYWRkMmZmNDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60866141-3160-4746-86b7-bfed52ab9a68" } ], "workloadContext": "Production" } 2021-05-27T11:02:02.983Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T11:02:02.983Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de75d761-1df6-4882-8fbf-46a6ab5884b8 ASDC 2021-05-27T11:02:03.096Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:a1851373-ed42-4ed5-81f6-e4243c6582ef ServiceName:basic_onboard_yFpcVI ServiceVersion:1.0 ServiceUUID:de75d761-1df6-4882-8fbf-46a6ab5884b8 ServiceInvariantUUID:d962ed54-c7df-4f53-a068-0558f55b4d9e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardYfpcvi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar ArtifactUUID:60866141-3160-4746-86b7-bfed52ab9a68 ArtifactChecksum:MzljMWNlZTM1MGFiZGNhM2YzMzg4NzQwYWRkMmZmNDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_yFpcVI 0 ResourceCustomizationUUID:0c2609fa-e7ef-409f-a300-197fae9cf2ce ResourceInvariantUUID:16743c11-1b07-4b5b-aa3b-a8e2eb7fdde1 ResourceName:basic_onboard_yFpcVI ResourceType:VF ResourceUUID:b8d9e99e-807c-4940-89ff-bf60d2cde6b5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_yfpcvi0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json ArtifactUUID:ffab7bda-7ad2-48c2-8b55-953e191b5882 ArtifactChecksum:MWZiYWEyZTgyNTRiYTJlODVlNTM3ZmYzMzUwNWI5MjA= 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/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml ArtifactUUID:7fa259d6-4296-4eab-9fd1-e9fa39a0c657 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/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env ArtifactUUID:2a766e20-4a17-4c03-86de-4353d05a67e7 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/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env ArtifactUUID:2a766e20-4a17-4c03-86de-4353d05a67e7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-27T11:02:03.097Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de75d761-1df6-4882-8fbf-46a6ab5884b8 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-05-27T11:02:03.351Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:02:03.352Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-27T11:02:03.353Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-27T11:02:03.354Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 60866141-3160-4746-86b7-bfed52ab9a68 from URL: /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:03.354Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-27T11:02:03.355Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:05.160Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-27T11:02:05.172Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar 60866141-3160-4746-86b7-bfed52ab9a68 74836 2021-05-27T11:02:05.174Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar ASDC sendASDCNotification 2021-05-27T11:02:05.174Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:05.175Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:02:05.176Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:02:05.177Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:02:05.177Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113325173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:02:05.278Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T11:02:05.279Z||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-05-27T11:02:05.279Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:05.290Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:05.290Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:02:06.178Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:02:06.180Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-27T11:02:06.180Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 60866141-3160-4746-86b7-bfed52ab9a68, URL: /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar to file: /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:06.181Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:06.331Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:06.332Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:06.657Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10597577453729723129/Definitions/service-BasicOnboardYfpcvi-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-05-27T11:02:08.207Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T11:02:08.210Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-27T11:02:08.210Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yFpcVI 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-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yFpcVI 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-27T11:02:08.216Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.218Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:08.220Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria 2021-05-27T11:02:08.221Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-27T11:02:08.221Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:02:08.222Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria 2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is not matching search criteria 2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-27T11:02:08.227Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.227Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T11:02:08.227Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.227Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria 2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria 2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria 2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is not matching search criteria 2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad4c82d2-dd0a-4a1b-a183-84de4de82f78 2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.230Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:08.230Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:08.230Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:08.230Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_yFpcVI Description:service Model UUID:de75d761-1df6-4882-8fbf-46a6ab5884b8 Model Version:NULL Model InvariantUuid:d962ed54-c7df-4f53-a068-0558f55b4d9e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_yFpcVI Model UUID:73aa254e-e690-4ae2-9e39-c9be07ed784a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:16743c11-1b07-4b5b-aa3b-a8e2eb7fdde1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0c2609fa-e7ef-409f-a300-197fae9cf2ce NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4cb9ba81-cfdd-4bf7-a538-283f56eb58c5 ModelName:BasicOnboardYfpcvi..base_ubuntu18..module-0 ModelUuid:7df18b2b-f6b7-4c0d-b929-9bc5bb0c8fc1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ad4c82d2-dd0a-4a1b-a183-84de4de82f78 ModelInvariantUuid:5945066d-17cb-4591-ab2e-eb6a3cf0f4af ModelName:basic_onboard_yFpcVI-nodes.ubuntu18Cvfc ModelUuid:b1ba2d4f-96ee-4df2-ab68-6a682ab85628 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:19139102-9da4-4424-a853-30f99340ed90 ModelInvariantUuid:1a64e2cc-422c-4ace-9694-0aa78e6d113e ModelName:BasicOnboardYfpcvi.compute.nodes.heat.ubuntu18 ModelUuid:62003391-a901-4f99-9487-78c3156cadde 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-05-27T11:02:08.247Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b8d9e99e-807c-4940-89ff-bf60d2cde6b5 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-05-27T11:02:08.323Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||basic_onboard_yFpcVI 0 2021-05-27T11:02:08.328Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8d9e99e-807c-4940-89ff-bf60d2cde6b5 2021-05-27T11:02:08.328Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ffab7bda-7ad2-48c2-8b55-953e191b5882 from URL: /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json 2021-05-27T11:02:08.328Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-27T11:02:08.329Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json 2021-05-27T11:02:08.516Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-27T11:02:08.517Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json ffab7bda-7ad2-48c2-8b55-953e191b5882 798 2021-05-27T11:02:08.517Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json ASDC sendASDCNotification 2021-05-27T11:02:08.517Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json 2021-05-27T11:02:08.517Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:02:08.518Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:02:08.521Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:02:08.521Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113328517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:02:08.624Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-05-27T11:02:08.625Z||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-05-27T11:02:08.625Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:08.636Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:08.636Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:02:09.523Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYfpcvi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4cb9ba81-cfdd-4bf7-a538-283f56eb58c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7df18b2b-f6b7-4c0d-b929-9bc5bb0c8fc1", "vfModuleModelCustomizationUUID": "480357ce-ae5b-4b76-a66b-98f64795c4b8", "isBase": true, "artifacts": [ "7fa259d6-4296-4eab-9fd1-e9fa39a0c657", "2a766e20-4a17-4c03-86de-4353d05a67e7" ], "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-05-27T11:02:09.547Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYfpcvi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7df18b2b-f6b7-4c0d-b929-9bc5bb0c8fc1 VfModuleModelInvariantUUID:4cb9ba81-cfdd-4bf7-a538-283f56eb58c5 VfModuleModelDescription:NULL Artifacts UUID List:{ 7fa259d6-4296-4eab-9fd1-e9fa39a0c657 , 2a766e20-4a17-4c03-86de-4353d05a67e7 } 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-05-27T11:02:09.550Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYfpcvi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4cb9ba81-cfdd-4bf7-a538-283f56eb58c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7df18b2b-f6b7-4c0d-b929-9bc5bb0c8fc1", "vfModuleModelCustomizationUUID": "480357ce-ae5b-4b76-a66b-98f64795c4b8", "isBase": true, "artifacts": [ "7fa259d6-4296-4eab-9fd1-e9fa39a0c657", "2a766e20-4a17-4c03-86de-4353d05a67e7" ], "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-05-27T11:02:09.550Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYfpcvi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7df18b2b-f6b7-4c0d-b929-9bc5bb0c8fc1 VfModuleModelInvariantUUID:4cb9ba81-cfdd-4bf7-a538-283f56eb58c5 VfModuleModelDescription:NULL Artifacts UUID List:{ 7fa259d6-4296-4eab-9fd1-e9fa39a0c657 , 2a766e20-4a17-4c03-86de-4353d05a67e7 } 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-05-27T11:02:09.550Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7fa259d6-4296-4eab-9fd1-e9fa39a0c657 from URL: /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml 2021-05-27T11:02:09.550Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-27T11:02:09.550Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml 2021-05-27T11:02:09.791Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-27T11:02:09.791Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml 7fa259d6-4296-4eab-9fd1-e9fa39a0c657 5033 2021-05-27T11:02:09.792Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-27T11:02:09.792Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml 2021-05-27T11:02:09.792Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:02:09.792Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:02:09.794Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:02:09.794Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113329791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:02:09.894Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:02:09.895Z||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-05-27T11:02:09.895Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:09.904Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:09.905Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:02:10.796Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a766e20-4a17-4c03-86de-4353d05a67e7 from URL: /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env 2021-05-27T11:02:10.796Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-27T11:02:10.796Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env 2021-05-27T11:02:12.342Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-27T11:02:12.343Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env 2a766e20-4a17-4c03-86de-4353d05a67e7 909 2021-05-27T11:02:12.344Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-27T11:02:12.344Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env 2021-05-27T11:02:12.345Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:02:12.345Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:02:12.348Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:02:12.349Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113332344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:02:12.449Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:02:12.449Z||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-05-27T11:02:12.450Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:12.461Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:12.461Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:02:13.349Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: de75d761-1df6-4882-8fbf-46a6ab5884b8 2021-05-27T11:02:13.350Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yFpcVI 0 b8d9e99e-807c-4940-89ff-bf60d2cde6b5 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-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0c2609fa-e7ef-409f-a300-197fae9cf2ce 2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0c2609fa-e7ef-409f-a300-197fae9cf2ce matches Tosca VF Customization UUID: 0c2609fa-e7ef-409f-a300-197fae9cf2ce 2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0c2609fa-e7ef-409f-a300-197fae9cf2ce 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-05-27T11:02:13.396Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.396Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:13.397Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0c2609fa-e7ef-409f-a300-197fae9cf2ce: {\"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-05-27T11:02:13.397Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2708450f 2021-05-27T11:02:13.397Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.398Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T11:02:13.398Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 480357ce-ae5b-4b76-a66b-98f64795c4b8 2021-05-27T11:02:13.399Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 480357ce-ae5b-4b76-a66b-98f64795c4b8 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-05-27T11:02:13.403Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.404Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria 2021-05-27T11:02:13.404Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:02:13.405Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.405Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria 2021-05-27T11:02:13.405Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:02:13.405Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.406Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is not matching search criteria 2021-05-27T11:02:13.406Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-27T11:02:13.406Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-27T11:02:13.406Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad4c82d2-dd0a-4a1b-a183-84de4de82f78 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-05-27T11:02:13.413Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.414Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria 2021-05-27T11:02:13.414Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:02:13.414Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.414Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria 2021-05-27T11:02:13.414Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=0c2609fa-e7ef-409f-a300-197fae9cf2ce 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-05-27T11:02:13.416Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.416Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:13.416Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid de75d761-1df6-4882-8fbf-46a6ab5884b8: basic_onboard_yFpcVI 2021-05-27T11:02:13.416Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.416Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_yFpcVI 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-05-27T11:02:13.574Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yFpcVI b8d9e99e-807c-4940-89ff-bf60d2cde6b5 1 ASDC deployResourceStructure 2021-05-27T11:02:13.574Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json ASDC sendASDCNotification 2021-05-27T11:02:13.575Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json 2021-05-27T11:02:13.575Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:02:13.575Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:02:13.577Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:02:13.578Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113333574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:02:13.678Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:02:13.679Z||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-05-27T11:02:13.680Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:13.690Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:13.691Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:02:14.579Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-27T11:02:14.579Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml 2021-05-27T11:02:14.580Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:02:14.580Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:02:14.583Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:02:14.583Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113334579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-27T11:02:14.683Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T11:02:14.684Z||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-05-27T11:02:14.685Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:14.693Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:14.693Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:02:15.584Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-27T11:02:15.585Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env 2021-05-27T11:02:15.586Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:02:15.587Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:02:15.590Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:02:15.591Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113335584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-27T11:02:15.690Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T11:02:15.691Z||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-05-27T11:02:15.691Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:15.700Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:15.700Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:02:16.591Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar ASDC sendASDCNotification 2021-05-27T11:02:16.592Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar 2021-05-27T11:02:16.592Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:02:16.592Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:02:16.594Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:02:16.595Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113336591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:02:16.695Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:02:16.695Z||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-05-27T11:02:16.695Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:16.702Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:16.703Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:02:17.596Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:02:17.627Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:02:17.630Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:02:17.630Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:02:17.630Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:02:47.631Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:02:47.644Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:02:47.648Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:02:47.648Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:02:47.648Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:02:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:02:48.071Z||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-05-27T11:02:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:02:48.092Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:02:48.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:02:48.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "cds", "timestamp": 1622113307050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:02:48.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:03:17.649Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:03:17.658Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:03:17.661Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:03:17.661Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:03:17.661Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:03:47.662Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:03:47.672Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:03:47.674Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:03:47.675Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:03:47.675Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:03:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:03:48.071Z||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-05-27T11:03:48.072Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:03:48.094Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:03:48.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:03:48.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:03:48.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:03:48.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:03:48.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "policy-id", "timestamp": 1622113305997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:03:48.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:17.675Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:04:17.691Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:17.694Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:04:17.694Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:04:17.694Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:04:47.695Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:04:47.708Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:47.712Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:04:47.712Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:04:47.712Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:04:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:04:48.071Z||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-05-27T11:04:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:04:48.092Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:04:48.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "aai-ml", "timestamp": 1622113306682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113314798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "dcae-sch", "timestamp": 1622113313291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "cds", "timestamp": 1622113307050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "policy-id", "timestamp": 1622113305997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "aai-ml", "timestamp": 1622113306682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113314798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "dcae-sch", "timestamp": 1622113313291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "cds", "timestamp": 1622113307050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "policy-id", "timestamp": 1622113305997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-27T11:04:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "aai-ml", "timestamp": 1622113306682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113314798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "dcae-sch", "timestamp": 1622113313291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "cds", "timestamp": 1622113307050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "policy-id", "timestamp": 1622113305997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "aai-ml", "timestamp": 1622113306682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113314798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "dcae-sch", "timestamp": 1622113313291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "cds", "timestamp": 1622113307050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "policy-id", "timestamp": 1622113305997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "aai-ml", "timestamp": 1622113306682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113314798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "dcae-sch", "timestamp": 1622113313291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "cds", "timestamp": 1622113307050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "policy-id", "timestamp": 1622113305997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "aai-ml", "timestamp": 1622113306682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113314798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "dcae-sch", "timestamp": 1622113313291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "cds", "timestamp": 1622113307050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "policy-id", "timestamp": 1622113305997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113308068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "aai-ml", "timestamp": 1622113306682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113322035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113322035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113322035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "policy-id", "timestamp": 1622113324739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "cds", "timestamp": 1622113324956, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113325129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113325173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "aai-ml", "timestamp": 1622113325323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113322035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "policy-id", "timestamp": 1622113325746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "cds", "timestamp": 1622113325973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-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-05-27T11:04:48.123Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef 2021-05-27T11:04:48.124Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113326656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113322035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-27T11:04:48.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "policy-id", "timestamp": 1622113326749, "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-05-27T11:04:48.140Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef 2021-05-27T11:04:48.141Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113322035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113327807, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113328517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113322035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113328812, "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-05-27T11:04:48.154Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef 2021-05-27T11:04:48.154Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "cds", "timestamp": 1622113326977, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "policy-id", "timestamp": 1622113327752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113329791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113329816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113329997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "cds", "timestamp": 1622113326977, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "policy-id", "timestamp": 1622113327752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "cds", "timestamp": 1622113326977, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "policy-id", "timestamp": 1622113327752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113332344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "cds", "timestamp": 1622113326977, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113332483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "policy-id", "timestamp": 1622113327752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "cds", "timestamp": 1622113326977, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "policy-id", "timestamp": 1622113327752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113333574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "dcae-sch", "timestamp": 1622113333291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "cds", "timestamp": 1622113326977, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "policy-id", "timestamp": 1622113327752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113334579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "dcae-sch", "timestamp": 1622113333291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113335240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113334798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "cds", "timestamp": 1622113326977, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "policy-id", "timestamp": 1622113327752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113335584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "dcae-sch", "timestamp": 1622113333291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113336247, "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-05-27T11:04:48.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef 2021-05-27T11:04:48.172Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113334798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113336591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "dcae-sch", "timestamp": 1622113333291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "multicloud-windriver-id", "timestamp": 1622113337251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113334798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "dcae-sch", "timestamp": 1622113333291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "policy-id", "timestamp": 1622113338100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "cds", "timestamp": 1622113338284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113334798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "dcae-sch", "timestamp": 1622113333291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "policy-id", "timestamp": 1622113339104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "cds", "timestamp": 1622113339289, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-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-05-27T11:04:48.194Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7 2021-05-27T11:04:48.194Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113334798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-27T11:04:48.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "aai-ml", "timestamp": 1622113339697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "dcae-sch", "timestamp": 1622113333291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "policy-id", "timestamp": 1622113340106, "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-05-27T11:04:48.206Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7 2021-05-27T11:04:48.207Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113340330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.217Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113334798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "aai-ml", "timestamp": 1622113340702, "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-05-27T11:04:48.224Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef 2021-05-27T11:04:48.224Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113334798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "aai-ml", "timestamp": 1622113341706, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113342034, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "aai-ml", "timestamp": 1622113341706, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113342034, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113343776, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113343854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "aai-ml", "timestamp": 1622113341706, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113342034, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113344858, "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-05-27T11:04:48.242Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef 2021-05-27T11:04:48.242Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "aai-ml", "timestamp": 1622113341706, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113345545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113342034, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "aai-ml", "timestamp": 1622113341706, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113342034, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113346767, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "aai-ml", "timestamp": 1622113341706, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113342034, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113347770, "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-05-27T11:04:48.256Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7 2021-05-27T11:04:48.257Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "aai-ml", "timestamp": 1622113341706, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113342034, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113348773, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "aai-ml", "timestamp": 1622113349580, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113350058, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113330461, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "clamp", "timestamp": 1622113352085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113352186, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "clamp", "timestamp": 1622113354091, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113354194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113354380, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:04:48.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "clamp", "timestamp": 1622113355094, "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-05-27T11:04:48.272Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef 2021-05-27T11:04:48.272Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113355385, "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-05-27T11:04:48.284Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7 2021-05-27T11:04:48.285Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "multicloud-windriver-id", "timestamp": 1622113356388, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113357198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113358202, "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-05-27T11:04:48.297Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7 2021-05-27T11:04:48.297Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "aai-ml", "timestamp": 1622113359230, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:04:48.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:04:48.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "aai-ml", "timestamp": 1622113360234, "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-05-27T11:04:48.309Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7 2021-05-27T11:04:48.309Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:04:48.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:04:48.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:04:48.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "clamp", "timestamp": 1622113335352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:04:48.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:05:17.713Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:05:17.726Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:05:17.730Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:05:17.730Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T11:05:17.736Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T11:05:47.737Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:05:47.750Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1851373-ed42-4ed5-81f6-e4243c6582ef and serviceModelVersionId: de75d761-1df6-4882-8fbf-46a6ab5884b8 2021-05-27T11:05:47.750Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d962ed54-c7df-4f53-a068-0558f55b4d9e 2021-05-27T11:05:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:05:48.075Z||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-05-27T11:05:48.075Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:05:48.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:05:48.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:05:48.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "clamp", "timestamp": 1622113375082, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:05:48.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:05:48.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:05:48.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "clamp", "timestamp": 1622113376097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:05:48.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:05:48.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:05:48.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "clamp", "timestamp": 1622113377099, "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-05-27T11:05:48.606Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7 2021-05-27T11:05:48.606Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:05:58.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0 2021-05-27T11:05:58.718Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T11:05:59.400Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|INFO|500||Invoke 2021-05-27T11:05:59.408Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1851373-ed42-4ed5-81f6-e4243c6582ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0aff710-5b22-4313-b649-acc759c5296a], X-ECOMP-RequestID=[a1851373-ed42-4ed5-81f6-e4243c6582ef], X-TransactionId=[], X-ONAP-RequestID=[a1851373-ed42-4ed5-81f6-e4243c6582ef], Content-Type=[application/merge-patch+json]} 2021-05-27T11:05:59.527Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T11:05:59.957Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?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/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-11:05:59:537-39324], vertex-id=[340136], Content-Length=[0], Date=[Thu, 27 May 2021 11:05:59 GMT], Content-Type=[application/json]} 2021-05-27T11:05:59.959Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-27T11:05:59.960Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|INFO|500||InvokeReturn 2021-05-27T11:05:59.964Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T11:05:59.964Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T11:05:59.969Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-27T11:05:59.975Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1851373-ed42-4ed5-81f6-e4243c6582ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T11:05:59.976Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T11:05:59.976Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:05:59.978Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:05:59.978Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113559975, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:06:00.078Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:00.080Z||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-05-27T11:06:00.080Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:00.089Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:00.090Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-27T11:06:00.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:06:00.993Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:06:00.994Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:05.295Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:05.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-27T11:06:05.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"09246e29-052a-4bb4-b1cd-fbdcce6263f7","serviceName":"vFW 2021-05-27 10-59-39","serviceVersion":"1.0","serviceUUID":"a03ec572-fb37-4396-b6aa-dbb27de86708","serviceDescription":"catalog service description","serviceInvariantUUID":"d5920730-f590-4775-88dd-02631ebbd823","resources":[{"resourceInstanceName":"vFW d02dd41e-3d3b 0","resourceName":"vFW d02dd41e-3d3b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4681e0f6-ef23-4c77-98aa-4274e89b2f51","resourceInvariantUUID":"9e35f85b-80e6-4410-b524-613e9f21e962","resourceCustomizationUUID":"982fc262-edd1-47cf-a2e4-ff3e589a5574","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml","artifactChecksum":"MGMyMjY3MzNmYTU2MzdiNGRiNzFmNzBkOWQzODg3YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4e8757c-2440-42fb-abd5-fbd2cbab19a0","artifactVersion":"1"},{"artifactName":"vfwd02dd41e3d3b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json","artifactChecksum":"ZWNiYzQwNjI1Y2VlMjVmNWY0NTA4NjlmY2VjZDZhOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6b62b84-d739-40ba-83e9-3355504142fc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b84ea22e-cd74-459e-a2d4-d5c3121ee4e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml","artifactChecksum":"MDdiZTQ5MjI3YTQ1MGM4NDBlNjNjOWYyYjEzMWI2M2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d66008f8-6ac3-46aa-8f72-039732bf4b87","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f64ae22f-fc10-4996-867e-8f8f6f8bb98d","artifactVersion":"2","generatedFromUUID":"b84ea22e-cd74-459e-a2d4-d5c3121ee4e5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210527105939-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml","artifactChecksum":"ZjBkZTkzOTA0NGMwYTk1MTU1MTc4ODgwZGQyZDY3ZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8df51d98-9247-4812-84e3-7c67c6ecfb9e","artifactVersion":"1"},{"artifactName":"service-Vfw20210527105939-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar","artifactChecksum":"ODRhNzJjN2EyYzUzMzM4YzI2N2IyOTgxMjNkMTFiMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"085eca79-c35e-48a9-9fd3-28cd926bf1dc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T11:06:05.300Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:06:05.300Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:05.302Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:05.303Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:06:05.403Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:05.404Z||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-05-27T11:06:05.404Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:05.413Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:05.414Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:06:06.303Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:06:06.304Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:06.307Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:06.307Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:06:06.407Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:06.408Z||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-05-27T11:06:06.408Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:06.417Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:06.418Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:07.308Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:06:07.309Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:07.311Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:07.311Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T11:06:07.412Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:07.414Z||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-05-27T11:06:07.414Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:07.424Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:07.425Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:08.312Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:06:08.315Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:08.318Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:08.318Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:06:08.419Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:08.420Z||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-05-27T11:06:08.420Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:08.430Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:08.431Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:09.319Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:06:09.319Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:09.321Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:09.322Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-27T11:06:09.422Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:09.423Z||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-05-27T11:06:09.424Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:09.431Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:09.432Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:06:10.322Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:06:10.323Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:10.326Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:10.327Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:06:10.427Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:10.428Z||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-05-27T11:06:10.428Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:10.437Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:10.438Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:11.327Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:06:11.328Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:11.330Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:11.331Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:06:11.431Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:11.432Z||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-05-27T11:06:11.432Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:11.441Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:11.442Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:12.333Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "serviceName": "vFW 2021-05-27 10-59-39", "serviceVersion": "1.0", "serviceUUID": "a03ec572-fb37-4396-b6aa-dbb27de86708", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d5920730-f590-4775-88dd-02631ebbd823", "resources": [ { "resourceInstanceName": "vFW d02dd41e-3d3b 0", "resourceCustomizationUUID": "982fc262-edd1-47cf-a2e4-ff3e589a5574", "resourceName": "vFW d02dd41e-3d3b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4681e0f6-ef23-4c77-98aa-4274e89b2f51", "resourceInvariantUUID": "9e35f85b-80e6-4410-b524-613e9f21e962", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd02dd41e3d3b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "artifactChecksum": "ZWNiYzQwNjI1Y2VlMjVmNWY0NTA4NjlmY2VjZDZhOTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6b62b84-d739-40ba-83e9-3355504142fc", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b84ea22e-cd74-459e-a2d4-d5c3121ee4e5", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f64ae22f-fc10-4996-867e-8f8f6f8bb98d", "generatedFromUUID": "b84ea22e-cd74-459e-a2d4-d5c3121ee4e5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f64ae22f-fc10-4996-867e-8f8f6f8bb98d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210527105939-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "artifactChecksum": "ODRhNzJjN2EyYzUzMzM4YzI2N2IyOTgxMjNkMTFiMGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "085eca79-c35e-48a9-9fd3-28cd926bf1dc" } ], "workloadContext": "Production" } 2021-05-27T11:06:12.334Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T11:06:12.334Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a03ec572-fb37-4396-b6aa-dbb27de86708 ASDC 2021-05-27T11:06:12.335Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:09246e29-052a-4bb4-b1cd-fbdcce6263f7 ServiceName:vFW 2021-05-27 10-59-39 ServiceVersion:1.0 ServiceUUID:a03ec572-fb37-4396-b6aa-dbb27de86708 ServiceInvariantUUID:d5920730-f590-4775-88dd-02631ebbd823 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210527105939-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar ArtifactUUID:085eca79-c35e-48a9-9fd3-28cd926bf1dc ArtifactChecksum:ODRhNzJjN2EyYzUzMzM4YzI2N2IyOTgxMjNkMTFiMGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d02dd41e-3d3b 0 ResourceCustomizationUUID:982fc262-edd1-47cf-a2e4-ff3e589a5574 ResourceInvariantUUID:9e35f85b-80e6-4410-b524-613e9f21e962 ResourceName:vFW d02dd41e-3d3b ResourceType:VF ResourceUUID:4681e0f6-ef23-4c77-98aa-4274e89b2f51 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd02dd41e3d3b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json ArtifactUUID:b6b62b84-d739-40ba-83e9-3355504142fc ArtifactChecksum:ZWNiYzQwNjI1Y2VlMjVmNWY0NTA4NjlmY2VjZDZhOTM= 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/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml ArtifactUUID:b84ea22e-cd74-459e-a2d4-d5c3121ee4e5 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/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env ArtifactUUID:f64ae22f-fc10-4996-867e-8f8f6f8bb98d 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/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env ArtifactUUID:f64ae22f-fc10-4996-867e-8f8f6f8bb98d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-27T11:06:12.335Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a03ec572-fb37-4396-b6aa-dbb27de86708 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-05-27T11:06:12.374Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:06:12.375Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:06:12.376Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:06:12.376Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 085eca79-c35e-48a9-9fd3-28cd926bf1dc from URL: /sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:12.376Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:06:12.376Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:14.338Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:06:14.343Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar 085eca79-c35e-48a9-9fd3-28cd926bf1dc 110076 2021-05-27T11:06:14.344Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar ASDC sendASDCNotification 2021-05-27T11:06:14.344Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:14.344Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:06:14.344Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:14.346Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:14.346Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113574344, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:06:14.447Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:14.448Z||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-05-27T11:06:14.448Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:14.458Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:14.458Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:15.347Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:06:15.348Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:06:15.349Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 085eca79-c35e-48a9-9fd3-28cd926bf1dc, URL: /sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar to file: /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:15.349Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210527105939-csar.csar 2021-05-27T11:06:15.350Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:15.350Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:15.719Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4535731823349705411/Definitions/service-Vfw20210527105939-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-05-27T11:06:17.766Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T11:06:17.766Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d02dd41e-3d3b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d02dd41e-3d3b 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-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T11:06:17.775Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.776Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:17.776Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:06:17.777Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.778Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:17.778Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:06:17.778Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.778Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:17.778Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:06:17.779Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.779Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria 2021-05-27T11:06:17.779Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T11:06:17.779Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-27T11:06:17.779Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T11:06:17.780Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-27T11:06:17.780Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-27T11:06:17.780Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.780Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:17.780Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-27T11:06:17.781Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:17.781Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-27T11:06:17.781Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.781Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6b06b18d-d7ae-44f7-8ae9-9a785e27ba91 2021-05-27T11:06:17.781Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria 2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-27T11:06:17.784Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.784Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf973250-c42e-4302-96e2-341abe0fd829 2021-05-27T11:06:17.784Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.784Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria 2021-05-27T11:06:17.784Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4662b87f-facb-4d54-8850-680ceb48d8e7 2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:17.788Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:17.788Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-27 10-59-39 Description:catalog service description Model UUID:a03ec572-fb37-4396-b6aa-dbb27de86708 Model Version:NULL Model InvariantUuid:d5920730-f590-4775-88dd-02631ebbd823 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d02dd41e-3d3b Model UUID:b3f2e531-fb0d-4ea8-89e0-efc0da7e4f37 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9e35f85b-80e6-4410-b524-613e9f21e962 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:982fc262-edd1-47cf-a2e4-ff3e589a5574 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cb501b55-c573-4ca1-8fde-87b9e39adafd ModelName:VfwD02dd41e3d3b..base_vfw..module-0 ModelUuid:676b6ccd-2e9a-4cc7-962b-4ab68a3cd575 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6b06b18d-d7ae-44f7-8ae9-9a785e27ba91 ModelInvariantUuid:33d9ec0d-b19b-4637-8014-0d4d1c568931 ModelName:vFW d02dd41e-3d3b-nodes.vfwCvfc ModelUuid:e2e00f56-66db-400e-90c8-d03b60edb93a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:37c7d39f-128e-4e8c-bd8a-ee7e49dbae24 ModelInvariantUuid:92237a4a-52cf-4ae7-902c-7450e72fcc1e ModelName:VfwD02dd41e3d3b.compute.nodes.heat.vfw ModelUuid:2fedebc4-18d9-4aca-8cde-6305e1a7c684 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cf973250-c42e-4302-96e2-341abe0fd829 ModelInvariantUuid:6119d169-8e10-4287-9c1b-eec52e4039a0 ModelName:vFW d02dd41e-3d3b-nodes.vsnCvfc ModelUuid:5e476695-f89e-4278-b5ea-466a74cffa77 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:169bad34-fa9b-4080-ae19-f0e591fe5d23 ModelInvariantUuid:7e7f22c7-f04b-4335-be53-e4c8bf6a1004 ModelName:VfwD02dd41e3d3b.compute.nodes.heat.vsn ModelUuid:52e9c5aa-8b76-430c-988c-6c3b50e19fc7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4662b87f-facb-4d54-8850-680ceb48d8e7 ModelInvariantUuid:aaec0372-52c3-405d-b34a-a95ba080b1ef ModelName:vFW d02dd41e-3d3b-nodes.vpgCvfc ModelUuid:69772676-adc0-40f5-8fee-623dd27c331b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f0577df3-ffcd-4993-beba-535da8b64c2c ModelInvariantUuid:2e07cd22-2923-4e81-822b-3472677ad757 ModelName:VfwD02dd41e3d3b.compute.nodes.heat.vpg ModelUuid:ff0cfe9f-94dd-4e7a-a9a3-68c83ea6f06e 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-05-27T11:06:17.793Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4681e0f6-ef23-4c77-98aa-4274e89b2f51 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-05-27T11:06:17.796Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||vFW d02dd41e-3d3b 0 2021-05-27T11:06:17.796Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4681e0f6-ef23-4c77-98aa-4274e89b2f51 2021-05-27T11:06:17.796Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b6b62b84-d739-40ba-83e9-3355504142fc from URL: /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json 2021-05-27T11:06:17.796Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:06:17.796Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json 2021-05-27T11:06:18.368Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:06:18.369Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json b6b62b84-d739-40ba-83e9-3355504142fc 785 2021-05-27T11:06:18.369Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json ASDC sendASDCNotification 2021-05-27T11:06:18.369Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json 2021-05-27T11:06:18.369Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:06:18.369Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:18.371Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:18.371Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113578369, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:06:18.471Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:18.472Z||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-05-27T11:06:18.473Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:18.488Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:18.489Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:19.373Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD02dd41e3d3b..base_vfw..module-0", "vfModuleModelInvariantUUID": "cb501b55-c573-4ca1-8fde-87b9e39adafd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "676b6ccd-2e9a-4cc7-962b-4ab68a3cd575", "vfModuleModelCustomizationUUID": "b91f076a-6e4b-4c4b-ac22-cbdee0255fcd", "isBase": true, "artifacts": [ "b84ea22e-cd74-459e-a2d4-d5c3121ee4e5", "f64ae22f-fc10-4996-867e-8f8f6f8bb98d" ], "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-05-27T11:06:19.378Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD02dd41e3d3b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:676b6ccd-2e9a-4cc7-962b-4ab68a3cd575 VfModuleModelInvariantUUID:cb501b55-c573-4ca1-8fde-87b9e39adafd VfModuleModelDescription:NULL Artifacts UUID List:{ b84ea22e-cd74-459e-a2d4-d5c3121ee4e5 , f64ae22f-fc10-4996-867e-8f8f6f8bb98d } 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-05-27T11:06:19.380Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD02dd41e3d3b..base_vfw..module-0", "vfModuleModelInvariantUUID": "cb501b55-c573-4ca1-8fde-87b9e39adafd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "676b6ccd-2e9a-4cc7-962b-4ab68a3cd575", "vfModuleModelCustomizationUUID": "b91f076a-6e4b-4c4b-ac22-cbdee0255fcd", "isBase": true, "artifacts": [ "b84ea22e-cd74-459e-a2d4-d5c3121ee4e5", "f64ae22f-fc10-4996-867e-8f8f6f8bb98d" ], "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-05-27T11:06:19.380Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD02dd41e3d3b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:676b6ccd-2e9a-4cc7-962b-4ab68a3cd575 VfModuleModelInvariantUUID:cb501b55-c573-4ca1-8fde-87b9e39adafd VfModuleModelDescription:NULL Artifacts UUID List:{ b84ea22e-cd74-459e-a2d4-d5c3121ee4e5 , f64ae22f-fc10-4996-867e-8f8f6f8bb98d } 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-05-27T11:06:19.380Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b84ea22e-cd74-459e-a2d4-d5c3121ee4e5 from URL: /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml 2021-05-27T11:06:19.380Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:06:19.380Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml 2021-05-27T11:06:20.199Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:06:20.200Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml b84ea22e-cd74-459e-a2d4-d5c3121ee4e5 20368 2021-05-27T11:06:20.200Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-27T11:06:20.200Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml 2021-05-27T11:06:20.200Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:06:20.201Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:20.203Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:20.203Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113580200, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:06:20.303Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:20.304Z||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-05-27T11:06:20.304Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:20.315Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:20.315Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:21.203Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f64ae22f-fc10-4996-867e-8f8f6f8bb98d from URL: /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env 2021-05-27T11:06:21.204Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:06:21.204Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env 2021-05-27T11:06:22.025Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:06:22.025Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env f64ae22f-fc10-4996-867e-8f8f6f8bb98d 2098 2021-05-27T11:06:22.026Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-27T11:06:22.026Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env 2021-05-27T11:06:22.026Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:06:22.026Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:22.029Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:22.029Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113582026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:06:22.129Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:22.130Z||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-05-27T11:06:22.130Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:22.140Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:22.140Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:23.029Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a03ec572-fb37-4396-b6aa-dbb27de86708 2021-05-27T11:06:23.030Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d02dd41e-3d3b 0 4681e0f6-ef23-4c77-98aa-4274e89b2f51 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-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 982fc262-edd1-47cf-a2e4-ff3e589a5574 2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 982fc262-edd1-47cf-a2e4-ff3e589a5574 matches Tosca VF Customization UUID: 982fc262-edd1-47cf-a2e4-ff3e589a5574 2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 982fc262-edd1-47cf-a2e4-ff3e589a5574 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-05-27T11:06:23.049Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.049Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 982fc262-edd1-47cf-a2e4-ff3e589a5574: {\"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-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71b6d5fd 2021-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b91f076a-6e4b-4c4b-ac22-cbdee0255fcd 2021-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b91f076a-6e4b-4c4b-ac22-cbdee0255fcd 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-05-27T11:06:23.052Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.052Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:23.052Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:06:23.053Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.053Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:23.053Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:06:23.053Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.054Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria 2021-05-27T11:06:23.054Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T11:06:23.054Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-27T11:06:23.054Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T11:06:23.054Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6b06b18d-d7ae-44f7-8ae9-9a785e27ba91 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-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria 2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T11:06:23.060Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf973250-c42e-4302-96e2-341abe0fd829 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-05-27T11:06:23.061Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.061Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:23.061Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:06:23.063Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4662b87f-facb-4d54-8850-680ceb48d8e7 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-05-27T11:06:23.066Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.066Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:23.066Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:06:23.066Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.066Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria 2021-05-27T11:06:23.067Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=982fc262-edd1-47cf-a2e4-ff3e589a5574 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-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a03ec572-fb37-4396-b6aa-dbb27de86708: vFW d02dd41e-3d3b 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:06:23.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-05-27 10-59-39 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-05-27T11:06:23.197Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d02dd41e-3d3b 4681e0f6-ef23-4c77-98aa-4274e89b2f51 1 ASDC deployResourceStructure 2021-05-27T11:06:23.198Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json ASDC sendASDCNotification 2021-05-27T11:06:23.198Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json 2021-05-27T11:06:23.198Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:06:23.198Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:23.199Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:23.200Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113583198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:06:23.301Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T11:06:23.302Z||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-05-27T11:06:23.302Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:23.310Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:23.311Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:24.201Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-27T11:06:24.201Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml 2021-05-27T11:06:24.201Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:06:24.202Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:24.205Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:24.205Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113584201, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-27T11:06:24.305Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:24.306Z||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-05-27T11:06:24.306Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:24.317Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:24.317Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:25.206Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-27T11:06:25.206Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env 2021-05-27T11:06:25.207Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:06:25.207Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:25.209Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:25.209Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113585206, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-27T11:06:25.309Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:25.310Z||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-05-27T11:06:25.310Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:25.320Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:25.321Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:06:26.210Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar ASDC sendASDCNotification 2021-05-27T11:06:26.210Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar 2021-05-27T11:06:26.210Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:06:26.211Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:26.214Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:26.214Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113586209, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:06:26.314Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:26.315Z||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-05-27T11:06:26.315Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:26.324Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:26.324Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:06:27.216Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09246e29-052a-4bb4-b1cd-fbdcce6263f7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:06:27.228Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:06:27.233Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:06:27.233Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T11:06:27.233Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T11:06:27.233Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T11:06:27.233Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T11:06:27.239Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T11:06:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:06:48.071Z||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-05-27T11:06:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:48.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:48.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113559975, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:06:48.694Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113560993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113574344, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113578369, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113580200, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113582026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113583198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113584201, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-27T11:06:48.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:06:48.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113585206, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-27T11:06:48.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:06:48.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-27T11:06:48.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113586209, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:06:48.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:06:57.240Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:06:57.247Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09246e29-052a-4bb4-b1cd-fbdcce6263f7 and serviceModelVersionId: a03ec572-fb37-4396-b6aa-dbb27de86708 2021-05-27T11:06:57.247Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5920730-f590-4775-88dd-02631ebbd823 2021-05-27T11:06:57.249Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0 2021-05-27T11:06:57.254Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T11:06:57.289Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|INFO|500||Invoke 2021-05-27T11:06:57.289Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09246e29-052a-4bb4-b1cd-fbdcce6263f7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9621eb7-a5f0-4cea-b8c3-776204011e37], X-ECOMP-RequestID=[09246e29-052a-4bb4-b1cd-fbdcce6263f7], X-TransactionId=[], X-ONAP-RequestID=[09246e29-052a-4bb4-b1cd-fbdcce6263f7], Content-Type=[application/merge-patch+json]} 2021-05-27T11:06:57.311Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T11:06:57.401Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?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/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-11:06:57:321-37420], vertex-id=[180344], Content-Length=[0], Date=[Thu, 27 May 2021 11:06:57 GMT], Content-Type=[application/json]} 2021-05-27T11:06:57.402Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-27T11:06:57.403Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|INFO|500||InvokeReturn 2021-05-27T11:06:57.403Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T11:06:57.404Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T11:06:57.408Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-27T11:06:57.408Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09246e29-052a-4bb4-b1cd-fbdcce6263f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T11:06:57.408Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T11:06:57.409Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:06:57.411Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:06:57.411Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113617408, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:06:57.511Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:06:57.512Z||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-05-27T11:06:57.512Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:06:57.523Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:06:57.523Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-27T11:06:58.425Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:06:58.426Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:06:58.426Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:07:07.977Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:07:07.978Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:07:07.978Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:07:07.979Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:07:17.518Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:07:17.519Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:07:17.519Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:07:17.520Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:07:27.060Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:07:27.061Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:07:27.062Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:07:27.062Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:07:36.607Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:07:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:07:48.070Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:07:48.070Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:07:48.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:07:48.071Z||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-05-27T11:07:48.072Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:07:48.696Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:07:48.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-27T11:07:48.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113617408, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:07:48.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:07:57.619Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:08:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:08:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:08:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:08:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:08:48.070Z||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-05-27T11:08:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:08:57.611Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:08:57.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:09:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:09:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:09:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:09:48.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:09:48.070Z||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-05-27T11:09:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:09:57.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:09:57.613Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:10:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:10:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:10:48.070Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:10:48.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:10:48.071Z||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-05-27T11:10:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:10:57.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:10:57.617Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:11:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:11:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:11:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:11:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:11:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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-05-27T11:11:48.071Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:11:57.615Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:11:57.615Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:12:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:12:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:12:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:12:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:12:48.070Z||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-05-27T11:12:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:12:48.695Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:12:48.695Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:12:48.696Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.696Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"391d33a2-4b26-4f0b-bfa5-05f990cc9237","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bfb5751f-82a1-4438-9ebc-ff6a7a1008ea","serviceDescription":"service","serviceInvariantUUID":"808c8400-e1c8-479a-ab9e-f4ac6e4c4732","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"50962815-9c7a-472a-9e72-449893c9dea8","resourceInvariantUUID":"66e734a5-965b-4a7d-8656-4081ba5d513e","resourceCustomizationUUID":"95564479-1efa-4716-9926-5b367427a65e","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":"OGNhNjJjMDAwZGYzZWNkNDEyOThlYTRmNjA1MmU2YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9fa4ab7-7a7e-4e60-9bea-9b0e34e6254a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGVlZTE4NjJjYTBlZmJlMDMzYmRlZTBkZTJjNDU3NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad851c5d-55a0-4469-bb08-2c90bb6c7863","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113934798, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "clamp", "timestamp": 1622113935352, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "cds", "timestamp": 1622113937050, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113930461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "aai-ml", "timestamp": 1622113936682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.698Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "dcae-sch", "timestamp": 1622113933291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:12:48.698Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "multicloud-starlingx-id", "timestamp": 1622113934798, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "clamp", "timestamp": 1622113935352, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "cds", "timestamp": 1622113937050, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113930461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "aai-ml", "timestamp": 1622113936682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "dcae-sch", "timestamp": 1622113933291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "multicloud-windriver-id", "timestamp": 1622113942034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "aai-ml", "timestamp": 1622113943256, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113943332, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "cds", "timestamp": 1622113943350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:12:48.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:12:48.699Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:12:48.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "multicloud-windriver-id", "timestamp": 1622113942034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:12:48.700Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113968068, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:12:48.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "cds", "timestamp": 1622113944356, "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-05-27T11:12:48.715Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 391d33a2-4b26-4f0b-bfa5-05f990cc9237 2021-05-27T11:12:48.715Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:48.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113944720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:12:48.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:12:48.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622113945724, "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-05-27T11:12:48.728Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 391d33a2-4b26-4f0b-bfa5-05f990cc9237 2021-05-27T11:12:48.728Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "policy-id", "timestamp": 1622113945997, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:12:48.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "aai-ml", "timestamp": 1622113946943, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:12:48.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "policy-id", "timestamp": 1622113945997, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:12:48.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "aai-ml", "timestamp": 1622113947947, "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-05-27T11:12:48.738Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 391d33a2-4b26-4f0b-bfa5-05f990cc9237 2021-05-27T11:12:48.738Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "policy-id", "timestamp": 1622113948795, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:12:48.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "policy-id", "timestamp": 1622113949800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:12:48.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "clamp", "timestamp": 1622113950709, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:12:48.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "policy-id", "timestamp": 1622113950803, "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-05-27T11:12:48.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 391d33a2-4b26-4f0b-bfa5-05f990cc9237 2021-05-27T11:12:48.748Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:48.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "clamp", "timestamp": 1622113951723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:12:48.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:12:48.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-27T11:12:48.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "clamp", "timestamp": 1622113952726, "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-05-27T11:12:48.757Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 391d33a2-4b26-4f0b-bfa5-05f990cc9237 2021-05-27T11:12:48.757Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:48.800Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:12:48.801Z||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-05-27T11:12:48.801Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:12:48.809Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:12:48.810Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:12:49.700Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:12:49.700Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:12:49.702Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:12:49.702Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113968068, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:12:49.802Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:12:49.803Z||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-05-27T11:12:49.803Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:12:49.811Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:12:49.811Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:12:50.703Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "bfb5751f-82a1-4438-9ebc-ff6a7a1008ea", "serviceDescription": "service", "serviceInvariantUUID": "808c8400-e1c8-479a-ab9e-f4ac6e4c4732", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "95564479-1efa-4716-9926-5b367427a65e", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "50962815-9c7a-472a-9e72-449893c9dea8", "resourceInvariantUUID": "66e734a5-965b-4a7d-8656-4081ba5d513e", "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": "OGVlZTE4NjJjYTBlZmJlMDMzYmRlZTBkZTJjNDU3NTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad851c5d-55a0-4469-bb08-2c90bb6c7863" } ], "workloadContext": "Production" } 2021-05-27T11:12:50.704Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T11:12:50.704Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfb5751f-82a1-4438-9ebc-ff6a7a1008ea ASDC 2021-05-27T11:12:50.704Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:391d33a2-4b26-4f0b-bfa5-05f990cc9237 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:bfb5751f-82a1-4438-9ebc-ff6a7a1008ea ServiceInvariantUUID:808c8400-e1c8-479a-ab9e-f4ac6e4c4732 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:ad851c5d-55a0-4469-bb08-2c90bb6c7863 ArtifactChecksum:OGVlZTE4NjJjYTBlZmJlMDMzYmRlZTBkZTJjNDU3NTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:95564479-1efa-4716-9926-5b367427a65e ResourceInvariantUUID:66e734a5-965b-4a7d-8656-4081ba5d513e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:50962815-9c7a-472a-9e72-449893c9dea8 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-27T11:12:50.704Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfb5751f-82a1-4438-9ebc-ff6a7a1008ea 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-05-27T11:12:50.726Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:12:50.727Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:12:50.727Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:12:50.727Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ad851c5d-55a0-4469-bb08-2c90bb6c7863 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-27T11:12:50.727Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:12:50.727Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-27T11:12:51.387Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:12:51.389Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ad851c5d-55a0-4469-bb08-2c90bb6c7863 52225 2021-05-27T11:12:51.390Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-27T11:12:51.390Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-27T11:12:51.390Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:12:51.390Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:12:51.392Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:12:51.392Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113971390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:12:51.492Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:12:51.493Z||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-05-27T11:12:51.493Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:12:51.500Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:12:51.500Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:12:52.392Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:12:52.393Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:12:52.394Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ad851c5d-55a0-4469-bb08-2c90bb6c7863, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.394Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-27T11:12:52.394Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.395Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.484Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14165932411488499884/Definitions/service-BasicNetwork-template.yml 2021-05-27T11:12:52.854Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.858Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.858Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.858Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.858Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.858Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:bfb5751f-82a1-4438-9ebc-ff6a7a1008ea Model Version:NULL Model InvariantUuid:808c8400-e1c8-479a-ab9e-f4ac6e4c4732 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:66e734a5-965b-4a7d-8656-4081ba5d513e Model UUID:3b5a0999-2b7f-47e8-8f9c-8586ddf361bb Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:95564479-1efa-4716-9926-5b367427a65e 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-05-27T11:12:52.864Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 50962815-9c7a-472a-9e72-449893c9dea8 2021-05-27T11:12:52.864Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||No resources found for Service: bfb5751f-82a1-4438-9ebc-ff6a7a1008ea 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-05-27T11:12:52.868Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500|| 2021-05-27T11:12:52.868Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-27T11:12:52.869Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||No resources found for Service: bfb5751f-82a1-4438-9ebc-ff6a7a1008ea 2021-05-27T11:12:52.869Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: bfb5751f-82a1-4438-9ebc-ff6a7a1008ea 2021-05-27T11:12:52.869Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-27T11:12:52.869Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-05-27T11:12:52.875Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.875Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid bfb5751f-82a1-4438-9ebc-ff6a7a1008ea: Generic NeutronNet 2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-05-27T11:12:52.915Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||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-05-27T11:12:53.013Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-27T11:12:53.014Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-27T11:12:53.014Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-27T11:12:53.014Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:12:53.014Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:12:53.016Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:12:53.016Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113973014, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:12:53.116Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:12:53.117Z||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-05-27T11:12:53.117Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:12:53.127Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:12:53.128Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:12:54.017Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 391d33a2-4b26-4f0b-bfa5-05f990cc9237 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:12:54.028Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T11:12:54.035Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T11:13:24.036Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:13:24.043Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 391d33a2-4b26-4f0b-bfa5-05f990cc9237 and serviceModelVersionId: bfb5751f-82a1-4438-9ebc-ff6a7a1008ea 2021-05-27T11:13:24.043Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 808c8400-e1c8-479a-ab9e-f4ac6e4c4732 2021-05-27T11:13:24.044Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0 2021-05-27T11:13:24.050Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T11:13:24.081Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|INFO|500||Invoke 2021-05-27T11:13:24.082Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[391d33a2-4b26-4f0b-bfa5-05f990cc9237], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ce4d19c-5943-4904-91c3-b13ed6a71ed8], X-ECOMP-RequestID=[391d33a2-4b26-4f0b-bfa5-05f990cc9237], X-TransactionId=[], X-ONAP-RequestID=[391d33a2-4b26-4f0b-bfa5-05f990cc9237], Content-Type=[application/merge-patch+json]} 2021-05-27T11:13:24.101Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T11:13:24.757Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?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/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-11:13:24:110-6242], vertex-id=[225352], Content-Length=[0], Date=[Thu, 27 May 2021 11:13:24 GMT], Content-Type=[application/json]} 2021-05-27T11:13:24.757Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-27T11:13:24.759Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|INFO|500||InvokeReturn 2021-05-27T11:13:24.759Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T11:13:24.759Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T11:13:24.765Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-27T11:13:24.765Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 391d33a2-4b26-4f0b-bfa5-05f990cc9237 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T11:13:24.766Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T11:13:24.766Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:13:24.770Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:13:24.770Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114004765, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:13:24.870Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:13:24.871Z||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-05-27T11:13:24.871Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:24.883Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:24.884Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-27T11:13:48.068Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:13:48.069Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:13:48.069Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:13:48.071Z||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-05-27T11:13:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:48.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:48.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:13:48.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113968068, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:13:48.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:13:49.982Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:49.983Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-27T11:13:49.984Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1c4c932-9798-40e0-8f87-204482cca03f","serviceName":"Demo_pNF_HG8FSnmP6fKoeYPNJ1R9","serviceVersion":"1.0","serviceUUID":"fc3c9459-8c43-40d8-837d-1c71c407216b","serviceDescription":"catalog service description","serviceInvariantUUID":"7ba57763-e87e-4900-83bf-86c7ac85423e","resources":[{"resourceInstanceName":"pNF 625ebe8b-4e02 0","resourceName":"pNF 625ebe8b-4e02","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"312f098c-c1ff-490a-97f0-f54906839892","resourceInvariantUUID":"d99b2068-1af3-4fd3-a402-fa0a22e8762e","resourceCustomizationUUID":"9db33c7a-42a0-4530-83bc-2f01167309ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml","artifactChecksum":"NjY3YzhmY2JlYTk0ZWEzMTgyNzJlN2QxZjdjYWZiNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6fdeefce-8f1f-4b3d-b61c-f8f30c7f72b0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar","artifactChecksum":"MzhjNTM3YWVkMGYxODA0MjAwYzY0YTI2M2M2OTZkODE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7c7c897-dcb1-4c62-ba4c-8afedb392ded","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e772d83f-989c-4112-9326-2c975b32b25c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml","artifactChecksum":"MjliMmMxZGRiNTQ4NzEwODYxMjM1MWNhN2FiMzIyODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d019ff4-a798-453a-b709-1b2f3938d8a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"983c7b31-1e0b-46ea-ad25-d15516019f40","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82fb5891-b3a2-4d34-81b3-76553a6edda3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml","artifactChecksum":"NGVjZmRmZWIwZDRjNDIzZTM0Njc3OTFiYWE2ZDVjNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9719cb1-cfa4-4d57-b7f0-9a5cf6c70c19","artifactVersion":"1"},{"artifactName":"service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar","artifactChecksum":"MTVkM2RjMGZlNDU0YzI5Mzc2YWQyMGE1YTM1OTU0YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24aa8e07-3d3b-4161-ba72-80f9d21cc0b3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T11:13:49.987Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:13:49.987Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:13:49.990Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:13:49.990Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:13:50.090Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:13:50.091Z||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-05-27T11:13:50.091Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:50.097Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:50.098Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:13:50.991Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:13:50.992Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:13:50.994Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:13:50.994Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:13:51.094Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:13:51.095Z||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-05-27T11:13:51.095Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:51.102Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:51.103Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:13:51.995Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:13:51.996Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:13:51.998Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:13:51.998Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:13:52.098Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:13:52.099Z||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-05-27T11:13:52.099Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:52.106Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:52.107Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:13:52.999Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:13:53.000Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:13:53.003Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:13:53.003Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:13:53.103Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:13:53.104Z||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-05-27T11:13:53.104Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:53.117Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:53.117Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:13:54.004Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:13:54.004Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:13:54.006Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:13:54.006Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:13:54.106Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:13:54.107Z||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-05-27T11:13:54.107Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:54.116Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:54.116Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":2,"count":1} 2021-05-27T11:13:55.007Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:13:55.008Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:13:55.010Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:13:55.010Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:13:55.110Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T11:13:55.111Z||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-05-27T11:13:55.111Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:55.124Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:55.124Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:13:56.011Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:13:56.012Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:13:56.015Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:13:56.015Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:13:56.115Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:13:56.116Z||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-05-27T11:13:56.116Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:56.122Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:56.122Z||pool-46-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:13:57.016Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:13:57.017Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:13:57.020Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:13:57.020Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:13:57.120Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:13:57.121Z||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-05-27T11:13:57.121Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:57.131Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:57.132Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:13:58.021Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "serviceName": "Demo_pNF_HG8FSnmP6fKoeYPNJ1R9", "serviceVersion": "1.0", "serviceUUID": "fc3c9459-8c43-40d8-837d-1c71c407216b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7ba57763-e87e-4900-83bf-86c7ac85423e", "resources": [ { "resourceInstanceName": "pNF 625ebe8b-4e02 0", "resourceCustomizationUUID": "9db33c7a-42a0-4530-83bc-2f01167309ac", "resourceName": "pNF 625ebe8b-4e02", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "312f098c-c1ff-490a-97f0-f54906839892", "resourceInvariantUUID": "d99b2068-1af3-4fd3-a402-fa0a22e8762e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "artifactChecksum": "MTVkM2RjMGZlNDU0YzI5Mzc2YWQyMGE1YTM1OTU0YTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "24aa8e07-3d3b-4161-ba72-80f9d21cc0b3" } ], "workloadContext": "Production" } 2021-05-27T11:13:58.022Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T11:13:58.022Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fc3c9459-8c43-40d8-837d-1c71c407216b ASDC 2021-05-27T11:13:58.023Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f1c4c932-9798-40e0-8f87-204482cca03f ServiceName:Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 ServiceVersion:1.0 ServiceUUID:fc3c9459-8c43-40d8-837d-1c71c407216b ServiceInvariantUUID:7ba57763-e87e-4900-83bf-86c7ac85423e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar ArtifactUUID:24aa8e07-3d3b-4161-ba72-80f9d21cc0b3 ArtifactChecksum:MTVkM2RjMGZlNDU0YzI5Mzc2YWQyMGE1YTM1OTU0YTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 625ebe8b-4e02 0 ResourceCustomizationUUID:9db33c7a-42a0-4530-83bc-2f01167309ac ResourceInvariantUUID:d99b2068-1af3-4fd3-a402-fa0a22e8762e ResourceName:pNF 625ebe8b-4e02 ResourceType:PNF ResourceUUID:312f098c-c1ff-490a-97f0-f54906839892 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-27T11:13:58.023Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc3c9459-8c43-40d8-837d-1c71c407216b 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-05-27T11:13:58.050Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:13:58.051Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:13:58.051Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:13:58.051Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 24aa8e07-3d3b-4161-ba72-80f9d21cc0b3 from URL: /sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:13:58.051Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:13:58.051Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:13:59.829Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:13:59.833Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 24aa8e07-3d3b-4161-ba72-80f9d21cc0b3 83304 2021-05-27T11:13:59.833Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar ASDC sendASDCNotification 2021-05-27T11:13:59.833Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:13:59.833Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:13:59.833Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:13:59.835Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:13:59.835Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114039833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:13:59.935Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:13:59.936Z||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-05-27T11:13:59.936Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:13:59.945Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:13:59.946Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:14:00.835Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:14:00.837Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:14:00.837Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 24aa8e07-3d3b-4161-ba72-80f9d21cc0b3, URL: /sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar to file: /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:00.838Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:00.838Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:00.839Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:00.951Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10830118057699223060/Definitions/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml 2021-05-27T11:14:01.572Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 625ebe8b-4e02 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-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 625ebe8b-4e02 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||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-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||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-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Node template pNF 625ebe8b-4e02 0 is matching search criteria 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 625ebe8b-4e02 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Node template pNF 625ebe8b-4e02 0 is matching search criteria 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 625ebe8b-4e02 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:14:01.575Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 Description:catalog service description Model UUID:fc3c9459-8c43-40d8-837d-1c71c407216b Model Version:NULL Model InvariantUuid:7ba57763-e87e-4900-83bf-86c7ac85423e 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-05-27T11:14:01.579Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 312f098c-c1ff-490a-97f0-f54906839892 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-05-27T11:14:01.581Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||pNF 625ebe8b-4e02 0 2021-05-27T11:14:01.581Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 312f098c-c1ff-490a-97f0-f54906839892 2021-05-27T11:14:01.581Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: fc3c9459-8c43-40d8-837d-1c71c407216b 2021-05-27T11:14:01.581Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fc3c9459-8c43-40d8-837d-1c71c407216b 2021-05-27T11:14:01.581Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 625ebe8b-4e02 0 312f098c-c1ff-490a-97f0-f54906839892 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-05-27T11:14:01.584Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:14:01.585Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:14:01.585Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fc3c9459-8c43-40d8-837d-1c71c407216b: pNF 625ebe8b-4e02 2021-05-27T11:14:01.585Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Processing PNF resource: 312f098c-c1ff-490a-97f0-f54906839892 2021-05-27T11:14:01.585Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:14:01.585Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:14:01.585Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Resource customization UUID: 9db33c7a-42a0-4530-83bc-2f01167309ac is the same as notified resource customizationUUID: 9db33c7a-42a0-4530-83bc-2f01167309ac 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-05-27T11:14:01.639Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 625ebe8b-4e02 312f098c-c1ff-490a-97f0-f54906839892 0 ASDC deployResourceStructure 2021-05-27T11:14:01.640Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar ASDC sendASDCNotification 2021-05-27T11:14:01.640Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 2021-05-27T11:14:01.640Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:14:01.640Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:14:01.642Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:14:01.643Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114041640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:14:01.743Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:14:01.743Z||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-05-27T11:14:01.743Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:14:01.753Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:14:01.753Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:14:02.643Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:14:02.655Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:14:02.657Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:14:02.657Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:14:02.657Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:14:32.657Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:14:32.667Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:14:32.671Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:14:32.672Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:14:32.672Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:14:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:14:48.071Z||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-05-27T11:14:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:14:48.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:14:48.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:14:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113968068, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:14:48.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:14:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:14:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113971390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:14:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:14:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:14:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622113973014, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:14:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:14:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:14:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114004765, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:14:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:02.672Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:15:02.681Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:15:02.683Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:15:02.683Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:15:02.683Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:15:32.683Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:15:32.692Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:15:32.695Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:15:32.695Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:15:32.695Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:15:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:15:48.073Z||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-05-27T11:15:48.073Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:15:48.103Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:15:48.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114025352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-windriver-id", "timestamp": 1622114022034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114026682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114020461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114025997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "cds", "timestamp": 1622114027050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114025352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-windriver-id", "timestamp": 1622114022034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114020461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114026682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114025997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "cds", "timestamp": 1622114027050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114025352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-windriver-id", "timestamp": 1622114022034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114026682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114020461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114025997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "cds", "timestamp": 1622114027050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-windriver-id", "timestamp": 1622114022034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114025352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114026682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114020461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114025997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "cds", "timestamp": 1622114027050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "dcae-sch", "timestamp": 1622114033291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-windriver-id", "timestamp": 1622114022034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114025352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114026682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114020461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114025997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "cds", "timestamp": 1622114027050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "dcae-sch", "timestamp": 1622114033291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-windriver-id", "timestamp": 1622114022034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114025352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114020461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114026682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114025997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "cds", "timestamp": 1622114027050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114034798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "dcae-sch", "timestamp": 1622114033291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-windriver-id", "timestamp": 1622114022034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114025352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114020461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114026682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114025997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "cds", "timestamp": 1622114027050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114034798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "dcae-sch", "timestamp": 1622114033291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-windriver-id", "timestamp": 1622114022034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114025352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114020461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114026682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114028068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114025997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "cds", "timestamp": 1622114027050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114034798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "dcae-sch", "timestamp": 1622114033291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114034798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "dcae-sch", "timestamp": 1622114033291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114034798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114039427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:15:48.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114039534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:15:48.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114039738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:15:48.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114039833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:15:48.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "dcae-sch", "timestamp": 1622114033291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "cds", "timestamp": 1622114039983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114034798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114040430, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "dcae-sch", "timestamp": 1622114033291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "cds", "timestamp": 1622114040987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-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-05-27T11:15:48.132Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1c4c932-9798-40e0-8f87-204482cca03f 2021-05-27T11:15:48.132Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:15:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114041200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:15:48.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114034798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:15:48.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "policy-id", "timestamp": 1622114041432, "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-05-27T11:15:48.143Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c4c932-9798-40e0-8f87-204482cca03f 2021-05-27T11:15:48.143Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:15:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114041640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:15:48.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114042204, "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-05-27T11:15:48.153Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1c4c932-9798-40e0-8f87-204482cca03f 2021-05-27T11:15:48.153Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:15:48.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114034798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:15:48.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:15:48.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114044160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:15:48.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114044942, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:15:48.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "aai-ml", "timestamp": 1622114045946, "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-05-27T11:15:48.166Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1c4c932-9798-40e0-8f87-204482cca03f 2021-05-27T11:15:48.166Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:15:48.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114046167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:15:48.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:15:48.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:15:48.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "clamp", "timestamp": 1622114047170, "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-05-27T11:15:48.179Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1c4c932-9798-40e0-8f87-204482cca03f 2021-05-27T11:15:48.179Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:16:02.695Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:16:02.712Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:16:02.716Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:16:02.717Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T11:16:02.717Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T11:16:02.717Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T11:16:02.717Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:02.717Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:02.717Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:02.717Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:02.717Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:02.717Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:02.717Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T11:16:02.724Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T11:16:32.725Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1c4c932-9798-40e0-8f87-204482cca03f 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-05-27T11:16:32.733Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1c4c932-9798-40e0-8f87-204482cca03f and serviceModelVersionId: fc3c9459-8c43-40d8-837d-1c71c407216b 2021-05-27T11:16:32.734Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ba57763-e87e-4900-83bf-86c7ac85423e 2021-05-27T11:16:32.736Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ba57763-e87e-4900-83bf-86c7ac85423e/model-vers/model-ver/fc3c9459-8c43-40d8-837d-1c71c407216b?depth=0 2021-05-27T11:16:32.747Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T11:16:32.788Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7ba57763-e87e-4900-83bf-86c7ac85423e/model-vers/model-ver/fc3c9459-8c43-40d8-837d-1c71c407216b?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-05-27T11:16:32.789Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7ba57763-e87e-4900-83bf-86c7ac85423e/model-vers/model-ver/fc3c9459-8c43-40d8-837d-1c71c407216b?depth=0|INFO|500||Invoke 2021-05-27T11:16:32.811Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7ba57763-e87e-4900-83bf-86c7ac85423e/model-vers/model-ver/fc3c9459-8c43-40d8-837d-1c71c407216b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T11:16:33.182Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7ba57763-e87e-4900-83bf-86c7ac85423e/model-vers/model-ver/fc3c9459-8c43-40d8-837d-1c71c407216b?depth=0|INFO|500||InvokeReturn 2021-05-27T11:16:33.183Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7ba57763-e87e-4900-83bf-86c7ac85423e/model-vers/model-ver/fc3c9459-8c43-40d8-837d-1c71c407216b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-11:16:32:819-81142], vertex-id=[192608], Content-Length=[0], Date=[Thu, 27 May 2021 11:16:32 GMT], Content-Type=[application/json]} 2021-05-27T11:16:33.183Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-05-27T11:16:33.183Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T11:16:33.183Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T11:16:33.187Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-27T11:16:33.187Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1c4c932-9798-40e0-8f87-204482cca03f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T11:16:33.187Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T11:16:33.188Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:33.190Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:33.190Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114193187, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:16:33.291Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:33.292Z||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-05-27T11:16:33.292Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:33.304Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:33.304Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-27T11:16:34.204Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:16:34.205Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:16:34.205Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:38.498Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:38.499Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-27T11:16:38.500Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1910675-efd8-470f-8445-ab57650dfb11","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a531c352-8653-40a9-a9a1-753fc9cf340d","serviceDescription":"service","serviceInvariantUUID":"54d361f8-f98c-42b3-b66f-eb0eae5f8464","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52da9ffc-1d38-4e6a-ab00-71bb1fa58c9a","resourceInvariantUUID":"9bdb8800-0125-42c4-b199-230fb230ff64","resourceCustomizationUUID":"d6d248db-3583-4b21-bba3-141817fd8455","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":"YTcxNWY4OTkyMDM5ZDU2N2FkOGFkOThmMTdkMzdjOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b1b12a6-a96c-4a8f-b32a-2b9e654d0fe1","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":"ZmRjOWJjOTRiNjBmODk0MWE5MWU4MmRmYWIyYjFhZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5cc00ba9-e059-42e1-b113-065392a3ce06","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":"f2fbbc5b-7610-400d-bce1-00060fce7cfe","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":"55124531-02fe-458f-94f4-47cdf14b96fd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7dde411-7ae2-4b70-b873-4019fb80821e","artifactVersion":"2","generatedFromUUID":"f2fbbc5b-7610-400d-bce1-00060fce7cfe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDkwNmQ4MzZlM2FkNDAxZDQ4YjgyMTk1MzQ3Y2VlMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04d39a13-a7f6-466e-a086-2b36bd73b071","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjgyYmNhNTEyNzgyZjcwMGM3NGRkNjg0MjY4NDk4YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d27ff909-27b7-48a4-9b97-8f1a61d5dff0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T11:16:38.503Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:16:38.503Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:38.505Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:38.505Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:38.606Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T11:16:38.607Z||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-05-27T11:16:38.607Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:38.615Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:38.616Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:16:39.506Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:16:39.507Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:39.510Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:39.510Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:16:39.610Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:39.611Z||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-05-27T11:16:39.611Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:39.619Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:39.620Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:40.511Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:16:40.513Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:40.516Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:40.516Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-27T11:16:40.617Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T11:16:40.617Z||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-05-27T11:16:40.617Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:40.626Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:40.626Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:41.517Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:16:41.518Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:41.521Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:41.521Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:41.621Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T11:16:41.622Z||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-05-27T11:16:41.623Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:41.632Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:41.633Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:42.522Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:16:42.523Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:42.525Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:42.526Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-27T11:16:42.626Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:42.627Z||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-05-27T11:16:42.627Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:42.636Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:42.637Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:43.526Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:16:43.528Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:43.530Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:43.531Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:43.631Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:43.632Z||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-05-27T11:16:43.632Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:43.644Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:43.644Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:44.531Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:16:44.532Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:44.535Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:44.535Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:44.635Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:44.636Z||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-05-27T11:16:44.636Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:44.643Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:44.644Z||pool-57-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:45.537Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "a531c352-8653-40a9-a9a1-753fc9cf340d", "serviceDescription": "service", "serviceInvariantUUID": "54d361f8-f98c-42b3-b66f-eb0eae5f8464", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "d6d248db-3583-4b21-bba3-141817fd8455", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "52da9ffc-1d38-4e6a-ab00-71bb1fa58c9a", "resourceInvariantUUID": "9bdb8800-0125-42c4-b199-230fb230ff64", "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": "ZmRjOWJjOTRiNjBmODk0MWE5MWU4MmRmYWIyYjFhZDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5cc00ba9-e059-42e1-b113-065392a3ce06", "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": "f2fbbc5b-7610-400d-bce1-00060fce7cfe", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c7dde411-7ae2-4b70-b873-4019fb80821e", "generatedFromUUID": "f2fbbc5b-7610-400d-bce1-00060fce7cfe" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c7dde411-7ae2-4b70-b873-4019fb80821e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YjgyYmNhNTEyNzgyZjcwMGM3NGRkNjg0MjY4NDk4YTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d27ff909-27b7-48a4-9b97-8f1a61d5dff0" } ], "workloadContext": "Production" } 2021-05-27T11:16:45.537Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T11:16:45.537Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a531c352-8653-40a9-a9a1-753fc9cf340d ASDC 2021-05-27T11:16:45.538Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:c1910675-efd8-470f-8445-ab57650dfb11 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:a531c352-8653-40a9-a9a1-753fc9cf340d ServiceInvariantUUID:54d361f8-f98c-42b3-b66f-eb0eae5f8464 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:d27ff909-27b7-48a4-9b97-8f1a61d5dff0 ArtifactChecksum:YjgyYmNhNTEyNzgyZjcwMGM3NGRkNjg0MjY4NDk4YTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:d6d248db-3583-4b21-bba3-141817fd8455 ResourceInvariantUUID:9bdb8800-0125-42c4-b199-230fb230ff64 ResourceName:basic_vm ResourceType:VF ResourceUUID:52da9ffc-1d38-4e6a-ab00-71bb1fa58c9a 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:5cc00ba9-e059-42e1-b113-065392a3ce06 ArtifactChecksum:ZmRjOWJjOTRiNjBmODk0MWE5MWU4MmRmYWIyYjFhZDY= 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:f2fbbc5b-7610-400d-bce1-00060fce7cfe 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:c7dde411-7ae2-4b70-b873-4019fb80821e ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:c7dde411-7ae2-4b70-b873-4019fb80821e ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-27T11:16:45.538Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a531c352-8653-40a9-a9a1-753fc9cf340d 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-05-27T11:16:45.570Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:16:45.571Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:16:45.571Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:16:45.571Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d27ff909-27b7-48a4-9b97-8f1a61d5dff0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-27T11:16:45.572Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:16:45.572Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-27T11:16:46.060Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:16:46.064Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d27ff909-27b7-48a4-9b97-8f1a61d5dff0 74275 2021-05-27T11:16:46.064Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-27T11:16:46.064Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-27T11:16:46.064Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:16:46.065Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:46.066Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:46.066Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114206064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:46.167Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:46.168Z||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-05-27T11:16:46.168Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:46.176Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:46.176Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:47.067Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:16:47.069Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:16:47.069Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d27ff909-27b7-48a4-9b97-8f1a61d5dff0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-27T11:16:47.070Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-27T11:16:47.070Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-27T11:16:47.071Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-27T11:16:47.255Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1972468214160001818/Definitions/service-BasicVm-template.yml 2021-05-27T11:16:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:16:48.071Z||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-05-27T11:16:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:48.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:48.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "dcae-sch", "timestamp": 1622114113291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114110461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "policy-id", "timestamp": 1622114105997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "dcae-sch", "timestamp": 1622114113291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114110461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "policy-id", "timestamp": 1622114105997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:16:48.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114110461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "dcae-sch", "timestamp": 1622114113291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "policy-id", "timestamp": 1622114105997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "dcae-sch", "timestamp": 1622114113291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114110461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "policy-id", "timestamp": 1622114105997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "dcae-sch", "timestamp": 1622114113291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114110461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "policy-id", "timestamp": 1622114105997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-27T11:16:48.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "dcae-sch", "timestamp": 1622114113291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114110461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "policy-id", "timestamp": 1622114105997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "dcae-sch", "timestamp": 1622114113291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114110461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "policy-id", "timestamp": 1622114105997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114122754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "policy-id", "timestamp": 1622114122742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "policy-id", "timestamp": 1622114123747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114124225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-27T11:16:48.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "policy-id", "timestamp": 1622114124750, "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-05-27T11:16:48.121Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1910675-efd8-470f-8445-ab57650dfb11 2021-05-27T11:16:48.121Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1910675-efd8-470f-8445-ab57650dfb11 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-05-27T11:16:48.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114125033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:16:48.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "aai-ml", "timestamp": 1622114125739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "cds", "timestamp": 1622114125842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114126036, "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-05-27T11:16:48.131Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1910675-efd8-470f-8445-ab57650dfb11 2021-05-27T11:16:48.131Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1910675-efd8-470f-8445-ab57650dfb11 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-05-27T11:16:48.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114125997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114126326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-27T11:16:48.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "cds", "timestamp": 1622114126847, "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-05-27T11:16:48.142Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1910675-efd8-470f-8445-ab57650dfb11 2021-05-27T11:16:48.142Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1910675-efd8-470f-8445-ab57650dfb11 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-05-27T11:16:48.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114125997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "clamp", "timestamp": 1622114127178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114127472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114125997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "clamp", "timestamp": 1622114128191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:16:48.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114128476, "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-05-27T11:16:48.155Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1910675-efd8-470f-8445-ab57650dfb11 2021-05-27T11:16:48.175Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1910675-efd8-470f-8445-ab57650dfb11 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-05-27T11:16:48.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114125997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "clamp", "timestamp": 1622114129194, "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-05-27T11:16:48.191Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c1910675-efd8-470f-8445-ab57650dfb11 2021-05-27T11:16:48.191Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1910675-efd8-470f-8445-ab57650dfb11 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-05-27T11:16:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114129478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114129989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114125997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114125997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114125997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114132280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114125997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "dcae-sch", "timestamp": 1622114133291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "aai-ml", "timestamp": 1622114133691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114125997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "dcae-sch", "timestamp": 1622114133291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T11:16:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "aai-ml", "timestamp": 1622114134695, "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-05-27T11:16:48.210Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1910675-efd8-470f-8445-ab57650dfb11 2021-05-27T11:16:48.210Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1910675-efd8-470f-8445-ab57650dfb11 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-05-27T11:16:48.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114134839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "dcae-sch", "timestamp": 1622114133291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114135844, "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-05-27T11:16:48.224Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1910675-efd8-470f-8445-ab57650dfb11 2021-05-27T11:16:48.224Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1910675-efd8-470f-8445-ab57650dfb11 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-05-27T11:16:48.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "dcae-sch", "timestamp": 1622114133291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-27T11:16:48.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114136498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "multicloud-windriver-id", "timestamp": 1622114136846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:16:48.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "dcae-sch", "timestamp": 1622114133291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114137501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:16:48.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114115352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "dcae-sch", "timestamp": 1622114133291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114114798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "policy-id", "timestamp": 1622114138503, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-27T11:16:48.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 2021-05-27T11:16:48.289Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 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-05-27T11:16:48.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114139182, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "dcae-sch", "timestamp": 1622114133291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-27T11:16:48.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "cds", "timestamp": 1622114140187, "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-05-27T11:16:48.302Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 2021-05-27T11:16:48.302Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 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-05-27T11:16:48.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "dcae-sch", "timestamp": 1622114133291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114140461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:16:48.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114141095, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "dcae-sch", "timestamp": 1622114133291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114140461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T11:16:48.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114140461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114143180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114143325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.319Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114140461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-27T11:16:48.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114140461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114145186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:16:48.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114145346, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114145461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114140461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:16:48.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "clamp", "timestamp": 1622114146188, "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-05-27T11:16:48.329Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 2021-05-27T11:16:48.330Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 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-05-27T11:16:48.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114145997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114140461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114146882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114147050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114145997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114140461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114147190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:16:48.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:16:48.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:16:48.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114147886, "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=? 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 2021-05-27T11:16:48.341Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 2021-05-27T11:16:48.342Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 and ComponentName POLICY 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 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-27T11:16:48.348Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T11:16:48.349Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:16:48.349Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-27T11:16:48.349Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-27T11:16:48.349Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:48.349Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:48.349Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:48.349Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:16:48.350Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:16:48.351Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.351Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:48.351Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-27T11:16:48.351Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:16:48.351Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:16:48.351Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.351Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:48.351Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.351Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-27T11:16:48.352Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-27T11:16:48.352Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-27T11:16:48.352Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-27T11:16:48.352Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-27T11:16:48.352Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-27T11:16:48.352Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.352Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T11:16:48.352Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.352Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-27T11:16:48.352Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9c9b41cf-6e12-44bc-b038-cb652380d7fe 2021-05-27T11:16:48.353Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.375Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:48.375Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.375Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:48.376Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.376Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:48.376Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:48.376Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:48.376Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:a531c352-8653-40a9-a9a1-753fc9cf340d Model Version:NULL Model InvariantUuid:54d361f8-f98c-42b3-b66f-eb0eae5f8464 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ec3bfcf4-160b-4c8f-9fe4-495a49081e67 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9bdb8800-0125-42c4-b199-230fb230ff64 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d6d248db-3583-4b21-bba3-141817fd8455 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1f8fc2aa-2c1a-4664-8543-8f39a6a16022 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:a77d2338-eefd-4e5f-a743-0592292230b6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9c9b41cf-6e12-44bc-b038-cb652380d7fe ModelInvariantUuid:b1e61253-c972-464a-b1ca-77b351bfb9ac ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:26484700-dc84-4dcc-bdbc-4e2a69b268a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:2f9ba4f7-c453-4a6d-a57a-ba25c9aa2995 ModelInvariantUuid:56377684-2de8-43f3-9da3-6a53547d7128 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:d8555f10-3052-4441-8f79-81c799cf7502 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-05-27T11:16:48.382Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 52da9ffc-1d38-4e6a-ab00-71bb1fa58c9a 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-05-27T11:16:48.385Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||basic_vm 0 2021-05-27T11:16:48.385Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52da9ffc-1d38-4e6a-ab00-71bb1fa58c9a 2021-05-27T11:16:48.385Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5cc00ba9-e059-42e1-b113-065392a3ce06 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-27T11:16:48.385Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:16:48.385Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:48.538Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:16:48.538Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5cc00ba9-e059-42e1-b113-065392a3ce06 787 2021-05-27T11:16:48.538Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:48.538Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:48.539Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:16:48.539Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:48.541Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:48.542Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114208538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:48.642Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:48.643Z||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-05-27T11:16:48.643Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:48.652Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:48.653Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:49.543Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1f8fc2aa-2c1a-4664-8543-8f39a6a16022", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a77d2338-eefd-4e5f-a743-0592292230b6", "vfModuleModelCustomizationUUID": "fc47d674-471b-4fea-9f6f-eec9112f3f81", "isBase": true, "artifacts": [ "f2fbbc5b-7610-400d-bce1-00060fce7cfe", "c7dde411-7ae2-4b70-b873-4019fb80821e" ], "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-05-27T11:16:49.548Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a77d2338-eefd-4e5f-a743-0592292230b6 VfModuleModelInvariantUUID:1f8fc2aa-2c1a-4664-8543-8f39a6a16022 VfModuleModelDescription:NULL Artifacts UUID List:{ f2fbbc5b-7610-400d-bce1-00060fce7cfe , c7dde411-7ae2-4b70-b873-4019fb80821e } 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-05-27T11:16:49.552Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1f8fc2aa-2c1a-4664-8543-8f39a6a16022", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a77d2338-eefd-4e5f-a743-0592292230b6", "vfModuleModelCustomizationUUID": "fc47d674-471b-4fea-9f6f-eec9112f3f81", "isBase": true, "artifacts": [ "f2fbbc5b-7610-400d-bce1-00060fce7cfe", "c7dde411-7ae2-4b70-b873-4019fb80821e" ], "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-05-27T11:16:49.552Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a77d2338-eefd-4e5f-a743-0592292230b6 VfModuleModelInvariantUUID:1f8fc2aa-2c1a-4664-8543-8f39a6a16022 VfModuleModelDescription:NULL Artifacts UUID List:{ f2fbbc5b-7610-400d-bce1-00060fce7cfe , c7dde411-7ae2-4b70-b873-4019fb80821e } 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-05-27T11:16:49.552Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f2fbbc5b-7610-400d-bce1-00060fce7cfe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-27T11:16:49.553Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:16:49.553Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:49.922Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:16:49.922Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f2fbbc5b-7610-400d-bce1-00060fce7cfe 5033 2021-05-27T11:16:49.922Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:49.922Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:49.923Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:16:49.923Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:49.925Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:49.925Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114209922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:50.025Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:50.026Z||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-05-27T11:16:50.027Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:50.035Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:50.036Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:50.926Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c7dde411-7ae2-4b70-b873-4019fb80821e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-27T11:16:50.927Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:16:50.927Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:51.743Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:16:51.744Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c7dde411-7ae2-4b70-b873-4019fb80821e 903 2021-05-27T11:16:51.744Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:51.744Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:51.744Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:16:51.745Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:51.747Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:51.747Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114211744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:16:51.847Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:51.848Z||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-05-27T11:16:51.848Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:51.856Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:51.856Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:52.748Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a531c352-8653-40a9-a9a1-753fc9cf340d 2021-05-27T11:16:52.748Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 52da9ffc-1d38-4e6a-ab00-71bb1fa58c9a 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-05-27T11:16:52.762Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.762Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:52.762Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-27T11:16:52.762Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d6d248db-3583-4b21-bba3-141817fd8455 2021-05-27T11:16:52.762Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6d248db-3583-4b21-bba3-141817fd8455 matches Tosca VF Customization UUID: d6d248db-3583-4b21-bba3-141817fd8455 2021-05-27T11:16:52.762Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d6d248db-3583-4b21-bba3-141817fd8455 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-05-27T11:16:52.765Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.765Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:52.766Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d6d248db-3583-4b21-bba3-141817fd8455: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-27T11:16:52.766Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77e88ea3 2021-05-27T11:16:52.766Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.766Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T11:16:52.766Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc47d674-471b-4fea-9f6f-eec9112f3f81 2021-05-27T11:16:52.767Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc47d674-471b-4fea-9f6f-eec9112f3f81 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-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-27T11:16:52.769Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9c9b41cf-6e12-44bc-b038-cb652380d7fe 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-05-27T11:16:52.771Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.771Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-27T11:16:52.771Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:16:52.771Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.771Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-27T11:16:52.772Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d6d248db-3583-4b21-bba3-141817fd8455 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-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a531c352-8653-40a9-a9a1-753fc9cf340d: basic_vm 2021-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.773Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:52.774Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:16:52.774Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:16:52.774Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:52.848Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 52da9ffc-1d38-4e6a-ab00-71bb1fa58c9a 1 ASDC deployResourceStructure 2021-05-27T11:16:52.848Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:52.848Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:52.848Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:16:52.849Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:52.850Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:52.850Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114212848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:16:52.951Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:52.952Z||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-05-27T11:16:52.952Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:52.965Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:52.965Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:53.852Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:53.852Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:53.852Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:16:53.852Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:53.854Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:53.854Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114213851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-27T11:16:53.954Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:53.955Z||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-05-27T11:16:53.956Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:53.965Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:53.965Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:54.855Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:54.855Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||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-05-27T11:16:54.855Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:16:54.856Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:54.858Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:54.859Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114214855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-27T11:16:54.959Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:54.960Z||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-05-27T11:16:54.960Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:54.970Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:54.970Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:16:55.860Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-27T11:16:55.861Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-27T11:16:55.861Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:16:55.861Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:16:55.864Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:16:55.864Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114215860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:16:55.964Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:16:55.965Z||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-05-27T11:16:55.965Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:16:55.975Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:16:55.975Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:16:56.865Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1910675-efd8-470f-8445-ab57650dfb11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:16:56.877Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1910675-efd8-470f-8445-ab57650dfb11 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-05-27T11:16:56.880Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:16:56.880Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T11:16:56.881Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T11:16:56.881Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T11:16:56.881Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:56.881Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:56.881Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:56.881Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:56.881Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:56.881Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:16:56.881Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T11:16:56.886Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T11:17:26.887Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1910675-efd8-470f-8445-ab57650dfb11 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-05-27T11:17:26.891Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1910675-efd8-470f-8445-ab57650dfb11 and serviceModelVersionId: a531c352-8653-40a9-a9a1-753fc9cf340d 2021-05-27T11:17:26.892Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54d361f8-f98c-42b3-b66f-eb0eae5f8464 2021-05-27T11:17:26.893Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54d361f8-f98c-42b3-b66f-eb0eae5f8464/model-vers/model-ver/a531c352-8653-40a9-a9a1-753fc9cf340d?depth=0 2021-05-27T11:17:26.898Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T11:17:26.945Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54d361f8-f98c-42b3-b66f-eb0eae5f8464/model-vers/model-ver/a531c352-8653-40a9-a9a1-753fc9cf340d?depth=0|INFO|500||Invoke 2021-05-27T11:17:26.946Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54d361f8-f98c-42b3-b66f-eb0eae5f8464/model-vers/model-ver/a531c352-8653-40a9-a9a1-753fc9cf340d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54d361f8-f98c-42b3-b66f-eb0eae5f8464/model-vers/model-ver/a531c352-8653-40a9-a9a1-753fc9cf340d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1910675-efd8-470f-8445-ab57650dfb11], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[470cfdcb-5c03-434b-91fc-f68154613b74], X-ECOMP-RequestID=[c1910675-efd8-470f-8445-ab57650dfb11], X-TransactionId=[], X-ONAP-RequestID=[c1910675-efd8-470f-8445-ab57650dfb11], Content-Type=[application/merge-patch+json]} 2021-05-27T11:17:26.965Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54d361f8-f98c-42b3-b66f-eb0eae5f8464/model-vers/model-ver/a531c352-8653-40a9-a9a1-753fc9cf340d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T11:17:27.039Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54d361f8-f98c-42b3-b66f-eb0eae5f8464/model-vers/model-ver/a531c352-8653-40a9-a9a1-753fc9cf340d?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/54d361f8-f98c-42b3-b66f-eb0eae5f8464/model-vers/model-ver/a531c352-8653-40a9-a9a1-753fc9cf340d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210527-11:17:26:973-90142], vertex-id=[204896], Content-Length=[0], Date=[Thu, 27 May 2021 11:17:26 GMT], Content-Type=[application/json]} 2021-05-27T11:17:27.039Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54d361f8-f98c-42b3-b66f-eb0eae5f8464/model-vers/model-ver/a531c352-8653-40a9-a9a1-753fc9cf340d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-27T11:17:27.040Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54d361f8-f98c-42b3-b66f-eb0eae5f8464/model-vers/model-ver/a531c352-8653-40a9-a9a1-753fc9cf340d?depth=0|INFO|500||InvokeReturn 2021-05-27T11:17:27.040Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T11:17:27.040Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T11:17:27.044Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-27T11:17:27.044Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1910675-efd8-470f-8445-ab57650dfb11 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T11:17:27.045Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T11:17:27.045Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:27.046Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:27.047Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114247045, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:17:27.147Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:27.147Z||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-05-27T11:17:27.148Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:27.159Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:27.159Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-27T11:17:28.059Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-27T11:17:28.059Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3cbb27ec-e46f-4831-938e-4e8f1f2f0f02","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7bcacab8-1d82-4c87-9847-dae633d8b8e4","serviceDescription":"service","serviceInvariantUUID":"f15188c8-6b95-4eb8-8e4d-3bf516d96d86","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc37eaf2-df3e-4bf6-993d-c04d86b24fe2","resourceInvariantUUID":"055f4fa8-441c-4edd-8368-1c8aba9af6f4","resourceCustomizationUUID":"7d84dfa2-75b5-4bb1-b094-2434ac5f2d0c","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":"MWQyN2UwMmNiNDBmOGY3NTQ3ZTk1OTc0ZDViNTYwMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"862a0256-33c0-4d14-a12e-7db7d6befe96","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":"9b509093-443b-4c0f-905d-9fb30fbe6a9f","artifactVersion":"2","generatedFromUUID":"84232ed4-d39f-47b0-be97-694a9de12bcc"},{"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":"84232ed4-d39f-47b0-be97-694a9de12bcc","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":"M2JkYTczNGZmMGQwMTA5YTRjNzhhZTllM2M1YmJiN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b76eb4c-8f50-413a-a842-53eaca7256b5","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":"ac8fe255-c5f1-4ef2-bc0e-941a345cfa14","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":"82530785-c09e-48f0-bc2e-76c53a7d37a6","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":"14971ce1-4399-4a99-9677-66ffb71784ba","artifactVersion":"2","generatedFromUUID":"ac8fe255-c5f1-4ef2-bc0e-941a345cfa14"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmQ5MGY3MjM5N2NjZjhjNmVlYjY0MjcxOWRmOTAzY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d7e117f-5c36-46aa-8793-086e6d3c7f5f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjYzZmY5MTU5NzYzOGE4OTEwNDVjZjVhMGQyM2Y0M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86a2814e-6faf-4d20-a7b6-20b6fc442a27","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T11:17:28.059Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:17:28.060Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:28.062Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:28.062Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:17:28.162Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:28.163Z||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-05-27T11:17:28.163Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:28.173Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:28.173Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:17:29.063Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:17:29.063Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:29.065Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:29.065Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-27T11:17:29.165Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:29.166Z||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-05-27T11:17:29.166Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:29.174Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:29.174Z||pool-68-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:30.066Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:17:30.067Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:30.070Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:30.070Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-27T11:17:30.170Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:30.171Z||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-05-27T11:17:30.171Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:30.180Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:30.180Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:31.071Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:17:31.072Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:31.074Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:31.074Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:17:31.174Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:31.175Z||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-05-27T11:17:31.175Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:31.185Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:31.186Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:17:32.075Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:17:32.076Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:32.078Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:32.078Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T11:17:32.178Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T11:17:32.179Z||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-05-27T11:17:32.180Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:32.189Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:32.189Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:33.079Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:17:33.080Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:33.083Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:33.083Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:17:33.183Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:33.185Z||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-05-27T11:17:33.185Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:33.200Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:33.201Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:34.084Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:17:34.084Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:34.086Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:34.086Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-27T11:17:34.186Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:34.187Z||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-05-27T11:17:34.187Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:34.196Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:34.197Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:35.086Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:17:35.087Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:35.089Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:35.089Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:17:35.189Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:35.191Z||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-05-27T11:17:35.191Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:35.201Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:35.202Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:17:36.089Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:17:36.090Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:36.091Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:36.092Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:17:36.192Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:36.193Z||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-05-27T11:17:36.193Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:36.204Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:36.204Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:37.092Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "7bcacab8-1d82-4c87-9847-dae633d8b8e4", "serviceDescription": "service", "serviceInvariantUUID": "f15188c8-6b95-4eb8-8e4d-3bf516d96d86", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "7d84dfa2-75b5-4bb1-b094-2434ac5f2d0c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dc37eaf2-df3e-4bf6-993d-c04d86b24fe2", "resourceInvariantUUID": "055f4fa8-441c-4edd-8368-1c8aba9af6f4", "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": "9b509093-443b-4c0f-905d-9fb30fbe6a9f", "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": "84232ed4-d39f-47b0-be97-694a9de12bcc", "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": "M2JkYTczNGZmMGQwMTA5YTRjNzhhZTllM2M1YmJiN2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2b76eb4c-8f50-413a-a842-53eaca7256b5", "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": "ac8fe255-c5f1-4ef2-bc0e-941a345cfa14", "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": "14971ce1-4399-4a99-9677-66ffb71784ba", "generatedFromUUID": "ac8fe255-c5f1-4ef2-bc0e-941a345cfa14" }, "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": "14971ce1-4399-4a99-9677-66ffb71784ba", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZjYzZmY5MTU5NzYzOGE4OTEwNDVjZjVhMGQyM2Y0M2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "86a2814e-6faf-4d20-a7b6-20b6fc442a27" } ], "workloadContext": "Production" } 2021-05-27T11:17:37.093Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T11:17:37.093Z|c1910675-efd8-470f-8445-ab57650dfb11|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7bcacab8-1d82-4c87-9847-dae633d8b8e4 ASDC 2021-05-27T11:17:37.093Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:7bcacab8-1d82-4c87-9847-dae633d8b8e4 ServiceInvariantUUID:f15188c8-6b95-4eb8-8e4d-3bf516d96d86 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:86a2814e-6faf-4d20-a7b6-20b6fc442a27 ArtifactChecksum:ZjYzZmY5MTU5NzYzOGE4OTEwNDVjZjVhMGQyM2Y0M2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:7d84dfa2-75b5-4bb1-b094-2434ac5f2d0c ResourceInvariantUUID:055f4fa8-441c-4edd-8368-1c8aba9af6f4 ResourceName:basic_cnf ResourceType:VF ResourceUUID:dc37eaf2-df3e-4bf6-993d-c04d86b24fe2 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:9b509093-443b-4c0f-905d-9fb30fbe6a9f 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:84232ed4-d39f-47b0-be97-694a9de12bcc 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:2b76eb4c-8f50-413a-a842-53eaca7256b5 ArtifactChecksum:M2JkYTczNGZmMGQwMTA5YTRjNzhhZTllM2M1YmJiN2Y= 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:ac8fe255-c5f1-4ef2-bc0e-941a345cfa14 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:14971ce1-4399-4a99-9677-66ffb71784ba 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:14971ce1-4399-4a99-9677-66ffb71784ba ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-27T11:17:37.093Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7bcacab8-1d82-4c87-9847-dae633d8b8e4 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-05-27T11:17:37.115Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:17:37.115Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:17:37.116Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:17:37.116Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 86a2814e-6faf-4d20-a7b6-20b6fc442a27 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-27T11:17:37.116Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:17:37.116Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-27T11:17:38.129Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:17:38.134Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 86a2814e-6faf-4d20-a7b6-20b6fc442a27 71158 2021-05-27T11:17:38.135Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-27T11:17:38.135Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-27T11:17:38.135Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:17:38.135Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:38.137Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:38.137Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114258135, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:17:38.237Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:38.238Z||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-05-27T11:17:38.238Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:38.246Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:38.247Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:39.137Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:17:39.139Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:17:39.139Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 86a2814e-6faf-4d20-a7b6-20b6fc442a27, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T11:17:39.140Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-27T11:17:39.140Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T11:17:39.141Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T11:17:39.410Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4953118176813939381/Definitions/service-BasicCnf-template.yml 2021-05-27T11:17:40.283Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T11:17:40.283Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:17:40.283Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T11:17:40.283Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-27T11:17:40.283Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:17:40.284Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.285Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:40.285Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.285Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-27T11:17:40.285Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-27T11:17:40.285Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-27T11:17:40.285Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-27T11:17:40.285Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.285Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T11:17:40.285Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-27T11:17:40.286Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=356d2c13-48ef-47d5-8f0c-a1a01c390a2f 2021-05-27T11:17:40.287Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.287Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:40.287Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.287Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:40.287Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.287Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:40.287Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:40.287Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:40.287Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:7bcacab8-1d82-4c87-9847-dae633d8b8e4 Model Version:NULL Model InvariantUuid:f15188c8-6b95-4eb8-8e4d-3bf516d96d86 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8a277f1d-09b4-4491-8f07-88b78d68c481 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:055f4fa8-441c-4edd-8368-1c8aba9af6f4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7d84dfa2-75b5-4bb1-b094-2434ac5f2d0c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:82e43492-cfd1-4fa3-a1b5-99908f47f1b8 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:2a761460-39a9-4919-b42d-dcd81def1f61 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:356d2c13-48ef-47d5-8f0c-a1a01c390a2f ModelInvariantUuid:05fdb346-5074-49f3-82fe-e4a09e5d8a7d ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:3a16c4a3-f31a-4b09-bcc2-95bd5ae5220f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c66ebf8a-125a-417d-8454-730eb0f1cebb ModelInvariantUuid:75039aab-bb9b-457a-9ae2-0a8ccdb7c89f ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:7a791a41-9b18-4625-a6a3-bff1bbbcce3a 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-05-27T11:17:40.292Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: dc37eaf2-df3e-4bf6-993d-c04d86b24fe2 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-05-27T11:17:40.296Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||basic_cnf 0 2021-05-27T11:17:40.296Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc37eaf2-df3e-4bf6-993d-c04d86b24fe2 2021-05-27T11:17:40.296Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9b509093-443b-4c0f-905d-9fb30fbe6a9f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-27T11:17:40.296Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:17:40.296Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:41.223Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:17:41.223Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9b509093-443b-4c0f-905d-9fb30fbe6a9f 12 2021-05-27T11:17:41.224Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:41.224Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:41.224Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:17:41.224Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:41.227Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:41.227Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114261224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:17:41.327Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:41.327Z||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-05-27T11:17:41.327Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:41.337Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:41.338Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:42.228Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84232ed4-d39f-47b0-be97-694a9de12bcc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-27T11:17:42.228Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:17:42.229Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:43.431Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:17:43.432Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 84232ed4-d39f-47b0-be97-694a9de12bcc 2688 2021-05-27T11:17:43.432Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:43.432Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:43.433Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:17:43.433Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:43.435Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:43.436Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114263432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-27T11:17:43.536Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T11:17:43.537Z||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-05-27T11:17:43.537Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:43.546Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:43.546Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:44.438Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2b76eb4c-8f50-413a-a842-53eaca7256b5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-27T11:17:44.438Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:17:44.439Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:45.339Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:17:45.340Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2b76eb4c-8f50-413a-a842-53eaca7256b5 828 2021-05-27T11:17:45.340Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:45.340Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:45.340Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:17:45.340Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:45.342Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:45.342Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114265340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:17:45.442Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:45.443Z||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-05-27T11:17:45.443Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:45.452Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:45.453Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:17:46.342Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "82e43492-cfd1-4fa3-a1b5-99908f47f1b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2a761460-39a9-4919-b42d-dcd81def1f61", "vfModuleModelCustomizationUUID": "e2cbdfc6-04ff-49e9-97a7-8f177c764610", "isBase": true, "artifacts": [ "84232ed4-d39f-47b0-be97-694a9de12bcc", "ac8fe255-c5f1-4ef2-bc0e-941a345cfa14", "14971ce1-4399-4a99-9677-66ffb71784ba" ], "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-05-27T11:17:46.345Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2a761460-39a9-4919-b42d-dcd81def1f61 VfModuleModelInvariantUUID:82e43492-cfd1-4fa3-a1b5-99908f47f1b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 84232ed4-d39f-47b0-be97-694a9de12bcc , ac8fe255-c5f1-4ef2-bc0e-941a345cfa14 , 14971ce1-4399-4a99-9677-66ffb71784ba } 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-05-27T11:17:46.347Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "82e43492-cfd1-4fa3-a1b5-99908f47f1b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2a761460-39a9-4919-b42d-dcd81def1f61", "vfModuleModelCustomizationUUID": "e2cbdfc6-04ff-49e9-97a7-8f177c764610", "isBase": true, "artifacts": [ "84232ed4-d39f-47b0-be97-694a9de12bcc", "ac8fe255-c5f1-4ef2-bc0e-941a345cfa14", "14971ce1-4399-4a99-9677-66ffb71784ba" ], "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-05-27T11:17:46.347Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2a761460-39a9-4919-b42d-dcd81def1f61 VfModuleModelInvariantUUID:82e43492-cfd1-4fa3-a1b5-99908f47f1b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 84232ed4-d39f-47b0-be97-694a9de12bcc , ac8fe255-c5f1-4ef2-bc0e-941a345cfa14 , 14971ce1-4399-4a99-9677-66ffb71784ba } 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-05-27T11:17:46.347Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ac8fe255-c5f1-4ef2-bc0e-941a345cfa14 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-27T11:17:46.347Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:17:46.347Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:47.245Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:17:47.245Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ac8fe255-c5f1-4ef2-bc0e-941a345cfa14 1164 2021-05-27T11:17:47.245Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:47.245Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:47.246Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:17:47.246Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:47.248Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:47.248Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114267245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:17:47.349Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T11:17:47.350Z||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-05-27T11:17:47.350Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:47.359Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:47.360Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:17:48.071Z||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-05-27T11:17:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:48.090Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:48.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:17:48.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114148202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-27T11:17:48.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:17:48.249Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 14971ce1-4399-4a99-9677-66ffb71784ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-27T11:17:48.249Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:17:48.249Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:48.394Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:17:48.394Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 14971ce1-4399-4a99-9677-66ffb71784ba 200 2021-05-27T11:17:48.394Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:48.395Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:48.395Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:17:48.395Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:48.397Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:48.398Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114268394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:17:48.498Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:48.499Z||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-05-27T11:17:48.499Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:48.507Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:48.508Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:49.398Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7bcacab8-1d82-4c87-9847-dae633d8b8e4 2021-05-27T11:17:49.399Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 dc37eaf2-df3e-4bf6-993d-c04d86b24fe2 ASDC 2021-05-27T11:17:49.411Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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 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 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-05-27T11:17:49.423Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.424Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:49.424Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-27T11:17:49.424Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 7d84dfa2-75b5-4bb1-b094-2434ac5f2d0c 2021-05-27T11:17:49.424Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d84dfa2-75b5-4bb1-b094-2434ac5f2d0c matches Tosca VF Customization UUID: 7d84dfa2-75b5-4bb1-b094-2434ac5f2d0c 2021-05-27T11:17:49.424Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 7d84dfa2-75b5-4bb1-b094-2434ac5f2d0c 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-05-27T11:17:49.426Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.427Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:49.427Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 7d84dfa2-75b5-4bb1-b094-2434ac5f2d0c: {\"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-05-27T11:17:49.427Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2625cc29 2021-05-27T11:17:49.428Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.428Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T11:17:49.428Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2cbdfc6-04ff-49e9-97a7-8f177c764610 2021-05-27T11:17:49.428Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2cbdfc6-04ff-49e9-97a7-8f177c764610 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-05-27T11:17:49.430Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.430Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T11:17:49.431Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:17:49.431Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.431Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T11:17:49.431Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:17:49.432Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.432Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-27T11:17:49.432Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-27T11:17:49.432Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=356d2c13-48ef-47d5-8f0c-a1a01c390a2f 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-05-27T11:17:49.434Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.434Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T11:17:49.434Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:17:49.435Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.435Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T11:17:49.435Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7d84dfa2-75b5-4bb1-b094-2434ac5f2d0c 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-05-27T11:17:49.437Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.437Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:49.437Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7bcacab8-1d82-4c87-9847-dae633d8b8e4: basic_cnf 2021-05-27T11:17:49.438Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.438Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:49.438Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.438Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:49.438Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.438Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:49.438Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.439Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:49.439Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:17:49.439Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:17:49.439Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:49.493Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf dc37eaf2-df3e-4bf6-993d-c04d86b24fe2 1 ASDC deployResourceStructure 2021-05-27T11:17:49.494Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:49.494Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:49.495Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-27T11:17:49.495Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:49.496Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:49.497Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114269494, "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-05-27T11:17:49.597Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:49.598Z||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-05-27T11:17:49.598Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:49.606Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:49.607Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:50.497Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:50.498Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:50.498Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-27T11:17:50.498Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:50.500Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:50.500Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114270497, "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-05-27T11:17:50.600Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T11:17:50.601Z||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-05-27T11:17:50.601Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:50.609Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:50.609Z||pool-83-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:51.502Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:51.502Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:51.502Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:17:51.502Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:51.505Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:51.505Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114271501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:17:51.605Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:51.606Z||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-05-27T11:17:51.607Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:51.615Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:51.616Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:52.506Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:52.507Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:52.507Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:17:52.508Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:52.510Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:52.511Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114272506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-27T11:17:52.611Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:52.612Z||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-05-27T11:17:52.612Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:52.621Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:52.621Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:17:53.512Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:53.512Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||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-05-27T11:17:53.513Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:17:53.513Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:53.515Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:53.515Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114273512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-27T11:17:53.615Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:17:53.616Z||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-05-27T11:17:53.616Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:53.624Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:53.625Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:54.516Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-27T11:17:54.516Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-27T11:17:54.516Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:17:54.516Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:17:54.518Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:17:54.518Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114274516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:17:54.619Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T11:17:54.619Z||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-05-27T11:17:54.619Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:17:54.629Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:17:54.629Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:17:55.519Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:17:55.532Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 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-05-27T11:17:55.535Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:17:55.536Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:17:55.536Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:18:25.536Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:18:25.545Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 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-05-27T11:18:25.547Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:18:25.547Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:18:25.547Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:18:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:18:48.071Z||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-05-27T11:18:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:18:48.092Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:18:48.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "cds", "timestamp": 1622114117050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:18:48.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114145997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114140461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:18:48.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114147190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114148889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114149357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "cds", "timestamp": 1622114149370, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114145997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-27T11:18:48.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114147190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:18:48.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114149918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "cds", "timestamp": 1622114150374, "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-05-27T11:18:48.112Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 2021-05-27T11:18:48.112Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 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-05-27T11:18:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114149893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114145997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114147190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114150898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114149893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114145997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114147190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114151820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114151902, "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-05-27T11:18:48.124Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 2021-05-27T11:18:48.124Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 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-05-27T11:18:48.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114149893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:18:48.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114145997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114147190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114152823, "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-05-27T11:18:48.136Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 2021-05-27T11:18:48.136Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 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-05-27T11:18:48.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "multicloud-windriver-id", "timestamp": 1622114152905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114153087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114149893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114145997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114147190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114153291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-27T11:18:48.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "aai-ml", "timestamp": 1622114154091, "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-05-27T11:18:48.147Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 2021-05-27T11:18:48.147Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 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-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114149893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114147190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114153291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114149893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114153291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114155985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114149893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114153291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114156989, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114149893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114153291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "policy-id", "timestamp": 1622114157991, "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-05-27T11:18:48.159Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 2021-05-27T11:18:48.159Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 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-05-27T11:18:48.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114153291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114159646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114153291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114153291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114122034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114161182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114161525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114116682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114162185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114163550, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114163627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114164534, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114164553, "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-05-27T11:18:48.171Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 2021-05-27T11:18:48.171Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 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-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114165359, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114165434, "artifactURL": "/sdc/v1/catalog/services/561e0b05-263d-41d0-9a36-6c627c4a6c6e/resourceInstances/basicclamp0/artifacts/8b6642aa-6c04-4d33-a405-420b169a828f", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114165556, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114166674, "artifactURL": "/sdc/v1/catalog/services/561e0b05-263d-41d0-9a36-6c627c4a6c6e/resourceInstances/basicclamp0/artifacts/8b6642aa-6c04-4d33-a405-420b169a828f", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114166753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "dcae-sch", "timestamp": 1622114167678, "artifactURL": "/sdc/v1/catalog/services/561e0b05-263d-41d0-9a36-6c627c4a6c6e/resourceInstances/basicclamp0/artifacts/8b6642aa-6c04-4d33-a405-420b169a828f", "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-05-27T11:18:48.180Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 2021-05-27T11:18:48.180Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 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-05-27T11:18:48.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114167757, "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-05-27T11:18:48.188Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 2021-05-27T11:18:48.188Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 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-05-27T11:18:48.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "multicloud-windriver-id", "timestamp": 1622114168760, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114169783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "aai-ml", "timestamp": 1622114170786, "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-05-27T11:18:48.197Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 2021-05-27T11:18:48.197Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 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-05-27T11:18:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114170461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114170461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114170461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114170461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114170461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114170461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114176310, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114170461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114177312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114170461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "clamp", "timestamp": 1622114178315, "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-05-27T11:18:48.208Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 2021-05-27T11:18:48.209Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 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-05-27T11:18:48.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114180637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114182621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:18:48.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114183624, "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-05-27T11:18:48.219Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 2021-05-27T11:18:48.219Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 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-05-27T11:18:48.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114193187, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:18:48.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:48.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:18:48.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-27T11:18:48.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-27T11:18:48.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:18:48.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:18:48.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:18:48.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:18:48.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114206064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:18:48.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:18:55.547Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:18:55.555Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 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-05-27T11:18:55.558Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:18:55.558Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T11:18:55.558Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T11:18:55.558Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T11:18:55.558Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:18:55.558Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:18:55.558Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:18:55.559Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:18:55.559Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:18:55.559Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:18:55.559Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T11:18:55.563Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T11:19:25.564Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 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-05-27T11:19:25.568Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 and serviceModelVersionId: 7bcacab8-1d82-4c87-9847-dae633d8b8e4 2021-05-27T11:19:25.569Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f15188c8-6b95-4eb8-8e4d-3bf516d96d86 2021-05-27T11:19:25.569Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f15188c8-6b95-4eb8-8e4d-3bf516d96d86/model-vers/model-ver/7bcacab8-1d82-4c87-9847-dae633d8b8e4?depth=0 2021-05-27T11:19:25.574Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T11:19:25.600Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f15188c8-6b95-4eb8-8e4d-3bf516d96d86/model-vers/model-ver/7bcacab8-1d82-4c87-9847-dae633d8b8e4?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-05-27T11:19:25.601Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f15188c8-6b95-4eb8-8e4d-3bf516d96d86/model-vers/model-ver/7bcacab8-1d82-4c87-9847-dae633d8b8e4?depth=0|INFO|500||Invoke 2021-05-27T11:19:25.624Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f15188c8-6b95-4eb8-8e4d-3bf516d96d86/model-vers/model-ver/7bcacab8-1d82-4c87-9847-dae633d8b8e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T11:19:25.771Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f15188c8-6b95-4eb8-8e4d-3bf516d96d86/model-vers/model-ver/7bcacab8-1d82-4c87-9847-dae633d8b8e4?depth=0|INFO|500||InvokeReturn 2021-05-27T11:19:25.771Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f15188c8-6b95-4eb8-8e4d-3bf516d96d86/model-vers/model-ver/7bcacab8-1d82-4c87-9847-dae633d8b8e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210527-11:19:25:633-72149], vertex-id=[213088], Content-Length=[0], Date=[Thu, 27 May 2021 11:19:25 GMT], Content-Type=[application/json]} 2021-05-27T11:19:25.771Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-05-27T11:19:25.772Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T11:19:25.772Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T11:19:25.776Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-27T11:19:25.776Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3cbb27ec-e46f-4831-938e-4e8f1f2f0f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T11:19:25.776Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T11:19:25.777Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:25.778Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:25.778Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114365776, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:19:25.879Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T11:19:25.880Z||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-05-27T11:19:25.880Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:25.891Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:25.891Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-27T11:19:26.792Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-27T11:19:26.793Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"561e0b05-263d-41d0-9a36-6c627c4a6c6e","serviceDescription":"service","serviceInvariantUUID":"08bf7aa0-ca1e-4583-ac92-7b385b3b41dc","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2c8ed4f-9150-4bce-8c85-228e9e04c767","resourceInvariantUUID":"cdfa91a8-a961-42f8-8f1d-856519504069","resourceCustomizationUUID":"708bf159-fa72-44cf-974d-2e162de576a9","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":"8b6642aa-6c04-4d33-a405-420b169a828f","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":"MmE2MDdhZmM0NDdlODE1ZTIwN2Y3MDA2OTViNDBiMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5b9dd7e-fc76-474d-a7da-c713a93db1f8","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":"YjQ5MzFiOTA2MGQxN2Y3ZjA2ZGQxNDAwOGI2M2M1NTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c488458-de10-4314-bf9f-bfff2f093e95","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":"33714c33-626e-4d18-aa55-26d05b951a2b","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":"0fe99073-b82d-4161-9dac-f8c81c89e0de","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":"0c985986-7f8b-4ac1-986b-e29e0399ef52","artifactVersion":"2","generatedFromUUID":"33714c33-626e-4d18-aa55-26d05b951a2b"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZGM2ODQ0MTQxZmM4YjAxZDI4NzA4OWVmNDM4ZGRhY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25cebccc-f46f-401d-998d-96dde13c08be","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YWVkZjdjNjlmZjg5OGU1ZmIzOTI1NDcxMjMwNmI0MmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba5b0e1e-7342-4631-bb68-cd595831f9c9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T11:19:26.793Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:19:26.794Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:26.796Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:26.797Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:19:26.897Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:26.897Z||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-05-27T11:19:26.898Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:26.906Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:26.906Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:27.797Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:19:27.798Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:27.800Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:27.800Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:19:27.900Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:27.901Z||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-05-27T11:19:27.901Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:27.909Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:27.909Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:28.801Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:19:28.802Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:28.804Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:28.805Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:19:28.905Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:28.906Z||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-05-27T11:19:28.906Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:28.914Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:28.914Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:29.805Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:19:29.806Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:29.809Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:29.809Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-27T11:19:29.909Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:29.910Z||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-05-27T11:19:29.910Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:29.919Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:29.919Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:30.810Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:19:30.810Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:30.812Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:30.813Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:19:30.913Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:30.913Z||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-05-27T11:19:30.914Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:30.922Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:30.923Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:19:31.813Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:19:31.814Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:31.816Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:31.816Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-27T11:19:31.917Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T11:19:31.917Z||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-05-27T11:19:31.917Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:31.926Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:31.926Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:32.817Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:19:32.818Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:32.820Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:32.821Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:19:32.921Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:32.922Z||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-05-27T11:19:32.922Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:32.931Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:32.931Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:33.821Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:19:33.822Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:33.824Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:33.824Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:19:33.925Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:33.925Z||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-05-27T11:19:33.926Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:33.936Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:33.936Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:19:34.826Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "561e0b05-263d-41d0-9a36-6c627c4a6c6e", "serviceDescription": "service", "serviceInvariantUUID": "08bf7aa0-ca1e-4583-ac92-7b385b3b41dc", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "708bf159-fa72-44cf-974d-2e162de576a9", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a2c8ed4f-9150-4bce-8c85-228e9e04c767", "resourceInvariantUUID": "cdfa91a8-a961-42f8-8f1d-856519504069", "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": "YjQ5MzFiOTA2MGQxN2Y3ZjA2ZGQxNDAwOGI2M2M1NTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4c488458-de10-4314-bf9f-bfff2f093e95", "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": "33714c33-626e-4d18-aa55-26d05b951a2b", "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": "0c985986-7f8b-4ac1-986b-e29e0399ef52", "generatedFromUUID": "33714c33-626e-4d18-aa55-26d05b951a2b" }, "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": "0c985986-7f8b-4ac1-986b-e29e0399ef52", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YWVkZjdjNjlmZjg5OGU1ZmIzOTI1NDcxMjMwNmI0MmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ba5b0e1e-7342-4631-bb68-cd595831f9c9" } ], "workloadContext": "Production" } 2021-05-27T11:19:34.826Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T11:19:34.826Z|3cbb27ec-e46f-4831-938e-4e8f1f2f0f02|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 561e0b05-263d-41d0-9a36-6c627c4a6c6e ASDC 2021-05-27T11:19:34.827Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:561e0b05-263d-41d0-9a36-6c627c4a6c6e ServiceInvariantUUID:08bf7aa0-ca1e-4583-ac92-7b385b3b41dc 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:ba5b0e1e-7342-4631-bb68-cd595831f9c9 ArtifactChecksum:YWVkZjdjNjlmZjg5OGU1ZmIzOTI1NDcxMjMwNmI0MmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:708bf159-fa72-44cf-974d-2e162de576a9 ResourceInvariantUUID:cdfa91a8-a961-42f8-8f1d-856519504069 ResourceName:basicclamp ResourceType:VF ResourceUUID:a2c8ed4f-9150-4bce-8c85-228e9e04c767 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:4c488458-de10-4314-bf9f-bfff2f093e95 ArtifactChecksum:YjQ5MzFiOTA2MGQxN2Y3ZjA2ZGQxNDAwOGI2M2M1NTk= 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:33714c33-626e-4d18-aa55-26d05b951a2b 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:0c985986-7f8b-4ac1-986b-e29e0399ef52 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:0c985986-7f8b-4ac1-986b-e29e0399ef52 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-27T11:19:34.827Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 561e0b05-263d-41d0-9a36-6c627c4a6c6e 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-05-27T11:19:34.861Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:19:34.862Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:19:34.862Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:19:34.862Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ba5b0e1e-7342-4631-bb68-cd595831f9c9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-27T11:19:34.862Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:19:34.862Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-27T11:19:35.594Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:19:35.597Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ba5b0e1e-7342-4631-bb68-cd595831f9c9 76833 2021-05-27T11:19:35.597Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-27T11:19:35.597Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-27T11:19:35.597Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:19:35.598Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:35.599Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:35.600Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114375597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:35.700Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:35.700Z||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-05-27T11:19:35.700Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:35.707Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:35.707Z||pool-97-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:36.600Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:19:36.601Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:19:36.602Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ba5b0e1e-7342-4631-bb68-cd595831f9c9, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:36.602Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-27T11:19:36.602Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:36.602Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:36.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3167881527901966540/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-05-27T11:19:37.769Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T11:19:37.769Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:19:37.769Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:37.769Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-27T11:19:37.769Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:37.769Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:37.769Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:37.769Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:37.769Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-27T11:19:37.770Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.771Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2d41c765-c6c3-49cd-9673-118f053e5f24 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.772Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:37.773Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.773Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:37.773Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.773Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:37.773Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:37.773Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:37.773Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:561e0b05-263d-41d0-9a36-6c627c4a6c6e Model Version:NULL Model InvariantUuid:08bf7aa0-ca1e-4583-ac92-7b385b3b41dc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:2fe579fe-13de-480a-9456-35a4e13b1f7d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cdfa91a8-a961-42f8-8f1d-856519504069 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:708bf159-fa72-44cf-974d-2e162de576a9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:73a73a08-2360-4eaa-bfdd-e70703fd7638 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:8f99811d-18c4-48b6-8efa-67d240f48f57 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2d41c765-c6c3-49cd-9673-118f053e5f24 ModelInvariantUuid:a93e6163-1a27-4ec8-94c9-3c02de8f0a83 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:c386a520-0414-4342-8ee1-133c626776a4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8b8e6216-9c17-4ba6-bef3-6305d869e1d2 ModelInvariantUuid:d395a184-37a5-45ed-a8a2-3bc32f7fb39b ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:68a8b0ac-432d-4929-abdb-0c0ede8ba2be 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-05-27T11:19:37.778Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a2c8ed4f-9150-4bce-8c85-228e9e04c767 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-05-27T11:19:37.780Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||basicclamp 0 2021-05-27T11:19:37.780Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a2c8ed4f-9150-4bce-8c85-228e9e04c767 2021-05-27T11:19:37.781Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4c488458-de10-4314-bf9f-bfff2f093e95 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-27T11:19:37.781Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:19:37.781Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-27T11:19:39.023Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:19:39.023Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4c488458-de10-4314-bf9f-bfff2f093e95 790 2021-05-27T11:19:39.024Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:39.024Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:39.024Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:19:39.024Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:39.026Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:39.026Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114379024, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:39.126Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:39.127Z||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-05-27T11:19:39.127Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:39.137Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:39.137Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:19:40.027Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "73a73a08-2360-4eaa-bfdd-e70703fd7638", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8f99811d-18c4-48b6-8efa-67d240f48f57", "vfModuleModelCustomizationUUID": "c5855a42-1259-4f50-9a89-d3ff7a6ff510", "isBase": true, "artifacts": [ "33714c33-626e-4d18-aa55-26d05b951a2b", "0c985986-7f8b-4ac1-986b-e29e0399ef52" ], "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-05-27T11:19:40.032Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8f99811d-18c4-48b6-8efa-67d240f48f57 VfModuleModelInvariantUUID:73a73a08-2360-4eaa-bfdd-e70703fd7638 VfModuleModelDescription:NULL Artifacts UUID List:{ 33714c33-626e-4d18-aa55-26d05b951a2b , 0c985986-7f8b-4ac1-986b-e29e0399ef52 } 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-05-27T11:19:40.035Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "73a73a08-2360-4eaa-bfdd-e70703fd7638", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8f99811d-18c4-48b6-8efa-67d240f48f57", "vfModuleModelCustomizationUUID": "c5855a42-1259-4f50-9a89-d3ff7a6ff510", "isBase": true, "artifacts": [ "33714c33-626e-4d18-aa55-26d05b951a2b", "0c985986-7f8b-4ac1-986b-e29e0399ef52" ], "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-05-27T11:19:40.035Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8f99811d-18c4-48b6-8efa-67d240f48f57 VfModuleModelInvariantUUID:73a73a08-2360-4eaa-bfdd-e70703fd7638 VfModuleModelDescription:NULL Artifacts UUID List:{ 33714c33-626e-4d18-aa55-26d05b951a2b , 0c985986-7f8b-4ac1-986b-e29e0399ef52 } 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-05-27T11:19:40.035Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 33714c33-626e-4d18-aa55-26d05b951a2b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-27T11:19:40.035Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:19:40.036Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-27T11:19:40.944Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:19:40.944Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 33714c33-626e-4d18-aa55-26d05b951a2b 5033 2021-05-27T11:19:40.944Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:40.944Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:40.944Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:19:40.945Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:40.946Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:40.946Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114380944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:41.047Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T11:19:41.047Z||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-05-27T11:19:41.048Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:41.057Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:41.058Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:41.947Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0c985986-7f8b-4ac1-986b-e29e0399ef52 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-27T11:19:41.948Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:19:41.949Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-27T11:19:42.848Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:19:42.849Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 0c985986-7f8b-4ac1-986b-e29e0399ef52 909 2021-05-27T11:19:42.849Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:42.849Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:42.849Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:19:42.850Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:42.852Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:42.852Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114382849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:42.952Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:42.953Z||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-05-27T11:19:42.953Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:42.962Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:42.962Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:19:43.853Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 561e0b05-263d-41d0-9a36-6c627c4a6c6e 2021-05-27T11:19:43.853Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 a2c8ed4f-9150-4bce-8c85-228e9e04c767 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-05-27T11:19:43.867Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.867Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:43.868Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-27T11:19:43.868Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 708bf159-fa72-44cf-974d-2e162de576a9 2021-05-27T11:19:43.868Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 708bf159-fa72-44cf-974d-2e162de576a9 matches Tosca VF Customization UUID: 708bf159-fa72-44cf-974d-2e162de576a9 2021-05-27T11:19:43.868Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 708bf159-fa72-44cf-974d-2e162de576a9 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-05-27T11:19:43.870Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.870Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:43.870Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 708bf159-fa72-44cf-974d-2e162de576a9: {\"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-05-27T11:19:43.870Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2dbc70e3 2021-05-27T11:19:43.871Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.871Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T11:19:43.871Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c5855a42-1259-4f50-9a89-d3ff7a6ff510 2021-05-27T11:19:43.871Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c5855a42-1259-4f50-9a89-d3ff7a6ff510 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-05-27T11:19:43.872Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.872Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-27T11:19:43.873Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:19:43.873Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.873Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-27T11:19:43.873Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:19:43.873Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.873Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-27T11:19:43.873Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-27T11:19:43.873Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-27T11:19:43.873Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2d41c765-c6c3-49cd-9673-118f053e5f24 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-05-27T11:19:43.875Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.875Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-27T11:19:43.875Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T11:19:43.875Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.875Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-27T11:19:43.875Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=708bf159-fa72-44cf-974d-2e162de576a9 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-05-27T11:19:43.876Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.876Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:43.876Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 561e0b05-263d-41d0-9a36-6c627c4a6c6e: basicclamp 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:19:43.877Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:43.941Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp a2c8ed4f-9150-4bce-8c85-228e9e04c767 1 ASDC deployResourceStructure 2021-05-27T11:19:43.941Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:43.941Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:43.941Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:19:43.942Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:43.943Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:43.943Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114383941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:19:44.043Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:44.044Z||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-05-27T11:19:44.045Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:44.053Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:44.054Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:44.944Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:44.945Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:44.945Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:19:44.945Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:44.947Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:44.948Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114384944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-27T11:19:45.048Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:45.049Z||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-05-27T11:19:45.049Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:45.060Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:45.060Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:19:45.948Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:45.949Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||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-05-27T11:19:45.950Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:19:45.950Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:45.952Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:45.953Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114385948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-27T11:19:46.053Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:46.054Z||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-05-27T11:19:46.054Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:46.062Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:46.062Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:46.953Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-27T11:19:46.954Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-27T11:19:46.954Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:19:46.954Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:19:46.956Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:19:46.956Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114386953, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:19:47.057Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:19:47.058Z||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-05-27T11:19:47.058Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:47.065Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:47.065Z||pool-104-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:19:47.958Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:19:47.969Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 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-05-27T11:19:47.971Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:19:47.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T11:19:47.976Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T11:19:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:19:48.071Z||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-05-27T11:19:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:19:48.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:19:48.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114208538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:48.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114209922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:48.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114211744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:48.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114212848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114213851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114214855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114215860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1910675-efd8-470f-8445-ab57650dfb11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114247045, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:19:48.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:19:48.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114258135, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114261224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114263432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114265340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:48.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:19:48.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:19:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114267245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:19:48.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:20:17.977Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe 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-05-27T11:20:17.985Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe and serviceModelVersionId: 561e0b05-263d-41d0-9a36-6c627c4a6c6e 2021-05-27T11:20:17.985Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08bf7aa0-ca1e-4583-ac92-7b385b3b41dc 2021-05-27T11:20:17.986Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08bf7aa0-ca1e-4583-ac92-7b385b3b41dc/model-vers/model-ver/561e0b05-263d-41d0-9a36-6c627c4a6c6e?depth=0 2021-05-27T11:20:17.991Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T11:20:18.016Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08bf7aa0-ca1e-4583-ac92-7b385b3b41dc/model-vers/model-ver/561e0b05-263d-41d0-9a36-6c627c4a6c6e?depth=0|INFO|500||Invoke 2021-05-27T11:20:18.017Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08bf7aa0-ca1e-4583-ac92-7b385b3b41dc/model-vers/model-ver/561e0b05-263d-41d0-9a36-6c627c4a6c6e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08bf7aa0-ca1e-4583-ac92-7b385b3b41dc/model-vers/model-ver/561e0b05-263d-41d0-9a36-6c627c4a6c6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b234766f-04ff-43cf-80b4-e58cac910fc4], X-ECOMP-RequestID=[123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe], X-TransactionId=[], X-ONAP-RequestID=[123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe], Content-Type=[application/merge-patch+json]} 2021-05-27T11:20:18.032Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08bf7aa0-ca1e-4583-ac92-7b385b3b41dc/model-vers/model-ver/561e0b05-263d-41d0-9a36-6c627c4a6c6e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T11:20:18.627Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08bf7aa0-ca1e-4583-ac92-7b385b3b41dc/model-vers/model-ver/561e0b05-263d-41d0-9a36-6c627c4a6c6e?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/08bf7aa0-ca1e-4583-ac92-7b385b3b41dc/model-vers/model-ver/561e0b05-263d-41d0-9a36-6c627c4a6c6e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-11:20:18:040-19632], vertex-id=[225464], Content-Length=[0], Date=[Thu, 27 May 2021 11:20:18 GMT], Content-Type=[application/json]} 2021-05-27T11:20:18.627Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08bf7aa0-ca1e-4583-ac92-7b385b3b41dc/model-vers/model-ver/561e0b05-263d-41d0-9a36-6c627c4a6c6e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-27T11:20:18.628Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/08bf7aa0-ca1e-4583-ac92-7b385b3b41dc/model-vers/model-ver/561e0b05-263d-41d0-9a36-6c627c4a6c6e?depth=0|INFO|500||InvokeReturn 2021-05-27T11:20:18.628Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T11:20:18.628Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T11:20:18.632Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-27T11:20:18.632Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T11:20:18.632Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T11:20:18.632Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:20:18.634Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:20:18.634Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114418632, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:20:18.735Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:20:18.735Z||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-05-27T11:20:18.735Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:20:18.748Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:20:18.748Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-27T11:20:19.646Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:20:19.646Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:20:19.646Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:20:29.864Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:20:29.865Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:20:29.866Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:20:29.866Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:20:39.411Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:20:39.412Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:20:39.412Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:20:39.412Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:20:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:20:48.071Z||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-05-27T11:20:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:20:48.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:20:48.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:20:48.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114268394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:20:48.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:20:48.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:20:48.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114269494, "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-05-27T11:20:48.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:20:48.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:20:48.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114270497, "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-05-27T11:20:48.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:20:48.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:20:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114271501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:20:48.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:20:48.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:20:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114272506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-27T11:20:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:20:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:20:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114273512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-27T11:20:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:20:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:20:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114274516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:20:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:20:48.949Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:20:48.950Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:20:48.951Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:20:48.951Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:20:58.493Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:20:58.493Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:20:58.494Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:20:58.494Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:21:08.033Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:21:08.034Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:21:08.035Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:21:08.035Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:21:17.577Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:21:48.068Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:21:48.070Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:21:48.070Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:21:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:21:48.071Z||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-05-27T11:21:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:21:48.091Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:21:48.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3cbb27ec-e46f-4831-938e-4e8f1f2f0f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114365776, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:21:48.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:21:48.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:21:48.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:21:48.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114194204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:21:48.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114375597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114379024, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114380944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114382849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114383941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T11:21:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:21:48.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114384944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-27T11:21:48.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:21:48.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114385948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-27T11:21:48.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:21:48.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:21:48.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114386953, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:21:48.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:21:57.644Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:22:48.069Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:22:48.070Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:22:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:22:48.070Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:22:48.070Z||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-05-27T11:22:48.070Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:22:48.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:22:48.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-27T11:22:48.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114418632, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:22:48.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:22:57.640Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:23:48.068Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:23:48.069Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:23:48.069Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:23:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:23:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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-05-27T11:23:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:23:57.613Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:23:57.615Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:48.068Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:24:48.069Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:24:48.070Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:24:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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-05-27T11:24:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:48.967Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:48.967Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-27T11:24:48.968Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a83db65-c9cd-41a1-97fb-3efa1eb7835d","serviceName":"Demo_pNF_mUTgZE0HfKPshIYRC0ZV","serviceVersion":"1.0","serviceUUID":"62381043-6fe3-47dd-9324-f12a47add512","serviceDescription":"catalog service description","serviceInvariantUUID":"6fd00da6-79c5-4455-bcd2-27df9035945d","resources":[{"resourceInstanceName":"pNF e59bb6d2-9ee2 0","resourceName":"pNF e59bb6d2-9ee2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"82b37c1e-fcb0-4c2b-a143-0ac35cd565ba","resourceInvariantUUID":"c7737109-59cf-42eb-898f-1718595f2c78","resourceCustomizationUUID":"15073aee-2ab7-47f8-a7f8-28c270483a29","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml","artifactChecksum":"NTVhNmU3NTc4NmMwNDRkYmJkNDc4N2VkODAzZGQ0MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13936ce1-faf5-428c-9cb4-a7b37c181f63","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar","artifactChecksum":"MzhjNTM3YWVkMGYxODA0MjAwYzY0YTI2M2M2OTZkODE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"33ec8bd4-109e-44bc-b138-9e2ba80a956f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91c8a121-9c89-40ca-a82d-a28f05dbb74f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml","artifactChecksum":"MGU0MTU3NDFhZmU3NTEwMDkxMzlhODJjN2ExYjgzMDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8a1990e-6b0b-476d-87e4-a41bc1d6109c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72e8a269-f4bb-4a37-bdec-69b463e5bc9b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9ce1f003-4f94-42d6-9fe9-1646ecb402d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml","artifactChecksum":"MTRiOTJiMGU1NjI2ZTZjYjM3YWE4ZDRkY2FmNTdiYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb176aaa-1a56-4179-945e-279ae586e3d1","artifactVersion":"1"},{"artifactName":"service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar","artifactChecksum":"MjVhY2E1ZmU3MzBmZTcyODBlZDcwYzQzN2JiOGZkYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ee35648-7f7a-4f81-8494-e4e2614b7a3c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T11:24:48.969Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:24:48.969Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:24:48.971Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:24:48.971Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:24:49.071Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:24:49.072Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:24:49.072Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:49.081Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:49.082Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:24:49.191Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:49.191Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:24:49.191Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-windriver-id", "timestamp": 1622114682034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:24:49.192Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:24:49.971Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:24:49.972Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:24:49.974Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:24:49.974Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:24:50.075Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T11:24:50.076Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:24:50.076Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:50.083Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:50.083Z||pool-107-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:24:50.975Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:24:50.976Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:24:50.979Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:24:50.979Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:24:51.079Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:24:51.080Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:24:51.080Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:51.090Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:51.090Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:24:51.980Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:24:51.981Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:24:51.983Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:24:51.983Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:24:52.083Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:24:52.084Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:24:52.084Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:52.094Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:52.094Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-27T11:24:52.984Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:24:52.985Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:24:52.988Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:24:52.988Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:24:53.088Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T11:24:53.089Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:24:53.090Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:53.097Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:53.098Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:24:53.989Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:24:53.990Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:24:53.991Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:24:53.991Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:24:54.092Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:24:54.093Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:24:54.093Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:54.100Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:54.100Z||pool-111-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:24:54.992Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:24:54.993Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:24:54.994Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:24:54.994Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:24:55.095Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:24:55.095Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:24:55.095Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:55.104Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:55.105Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:24:55.995Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T11:24:55.996Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:24:55.999Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:24:55.999Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:24:56.099Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:24:56.099Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:24:56.100Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:56.106Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:56.107Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:24:57.000Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "serviceName": "Demo_pNF_mUTgZE0HfKPshIYRC0ZV", "serviceVersion": "1.0", "serviceUUID": "62381043-6fe3-47dd-9324-f12a47add512", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6fd00da6-79c5-4455-bcd2-27df9035945d", "resources": [ { "resourceInstanceName": "pNF e59bb6d2-9ee2 0", "resourceCustomizationUUID": "15073aee-2ab7-47f8-a7f8-28c270483a29", "resourceName": "pNF e59bb6d2-9ee2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "82b37c1e-fcb0-4c2b-a143-0ac35cd565ba", "resourceInvariantUUID": "c7737109-59cf-42eb-898f-1718595f2c78", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "artifactChecksum": "MjVhY2E1ZmU3MzBmZTcyODBlZDcwYzQzN2JiOGZkYWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9ee35648-7f7a-4f81-8494-e4e2614b7a3c" } ], "workloadContext": "Production" } 2021-05-27T11:24:57.001Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T11:24:57.001Z|123c9d49-8ffd-4fa3-ae7c-9b931e0d9efe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 62381043-6fe3-47dd-9324-f12a47add512 ASDC 2021-05-27T11:24:57.002Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3a83db65-c9cd-41a1-97fb-3efa1eb7835d ServiceName:Demo_pNF_mUTgZE0HfKPshIYRC0ZV ServiceVersion:1.0 ServiceUUID:62381043-6fe3-47dd-9324-f12a47add512 ServiceInvariantUUID:6fd00da6-79c5-4455-bcd2-27df9035945d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar ArtifactUUID:9ee35648-7f7a-4f81-8494-e4e2614b7a3c ArtifactChecksum:MjVhY2E1ZmU3MzBmZTcyODBlZDcwYzQzN2JiOGZkYWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e59bb6d2-9ee2 0 ResourceCustomizationUUID:15073aee-2ab7-47f8-a7f8-28c270483a29 ResourceInvariantUUID:c7737109-59cf-42eb-898f-1718595f2c78 ResourceName:pNF e59bb6d2-9ee2 ResourceType:PNF ResourceUUID:82b37c1e-fcb0-4c2b-a143-0ac35cd565ba ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-27T11:24:57.002Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62381043-6fe3-47dd-9324-f12a47add512 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-05-27T11:24:57.032Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:24:57.033Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:24:57.033Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:24:57.034Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9ee35648-7f7a-4f81-8494-e4e2614b7a3c from URL: /sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:57.034Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-27T11:24:57.034Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:57.929Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-27T11:24:57.933Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 9ee35648-7f7a-4f81-8494-e4e2614b7a3c 83317 2021-05-27T11:24:57.934Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar ASDC sendASDCNotification 2021-05-27T11:24:57.934Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:57.934Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T11:24:57.934Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:24:57.936Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:24:57.936Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114697934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:24:58.036Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:24:58.037Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:24:58.037Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:58.045Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:58.045Z||pool-114-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:24:58.937Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T11:24:58.938Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-27T11:24:58.939Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9ee35648-7f7a-4f81-8494-e4e2614b7a3c, URL: /sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar to file: /app/ASDC/1/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:58.940Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:58.940Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:58.941Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.146Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7701132139179145639/Definitions/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml 2021-05-27T11:24:59.782Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T11:24:59.782Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:24:59.782Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.782Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-27T11:24:59.782Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||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-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.782Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.782Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||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-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.782Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.782Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.783Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e59bb6d2-9ee2 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.783Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e59bb6d2-9ee2 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-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.783Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.783Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-27T11:24:59.783Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:24:59.783Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_mUTgZE0HfKPshIYRC0ZV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:24:59.783Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Node template pNF e59bb6d2-9ee2 0 is matching search criteria 2021-05-27T11:24:59.783Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:24:59.783Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e59bb6d2-9ee2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:24:59.783Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_mUTgZE0HfKPshIYRC0ZV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Node template pNF e59bb6d2-9ee2 0 is matching search criteria 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e59bb6d2-9ee2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_mUTgZE0HfKPshIYRC0ZV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_mUTgZE0HfKPshIYRC0ZV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_mUTgZE0HfKPshIYRC0ZV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:24:59.784Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_mUTgZE0HfKPshIYRC0ZV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:24:59.785Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:24:59.785Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_mUTgZE0HfKPshIYRC0ZV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:24:59.785Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_mUTgZE0HfKPshIYRC0ZV Description:catalog service description Model UUID:62381043-6fe3-47dd-9324-f12a47add512 Model Version:NULL Model InvariantUuid:6fd00da6-79c5-4455-bcd2-27df9035945d 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-05-27T11:24:59.790Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 82b37c1e-fcb0-4c2b-a143-0ac35cd565ba 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-05-27T11:24:59.792Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||pNF e59bb6d2-9ee2 0 2021-05-27T11:24:59.792Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 82b37c1e-fcb0-4c2b-a143-0ac35cd565ba 2021-05-27T11:24:59.792Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 62381043-6fe3-47dd-9324-f12a47add512 2021-05-27T11:24:59.793Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 62381043-6fe3-47dd-9324-f12a47add512 2021-05-27T11:24:59.793Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e59bb6d2-9ee2 0 82b37c1e-fcb0-4c2b-a143-0ac35cd565ba 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-05-27T11:24:59.796Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:24:59.796Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_mUTgZE0HfKPshIYRC0ZV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:24:59.796Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 62381043-6fe3-47dd-9324-f12a47add512: pNF e59bb6d2-9ee2 2021-05-27T11:24:59.796Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||Processing PNF resource: 82b37c1e-fcb0-4c2b-a143-0ac35cd565ba 2021-05-27T11:24:59.796Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T11:24:59.797Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_mUTgZE0HfKPshIYRC0ZV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T11:24:59.797Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||Resource customization UUID: 15073aee-2ab7-47f8-a7f8-28c270483a29 is the same as notified resource customizationUUID: 15073aee-2ab7-47f8-a7f8-28c270483a29 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-05-27T11:24:59.820Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e59bb6d2-9ee2 82b37c1e-fcb0-4c2b-a143-0ac35cd565ba 0 ASDC deployResourceStructure 2021-05-27T11:24:59.821Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar ASDC sendASDCNotification 2021-05-27T11:24:59.821Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar 2021-05-27T11:24:59.821Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T11:24:59.821Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:24:59.822Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:24:59.823Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114699821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:24:59.923Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:24:59.924Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:24:59.924Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:24:59.935Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:24:59.936Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-27T11:25:00.823Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:25:00.835Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:25:00.837Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:25:00.838Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:25:00.838Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:25:30.838Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:25:30.848Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:25:30.850Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:25:30.850Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:25:30.850Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:25:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:25:48.071Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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-05-27T11:25:48.071Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:25:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:25:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:25:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:25:48.095Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:26:00.850Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:26:00.861Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:26:00.863Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:26:00.863Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:26:00.863Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:26:30.864Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:26:30.872Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:26:30.874Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:26:30.874Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:26:30.874Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:26:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:26:48.071Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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-05-27T11:26:48.071Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:26:48.092Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:26:48.093Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:26:48.093Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114686682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:26:48.093Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114680461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "cds", "timestamp": 1622114687050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114685352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:26:48.094Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114685997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:26:48.095Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:00.875Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:27:00.887Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:27:00.892Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:27:00.892Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:27:00.892Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:27:30.892Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:27:30.905Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:27:30.908Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:27:30.908Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T11:27:30.908Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T11:27:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:27:48.071Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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-05-27T11:27:48.071Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:27:48.595Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:27:48.596Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.596Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-windriver-id", "timestamp": 1622114682034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.597Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.597Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.597Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.597Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.597Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.597Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "cds", "timestamp": 1622114687050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.597Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.597Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114686682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114680461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114685352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114685997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-windriver-id", "timestamp": 1622114682034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.598Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114680461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114686682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "cds", "timestamp": 1622114687050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114685352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114685997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-windriver-id", "timestamp": 1622114682034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.599Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "cds", "timestamp": 1622114687050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114680461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114686682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114685352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114685997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.600Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-windriver-id", "timestamp": 1622114682034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114686682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114680461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "cds", "timestamp": 1622114687050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114685352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114685997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "dcae-sch", "timestamp": 1622114693291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.601Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-windriver-id", "timestamp": 1622114682034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "cds", "timestamp": 1622114687050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114686682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114680461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.602Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114685352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114685997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "dcae-sch", "timestamp": 1622114693291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-windriver-id", "timestamp": 1622114682034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114686682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "cds", "timestamp": 1622114687050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.603Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114680461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114685352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114685997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114694798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "dcae-sch", "timestamp": 1622114693291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.604Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-windriver-id", "timestamp": 1622114682034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114686682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "cds", "timestamp": 1622114687050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114680461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114688068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114685352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.605Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114685997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114694798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "dcae-sch", "timestamp": 1622114693291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114694798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114697687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114697757, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.606Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "cds", "timestamp": 1622114697848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114697831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "dcae-sch", "timestamp": 1622114693291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114697934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114694798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.607Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "cds", "timestamp": 1622114698853, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-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-05-27T11:27:48.614Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 2021-05-27T11:27:48.614Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:27:48.621Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.621Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114698835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "dcae-sch", "timestamp": 1622114693291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114699416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114694798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114699821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "policy-id", "timestamp": 1622114699837, "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-05-27T11:27:48.625Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 2021-05-27T11:27:48.625Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:27:48.631Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.631Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "dcae-sch", "timestamp": 1622114693291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.631Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.631Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.631Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622114700419, "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-05-27T11:27:48.634Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 2021-05-27T11:27:48.635Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:27:48.641Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.641Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114694798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/resourceInstances/pnfe59bb6d29ee20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.641Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.642Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.642Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "dcae-sch", "timestamp": 1622114693291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.642Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.642Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.642Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114694798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T11:27:48.642Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.642Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.642Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622114694798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "NOTIFIED" } 2021-05-27T11:27:48.643Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-27T11:27:48.643Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.643Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114702635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:27:48.643Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.643Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.643Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "aai-ml", "timestamp": 1622114703638, "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-05-27T11:27:48.647Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 2021-05-27T11:27:48.647Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:27:48.654Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.654Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114704248, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T11:27:48.654Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.654Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.654Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114706256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMutgze0hfkpshiyrc0zv/1.0/artifacts/service-DemoPnfMutgze0hfkpshiyrc0zv-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T11:27:48.654Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:27:48.654Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-27T11:27:48.654Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "clamp", "timestamp": 1622114707259, "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-05-27T11:27:48.658Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 2021-05-27T11:27:48.659Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:28:00.908Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-27T11:28:00.919Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:28:00.921Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T11:28:00.922Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T11:28:00.922Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T11:28:00.922Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T11:28:00.922Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:28:00.922Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:28:00.922Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:28:00.922Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:28:00.922Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:28:00.922Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T11:28:00.922Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T11:28:00.928Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T11:28:30.929Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d 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-05-27T11:28:30.937Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a83db65-c9cd-41a1-97fb-3efa1eb7835d and serviceModelVersionId: 62381043-6fe3-47dd-9324-f12a47add512 2021-05-27T11:28:30.937Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fd00da6-79c5-4455-bcd2-27df9035945d 2021-05-27T11:28:30.938Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fd00da6-79c5-4455-bcd2-27df9035945d/model-vers/model-ver/62381043-6fe3-47dd-9324-f12a47add512?depth=0 2021-05-27T11:28:30.943Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T11:28:30.971Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fd00da6-79c5-4455-bcd2-27df9035945d/model-vers/model-ver/62381043-6fe3-47dd-9324-f12a47add512?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-05-27T11:28:30.971Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fd00da6-79c5-4455-bcd2-27df9035945d/model-vers/model-ver/62381043-6fe3-47dd-9324-f12a47add512?depth=0|INFO|500||Invoke 2021-05-27T11:28:30.993Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fd00da6-79c5-4455-bcd2-27df9035945d/model-vers/model-ver/62381043-6fe3-47dd-9324-f12a47add512?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T11:28:31.285Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fd00da6-79c5-4455-bcd2-27df9035945d/model-vers/model-ver/62381043-6fe3-47dd-9324-f12a47add512?depth=0|INFO|500||InvokeReturn 2021-05-27T11:28:31.285Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fd00da6-79c5-4455-bcd2-27df9035945d/model-vers/model-ver/62381043-6fe3-47dd-9324-f12a47add512?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210527-11:28:31:001-50720], vertex-id=[286792], Content-Length=[0], Date=[Thu, 27 May 2021 11:28:31 GMT], Content-Type=[application/json]} 2021-05-27T11:28:31.286Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-05-27T11:28:31.286Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T11:28:31.286Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T11:28:31.290Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-27T11:28:31.290Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a83db65-c9cd-41a1-97fb-3efa1eb7835d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T11:28:31.291Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T11:28:31.291Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-27T11:28:31.293Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T11:28:31.293Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114911290, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:28:31.393Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T11:28:31.394Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-27T11:28:31.394Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:28:31.406Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:28:31.407Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-27T11:28:32.306Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:28:32.307Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:28:32.307Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:28:42.524Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:28:42.524Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:28:42.525Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:28:42.525Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:28:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:28:48.071Z||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-05-27T11:28:48.071Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:28:48.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:28:48.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-27T11:28:48.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a83db65-c9cd-41a1-97fb-3efa1eb7835d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622114911290, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T11:28:48.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T11:28:52.063Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:28:52.064Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:28:52.064Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:28:52.064Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:29:01.606Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:29:01.607Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:29:01.607Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T11:29:01.608Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ... 2021-05-27T11:29:11.142Z|3a83db65-c9cd-41a1-97fb-3efa1eb7835d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T11:29:48.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:29:48.069Z||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-05-27T11:29:48.069Z||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 AcMFX2E3PwgHHI3r) ... 2021-05-27T11:29:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T11:29:48.071Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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-05-27T11:29:48.071Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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 AcMFX2E3PwgHHI3r) ...