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-04-29T04:35:17.743Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-jfjxr with PID 14 (/app/app.jar started by so in /app) 2021-04-29T04:35:17.750Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-29T04:35:17.750Z||main|||||INFO|500||The following profiles are active: basic 2021-04-29T04:35:23.942Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-29T04:35:23.942Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-29T04:35:24.033Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-29T04:35:25.371Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-29T04:35:25.543Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-29T04:35:25.875Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-29T04:35:25.884Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-29T04:35:25.992Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-29T04:35:26.124Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-29T04:35:26.454Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-29T04:35:27.074Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-29T04:35:29.055Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-29T04:35:29.094Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-29T04:35:29.396Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-29T04:35:29.545Z||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-04-29T04:35:30.535Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-29T04:35:31.419Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-29T04:35:31.439Z||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$$fac33ec7.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-04-29T04:35:31.440Z||main|||||WARN|500||The sdc end point is not alive 2021-04-29T04:35:33.477Z||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-04-29T04:35:35.497Z||main|||||WARN|500||--- 2021-04-29T04:35:35.498Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-29T04:35:35.498Z||main|||||WARN|500||--- 2021-04-29T04:35:35.882Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-29T04:35:38.737Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-29T04:35:38.738Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-29T04:35:38.738Z||main|||||INFO|500||Started Application in 22.857 seconds (JVM running for 23.815) 2021-04-29T04:35:38.749Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-29T04:35:38.772Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-29T04:35:38.853Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33dea287-7708-4182-b615-7ae233772b4e url= /sdc/v1/artifactTypes 2021-04-29T04:35:38.853Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-29T04:35:39.160Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-29T04:35:39.179Z||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-04-29T04:35:39.198Z||scheduling-1|||||DEBUG|500||create keys 2021-04-29T04:35:39.206Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-29T04:35:39.229Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:35:39.244Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2f42b4a7-ba79-4b47-80ac-0fbd59b24e39 url= /sdc/v1/registerForDistribution 2021-04-29T04:35:39.396Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2f42b4a7-ba79-4b47-80ac-0fbd59b24e39 url= /sdc/v1/registerForDistribution 2021-04-29T04:35:39.397Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-29T04:35:39.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:35:39.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:35:39.413Z||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-04-29T04:35:39.414Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:35:39.414Z||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-04-29T04:35:39.414Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:35:39.424Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-29T04:35:49.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:35:49.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:36:39.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:36:39.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:36:39.407Z||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-04-29T04:36:39.407Z||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-04-29T04:36:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:36:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:36:48.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:36:48.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:37:39.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:37:39.406Z||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-04-29T04:37:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:37:39.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:37:39.407Z||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-04-29T04:37:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:37:49.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:37:49.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:38:39.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:38:39.406Z||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-04-29T04:38:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:38:39.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:38:39.407Z||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-04-29T04:38:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:38:48.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:38:48.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:39:39.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:39:39.406Z||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-04-29T04:39:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:39:39.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:39:39.408Z||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-04-29T04:39:39.409Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:39:48.959Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:39:48.960Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:40:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:40:39.405Z||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-04-29T04:40:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:40:39.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:40:39.407Z||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-04-29T04:40:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:40:48.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:40:48.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:41:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:41:39.406Z||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-04-29T04:41:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:41:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:41:39.407Z||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-04-29T04:41:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:41:48.954Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:41:48.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:42:39.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:42:39.406Z||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-04-29T04:42:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:42:39.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:42:39.408Z||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-04-29T04:42:39.409Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:42:48.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:42:48.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:43:39.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:43:39.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:43:39.408Z||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-04-29T04:43:39.408Z||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-04-29T04:43:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:43:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:43:48.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:43:48.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:44:39.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:44:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:44:39.407Z||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-04-29T04:44:39.407Z||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-04-29T04:44:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:44:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:44:48.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:44:48.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:45:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:45:39.405Z||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-04-29T04:45:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:45:39.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:45:39.407Z||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-04-29T04:45:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:45:48.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:45:48.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:45:52.790Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-29T04:46:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:46:39.405Z||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-04-29T04:46:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:46:39.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:46:39.407Z||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-04-29T04:46:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:46:48.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:46:48.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:47:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:47:39.405Z||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-04-29T04:47:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:47:39.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:47:39.407Z||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-04-29T04:47:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:47:48.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:47:48.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:48:39.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:48:39.406Z||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-04-29T04:48:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:48:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:48:39.407Z||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-04-29T04:48:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:48:48.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:48:48.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:49:39.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:49:39.406Z||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-04-29T04:49:39.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:49:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:49:39.408Z||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-04-29T04:49:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:49:48.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:49:48.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:50:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:50:39.405Z||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-04-29T04:50:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:50:39.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:50:39.407Z||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-04-29T04:50:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:50:48.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:50:48.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:51:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:51:39.405Z||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-04-29T04:51:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:51:39.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:51:39.407Z||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-04-29T04:51:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:51:48.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:51:48.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:52:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:52:39.406Z||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-04-29T04:52:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:52:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:52:39.407Z||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-04-29T04:52:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:52:48.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:52:48.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:53:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:53:39.405Z||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-04-29T04:53:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:53:39.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:53:39.407Z||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-04-29T04:53:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:53:48.945Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:53:48.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:54:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:54:39.405Z||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-04-29T04:54:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:54:39.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:54:39.407Z||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-04-29T04:54:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:54:48.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:54:48.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:55:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:55:39.405Z||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-04-29T04:55:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:55:39.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:55:39.407Z||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-04-29T04:55:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:55:48.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:55:48.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:56:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:56:39.405Z||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-04-29T04:56:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:56:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:56:39.407Z||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-04-29T04:56:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:56:48.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:56:48.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:57:39.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:57:39.406Z||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-04-29T04:57:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:57:39.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:57:39.407Z||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-04-29T04:57:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:57:48.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:57:48.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:58:39.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:58:39.406Z||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-04-29T04:58:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:58:39.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:58:39.407Z||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-04-29T04:58:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:58:48.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:58:48.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:59:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:59:39.406Z||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-04-29T04:59:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:59:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T04:59:39.407Z||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-04-29T04:59:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T04:59:48.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T04:59:48.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:00:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:00:39.406Z||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-04-29T05:00:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:00:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:00:39.407Z||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-04-29T05:00:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:00:48.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:00:48.962Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:01:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:01:39.405Z||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-04-29T05:01:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:01:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:01:39.407Z||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-04-29T05:01:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:01:48.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:01:48.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:02:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:02:39.405Z||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-04-29T05:02:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:02:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:02:39.407Z||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-04-29T05:02:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:02:48.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:02:48.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:03:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:03:39.405Z||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-04-29T05:03:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:03:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:03:39.407Z||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-04-29T05:03:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:03:48.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:03:48.954Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:04:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:04:39.406Z||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-04-29T05:04:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:04:39.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:04:39.407Z||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-04-29T05:04:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:04:48.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:04:48.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:05:39.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:05:39.406Z||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-04-29T05:05:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:05:39.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:05:39.407Z||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-04-29T05:05:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:05:48.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:05:48.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:06:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:06:39.405Z||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-04-29T05:06:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:06:39.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:06:39.407Z||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-04-29T05:06:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:06:48.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:06:48.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:07:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:07:39.406Z||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-04-29T05:07:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:07:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:07:39.407Z||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-04-29T05:07:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:07:48.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:07:48.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:08:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:08:39.405Z||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-04-29T05:08:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:08:39.407Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:08:39.408Z||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-04-29T05:08:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:08:48.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:08:48.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:09:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:09:39.406Z||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-04-29T05:09:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:09:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:09:39.407Z||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-04-29T05:09:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:09:48.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:09:48.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:10:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:10:39.406Z||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-04-29T05:10:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:10:39.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:10:39.407Z||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-04-29T05:10:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:10:48.947Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:10:48.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:11:39.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:11:39.405Z||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-04-29T05:11:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:11:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:11:39.408Z||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-04-29T05:11:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:11:48.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:11:48.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:12:39.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:12:39.405Z||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-04-29T05:12:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:12:39.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:12:39.407Z||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-04-29T05:12:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:12:48.943Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:12:48.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:13:39.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:13:39.406Z||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-04-29T05:13:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:13:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:13:39.407Z||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-04-29T05:13:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:13:48.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:13:48.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:14:39.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:14:39.405Z||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-04-29T05:14:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:14:39.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:14:39.407Z||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-04-29T05:14:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:14:48.944Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:14:48.947Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:15:39.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:15:39.405Z||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-04-29T05:15:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:15:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:15:39.407Z||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-04-29T05:15:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:15:48.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:15:48.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:16:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:16:39.405Z||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-04-29T05:16:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:16:39.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:16:39.407Z||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-04-29T05:16:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:16:48.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:16:48.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:17:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:17:39.405Z||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-04-29T05:17:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:17:39.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:17:39.407Z||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-04-29T05:17:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:17:48.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:17:48.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:18:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:18:39.405Z||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-04-29T05:18:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:18:39.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:18:39.407Z||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-04-29T05:18:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:18:48.946Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:18:48.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:19:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:19:39.405Z||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-04-29T05:19:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:19:39.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:19:39.407Z||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-04-29T05:19:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:19:48.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:19:48.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:20:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:20:39.405Z||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-04-29T05:20:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:20:39.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:20:39.407Z||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-04-29T05:20:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:20:48.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:20:48.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:21:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:21:39.405Z||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-04-29T05:21:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:21:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:21:39.407Z||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-04-29T05:21:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:21:48.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:21:48.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:22:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:22:39.405Z||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-04-29T05:22:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:22:39.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:22:39.407Z||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-04-29T05:22:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:22:48.945Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:22:48.946Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:23:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:23:39.405Z||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-04-29T05:23:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:23:39.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:23:39.407Z||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-04-29T05:23:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:23:48.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:23:48.949Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:24:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:24:39.405Z||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-04-29T05:24:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:24:39.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:24:39.407Z||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-04-29T05:24:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:24:48.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:24:48.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:25:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:25:39.405Z||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-04-29T05:25:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:25:39.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:25:39.407Z||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-04-29T05:25:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:25:48.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:25:48.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:26:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:26:39.406Z||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-04-29T05:26:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:26:39.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:26:39.407Z||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-04-29T05:26:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:26:48.956Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:26:48.956Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:27:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:27:39.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:27:39.406Z||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-04-29T05:27:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:27:39.407Z||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-04-29T05:27:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:27:48.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:27:48.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:28:39.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:28:39.406Z||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-04-29T05:28:39.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:28:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:28:39.407Z||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-04-29T05:28:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:28:48.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:28:48.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:29:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:29:39.406Z||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-04-29T05:29:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:29:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:29:39.407Z||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-04-29T05:29:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:29:48.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:29:48.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:39.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:30:39.406Z||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-04-29T05:30:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:30:39.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:30:39.407Z||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-04-29T05:30:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:30:39.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:39.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674228944, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "cds", "timestamp": 1619674228155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "ves-openapi-manager", "timestamp": 1619674223636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "aai-ml", "timestamp": 1619674225982, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "policy-id", "timestamp": 1619674231664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674233361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674228944, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOTIFIED" } 2021-04-29T05:30:39.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "cds", "timestamp": 1619674228155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "ves-openapi-manager", "timestamp": 1619674223636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "aai-ml", "timestamp": 1619674225982, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "policy-id", "timestamp": 1619674231664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "dcae-sch", "timestamp": 1619674234454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674233361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOTIFIED" } 2021-04-29T05:30:39.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674228944, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-29T05:30:39.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "cds", "timestamp": 1619674228155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "ves-openapi-manager", "timestamp": 1619674223636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "aai-ml", "timestamp": 1619674225982, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "policy-id", "timestamp": 1619674231664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "dcae-sch", "timestamp": 1619674234454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674233361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-29T05:30:39.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674228944, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "cds", "timestamp": 1619674228155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "ves-openapi-manager", "timestamp": 1619674223636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "aai-ml", "timestamp": 1619674225982, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "policy-id", "timestamp": 1619674231664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "dcae-sch", "timestamp": 1619674234454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674233361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674228944, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "cds", "timestamp": 1619674228155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "ves-openapi-manager", "timestamp": 1619674223636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "aai-ml", "timestamp": 1619674225982, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "policy-id", "timestamp": 1619674231664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "dcae-sch", "timestamp": 1619674234454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674233361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674228944, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "cds", "timestamp": 1619674228155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "ves-openapi-manager", "timestamp": 1619674223636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "aai-ml", "timestamp": 1619674225982, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "policy-id", "timestamp": 1619674231664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "dcae-sch", "timestamp": 1619674234454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:39.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-29T05:30:39.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674233361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:39.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-29T05:30:40.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:40.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-29T05:30:40.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"582a370e-54c3-4c99-9b55-91182836799a","serviceName":"vFW 2021-04-29 05-27-48","serviceVersion":"1.0","serviceUUID":"3e34dbcf-4d1b-4fde-a33e-afa4c0510401","serviceDescription":"catalog service description","serviceInvariantUUID":"a798e574-5773-4d91-aa5e-7812d6c6f488","resources":[{"resourceInstanceName":"vFW 07d5d7ae-bcd7 0","resourceName":"vFW 07d5d7ae-bcd7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"00231805-02fd-4dc0-81d5-ca4a17b3a9f6","resourceInvariantUUID":"2c35dab6-66b5-4652-9178-9ae25645e3bf","resourceCustomizationUUID":"c25aa936-0ea4-4e13-a2e4-2ad2fae91a25","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml","artifactChecksum":"OTI1MDdhZTZkNmQ3NmJhN2E3MzdjOTNmMjkwOGEzMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12c4de8f-9745-4601-b5c3-1077ef1933fc","artifactVersion":"1"},{"artifactName":"vfw07d5d7aebcd70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json","artifactChecksum":"ZDUxZGU1NjM3ZmJmN2E0MTgwMWJjMjMxYzc5MjNkMzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf7aebe0-8d72-4d97-b78a-8425ce117e31","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ecb921f1-ccb1-40c8-abab-d024f9be0b13","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml","artifactChecksum":"MjE5YWJjYzEzOTE3YmZhMmJjNzIzNjA3NjZkNDE4ZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cebbb2d7-342b-4920-8591-e3ec4c09b3c2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"40b00612-6a96-4c61-8993-f9a105405ca8","artifactVersion":"2","generatedFromUUID":"ecb921f1-ccb1-40c8-abab-d024f9be0b13"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210429052748-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml","artifactChecksum":"MjI2MTUxNWI4MjM0MTg3YzkxNzdlYmQyOTVjYTQ2ZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3b733c6-59a5-4930-9ef8-db2a475a1031","artifactVersion":"1"},{"artifactName":"service-Vfw20210429052748-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar","artifactChecksum":"NDFmNTMxY2YyODk3NmMzMzc4ZjU5MDMzOGYwNjIyYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"844dfdb5-9894-4e63-887a-fe92a0df57f2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-29T05:30:40.046Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:30:40.058Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:40.080Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:40.080Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:40.180Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-04-29T05:30:40.184Z||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-04-29T05:30:40.184Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:40.192Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:40.193Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:30:41.088Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:30:41.089Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:41.090Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:41.091Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOTIFIED" } 2021-04-29T05:30:41.191Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:30:41.192Z||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-04-29T05:30:41.192Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:41.199Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:41.199Z||pool-4-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:30:42.091Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:30:42.092Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:42.094Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:42.094Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-29T05:30:42.195Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:30:42.196Z||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-04-29T05:30:42.196Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:42.207Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:42.207Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-29T05:30:43.095Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:30:43.096Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:43.098Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:43.099Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:43.199Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:30:43.199Z||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-04-29T05:30:43.199Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:43.208Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:43.209Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:30:44.099Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:30:44.101Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:44.103Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:44.103Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-29T05:30:44.203Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:30:44.204Z||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-04-29T05:30:44.204Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:44.212Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:44.213Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-29T05:30:45.104Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:30:45.105Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:45.107Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:45.107Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:30:45.207Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:30:45.209Z||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-04-29T05:30:45.209Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:45.219Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:45.219Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-29T05:30:46.107Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:30:46.109Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:46.111Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:46.111Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:30:46.211Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:30:46.212Z||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-04-29T05:30:46.213Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:46.222Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:46.223Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:30:47.112Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "serviceName": "vFW 2021-04-29 05-27-48", "serviceVersion": "1.0", "serviceUUID": "3e34dbcf-4d1b-4fde-a33e-afa4c0510401", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a798e574-5773-4d91-aa5e-7812d6c6f488", "resources": [ { "resourceInstanceName": "vFW 07d5d7ae-bcd7 0", "resourceCustomizationUUID": "c25aa936-0ea4-4e13-a2e4-2ad2fae91a25", "resourceName": "vFW 07d5d7ae-bcd7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "00231805-02fd-4dc0-81d5-ca4a17b3a9f6", "resourceInvariantUUID": "2c35dab6-66b5-4652-9178-9ae25645e3bf", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw07d5d7aebcd70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "artifactChecksum": "ZDUxZGU1NjM3ZmJmN2E0MTgwMWJjMjMxYzc5MjNkMzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf7aebe0-8d72-4d97-b78a-8425ce117e31", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ecb921f1-ccb1-40c8-abab-d024f9be0b13", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "40b00612-6a96-4c61-8993-f9a105405ca8", "generatedFromUUID": "ecb921f1-ccb1-40c8-abab-d024f9be0b13" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "40b00612-6a96-4c61-8993-f9a105405ca8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210429052748-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "artifactChecksum": "NDFmNTMxY2YyODk3NmMzMzc4ZjU5MDMzOGYwNjIyYmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "844dfdb5-9894-4e63-887a-fe92a0df57f2" } ], "workloadContext": "Production" } 2021-04-29T05:30:47.114Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-29T05:30:47.114Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3e34dbcf-4d1b-4fde-a33e-afa4c0510401 ASDC 2021-04-29T05:30:47.218Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:582a370e-54c3-4c99-9b55-91182836799a ServiceName:vFW 2021-04-29 05-27-48 ServiceVersion:1.0 ServiceUUID:3e34dbcf-4d1b-4fde-a33e-afa4c0510401 ServiceInvariantUUID:a798e574-5773-4d91-aa5e-7812d6c6f488 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210429052748-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar ArtifactUUID:844dfdb5-9894-4e63-887a-fe92a0df57f2 ArtifactChecksum:NDFmNTMxY2YyODk3NmMzMzc4ZjU5MDMzOGYwNjIyYmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 07d5d7ae-bcd7 0 ResourceCustomizationUUID:c25aa936-0ea4-4e13-a2e4-2ad2fae91a25 ResourceInvariantUUID:2c35dab6-66b5-4652-9178-9ae25645e3bf ResourceName:vFW 07d5d7ae-bcd7 ResourceType:VF ResourceUUID:00231805-02fd-4dc0-81d5-ca4a17b3a9f6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw07d5d7aebcd70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json ArtifactUUID:bf7aebe0-8d72-4d97-b78a-8425ce117e31 ArtifactChecksum:ZDUxZGU1NjM3ZmJmN2E0MTgwMWJjMjMxYzc5MjNkMzQ= 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/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml ArtifactUUID:ecb921f1-ccb1-40c8-abab-d024f9be0b13 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/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env ArtifactUUID:40b00612-6a96-4c61-8993-f9a105405ca8 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/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env ArtifactUUID:40b00612-6a96-4c61-8993-f9a105405ca8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-29T05:30:47.218Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e34dbcf-4d1b-4fde-a33e-afa4c0510401 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-04-29T05:30:47.921Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-29T05:30:47.922Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-04-29T05:30:47.923Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-04-29T05:30:47.924Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 844dfdb5-9894-4e63-887a-fe92a0df57f2 from URL: /sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:47.924Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-04-29T05:30:47.925Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:49.108Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-04-29T05:30:49.141Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar 844dfdb5-9894-4e63-887a-fe92a0df57f2 110184 2021-04-29T05:30:49.142Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar ASDC sendASDCNotification 2021-04-29T05:30:49.142Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:49.145Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-29T05:30:49.146Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:49.147Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:49.147Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674249141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:30:49.248Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-29T05:30:49.249Z||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-04-29T05:30:49.249Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:49.258Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:49.258Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:30:50.148Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-29T05:30:50.149Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-04-29T05:30:50.150Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 844dfdb5-9894-4e63-887a-fe92a0df57f2, URL: /sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar to file: /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:50.150Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210429052748-csar.csar 2021-04-29T05:30:50.390Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:50.390Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:51.096Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13697557285649832031/Definitions/service-Vfw20210429052748-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-04-29T05:30:53.511Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-29T05:30:53.516Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||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-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||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-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||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-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07d5d7ae-bcd7 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.517Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.518Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.518Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07d5d7ae-bcd7 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-Vfw20210429052748-csar.csar 2021-04-29T05:30:53.518Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-04-29T05:30:53.523Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.525Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:53.527Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:53.528Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-04-29T05:30:53.529Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-29T05:30:53.530Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.530Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:53.530Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:53.530Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-04-29T05:30:53.530Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-29T05:30:53.530Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.530Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:53.533Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.533Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is not matching search criteria 2021-04-29T05:30:53.533Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.534Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-29T05:30:53.535Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.535Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-29T05:30:53.535Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.535Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:53.535Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is not matching search criteria 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-29T05:30:53.536Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5485daa5-7b35-490b-a977-0e72a2e82f42 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-29T05:30:53.537Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a9b18a0-60e8-4691-b523-48210cfafb98 2021-04-29T05:30:53.538Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:53.539Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-29T05:30:53.540Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4696b81a-f664-4d5b-b2de-6b4ffbf53c33 2021-04-29T05:30:53.540Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.540Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:53.540Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.540Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:53.540Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.540Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:53.540Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:53.540Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:53.540Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-29 05-27-48 Description:catalog service description Model UUID:3e34dbcf-4d1b-4fde-a33e-afa4c0510401 Model Version:NULL Model InvariantUuid:a798e574-5773-4d91-aa5e-7812d6c6f488 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 07d5d7ae-bcd7 Model UUID:9b3b09bc-47ee-4405-b458-93bbd6ecd082 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2c35dab6-66b5-4652-9178-9ae25645e3bf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c25aa936-0ea4-4e13-a2e4-2ad2fae91a25 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c5967a49-ef10-4345-80c4-0beb4b913993 ModelName:Vfw07d5d7aeBcd7..base_vfw..module-0 ModelUuid:ac5af8b8-9207-4932-915d-924801be904d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5485daa5-7b35-490b-a977-0e72a2e82f42 ModelInvariantUuid:3021ee15-a1d7-413f-a42e-c4d30f5d96f4 ModelName:vFW 07d5d7ae-bcd7-nodes.vfwCvfc ModelUuid:d7469ab6-9cff-44c1-99e0-5fa46385100b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:886b9016-1cb1-42a0-bd81-313440eaff15 ModelInvariantUuid:38c9687d-42d8-462c-868a-3c8abe4d1609 ModelName:Vfw07d5d7aeBcd7.compute.nodes.heat.vfw ModelUuid:a4e6c670-04e5-4faa-9403-a6a3084f8a35 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6a9b18a0-60e8-4691-b523-48210cfafb98 ModelInvariantUuid:52c8e56d-5d94-43a9-b18b-3f4698639ff4 ModelName:vFW 07d5d7ae-bcd7-nodes.vsnCvfc ModelUuid:c5f311b5-5e79-40a9-9d26-959f0d86dbd8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8ccf6894-b227-48bf-88cc-77bc3afbba0c ModelInvariantUuid:8fd3e504-c968-46f9-a90f-7f7996d36500 ModelName:Vfw07d5d7aeBcd7.compute.nodes.heat.vsn ModelUuid:3e45b330-e37a-49cc-9b1a-886a11ff2bf1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4696b81a-f664-4d5b-b2de-6b4ffbf53c33 ModelInvariantUuid:69dbbea6-3721-4e1d-87b6-665f6cc2e267 ModelName:vFW 07d5d7ae-bcd7-nodes.vpgCvfc ModelUuid:d274a5f6-f5f7-43a6-8808-2128fd6b31e1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:3fe01563-7356-43a7-bfee-0942c5a09689 ModelInvariantUuid:ebbf65ff-fa94-4c63-a5aa-99675ddcfe09 ModelName:Vfw07d5d7aeBcd7.compute.nodes.heat.vpg ModelUuid:61acee17-34b0-41f2-b9bf-3bb0ca54860c 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-04-29T05:30:53.625Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 00231805-02fd-4dc0-81d5-ca4a17b3a9f6 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-04-29T05:30:53.724Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||vFW 07d5d7ae-bcd7 0 2021-04-29T05:30:53.729Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 00231805-02fd-4dc0-81d5-ca4a17b3a9f6 2021-04-29T05:30:53.730Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bf7aebe0-8d72-4d97-b78a-8425ce117e31 from URL: /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json 2021-04-29T05:30:53.730Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-04-29T05:30:53.730Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json 2021-04-29T05:30:54.027Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-04-29T05:30:54.027Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json bf7aebe0-8d72-4d97-b78a-8425ce117e31 785 2021-04-29T05:30:54.027Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json ASDC sendASDCNotification 2021-04-29T05:30:54.027Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json 2021-04-29T05:30:54.027Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-29T05:30:54.028Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:54.030Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:54.030Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674254027, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "DOWNLOAD_OK" } 2021-04-29T05:30:54.131Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:30:54.131Z||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-04-29T05:30:54.131Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:54.139Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:54.140Z||pool-11-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:30:55.032Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw07d5d7aeBcd7..base_vfw..module-0", "vfModuleModelInvariantUUID": "c5967a49-ef10-4345-80c4-0beb4b913993", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ac5af8b8-9207-4932-915d-924801be904d", "vfModuleModelCustomizationUUID": "23ebd75e-1b48-46d5-b64f-6683418be2a8", "isBase": true, "artifacts": [ "ecb921f1-ccb1-40c8-abab-d024f9be0b13", "40b00612-6a96-4c61-8993-f9a105405ca8" ], "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-04-29T05:30:55.055Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw07d5d7aeBcd7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ac5af8b8-9207-4932-915d-924801be904d VfModuleModelInvariantUUID:c5967a49-ef10-4345-80c4-0beb4b913993 VfModuleModelDescription:NULL Artifacts UUID List:{ ecb921f1-ccb1-40c8-abab-d024f9be0b13 , 40b00612-6a96-4c61-8993-f9a105405ca8 } 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-04-29T05:30:55.058Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw07d5d7aeBcd7..base_vfw..module-0", "vfModuleModelInvariantUUID": "c5967a49-ef10-4345-80c4-0beb4b913993", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ac5af8b8-9207-4932-915d-924801be904d", "vfModuleModelCustomizationUUID": "23ebd75e-1b48-46d5-b64f-6683418be2a8", "isBase": true, "artifacts": [ "ecb921f1-ccb1-40c8-abab-d024f9be0b13", "40b00612-6a96-4c61-8993-f9a105405ca8" ], "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-04-29T05:30:55.059Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw07d5d7aeBcd7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ac5af8b8-9207-4932-915d-924801be904d VfModuleModelInvariantUUID:c5967a49-ef10-4345-80c4-0beb4b913993 VfModuleModelDescription:NULL Artifacts UUID List:{ ecb921f1-ccb1-40c8-abab-d024f9be0b13 , 40b00612-6a96-4c61-8993-f9a105405ca8 } 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-04-29T05:30:55.059Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ecb921f1-ccb1-40c8-abab-d024f9be0b13 from URL: /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml 2021-04-29T05:30:55.059Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-04-29T05:30:55.059Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml 2021-04-29T05:30:55.360Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-04-29T05:30:55.361Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml ecb921f1-ccb1-40c8-abab-d024f9be0b13 20368 2021-04-29T05:30:55.362Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-29T05:30:55.362Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml 2021-04-29T05:30:55.362Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-29T05:30:55.362Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:55.363Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:55.363Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674255361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:30:55.464Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:30:55.464Z||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-04-29T05:30:55.464Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:55.473Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:55.473Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-29T05:30:56.365Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 40b00612-6a96-4c61-8993-f9a105405ca8 from URL: /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env 2021-04-29T05:30:56.365Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-04-29T05:30:56.365Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env 2021-04-29T05:30:57.309Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-04-29T05:30:57.309Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env 40b00612-6a96-4c61-8993-f9a105405ca8 2098 2021-04-29T05:30:57.310Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-29T05:30:57.310Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env 2021-04-29T05:30:57.310Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-29T05:30:57.310Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:57.313Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:57.313Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674257310, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-29T05:30:57.413Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:30:57.414Z||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-04-29T05:30:57.414Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:57.423Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:57.423Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-29T05:30:58.313Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3e34dbcf-4d1b-4fde-a33e-afa4c0510401 2021-04-29T05:30:58.314Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 07d5d7ae-bcd7 0 00231805-02fd-4dc0-81d5-ca4a17b3a9f6 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-04-29T05:30:58.347Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.347Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:58.348Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-04-29T05:30:58.348Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c25aa936-0ea4-4e13-a2e4-2ad2fae91a25 2021-04-29T05:30:58.348Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c25aa936-0ea4-4e13-a2e4-2ad2fae91a25 matches Tosca VF Customization UUID: c25aa936-0ea4-4e13-a2e4-2ad2fae91a25 2021-04-29T05:30:58.348Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c25aa936-0ea4-4e13-a2e4-2ad2fae91a25 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-04-29T05:30:58.354Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.354Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:58.355Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c25aa936-0ea4-4e13-a2e4-2ad2fae91a25: {\"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-04-29T05:30:58.355Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a53150e 2021-04-29T05:30:58.355Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.355Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-29T05:30:58.356Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23ebd75e-1b48-46d5-b64f-6683418be2a8 2021-04-29T05:30:58.357Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23ebd75e-1b48-46d5-b64f-6683418be2a8 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-04-29T05:30:58.362Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.362Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:58.363Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:30:58.363Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.363Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:58.363Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:30:58.364Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.364Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is not matching search criteria 2021-04-29T05:30:58.364Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-29T05:30:58.364Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-29T05:30:58.364Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-29T05:30:58.364Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-29T05:30:58.364Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-29T05:30:58.364Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-29T05:30:58.365Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:58.365Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-29T05:30:58.365Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:58.365Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-29T05:30:58.365Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-29T05:30:58.365Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5485daa5-7b35-490b-a977-0e72a2e82f42 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-04-29T05:30:58.372Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.373Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:58.373Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:30:58.373Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.373Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is not matching search criteria 2021-04-29T05:30:58.374Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-29T05:30:58.374Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-29T05:30:58.374Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:58.374Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-29T05:30:58.375Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-29T05:30:58.375Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-29T05:30:58.375Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-29T05:30:58.375Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-29T05:30:58.375Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-29T05:30:58.376Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:58.376Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-29T05:30:58.376Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-29T05:30:58.376Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a9b18a0-60e8-4691-b523-48210cfafb98 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-04-29T05:30:58.380Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.380Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:58.380Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:30:58.385Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.386Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is not matching search criteria 2021-04-29T05:30:58.386Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-29T05:30:58.386Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-29T05:30:58.386Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:58.386Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-29T05:30:58.386Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-29T05:30:58.387Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-29T05:30:58.387Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-29T05:30:58.387Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-29T05:30:58.387Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-29T05:30:58.387Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-29T05:30:58.387Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-29T05:30:58.387Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-29T05:30:58.387Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4696b81a-f664-4d5b-b2de-6b4ffbf53c33 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-04-29T05:30:58.390Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.390Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:58.390Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:30:58.390Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.391Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Node template vFW 07d5d7ae-bcd7 0 is matching search criteria 2021-04-29T05:30:58.391Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07d5d7ae-bcd7 0] matching following query criteria: sdcType=VF, customizationUUID=c25aa936-0ea4-4e13-a2e4-2ad2fae91a25 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-04-29T05:30:58.392Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.392Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:58.393Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3e34dbcf-4d1b-4fde-a33e-afa4c0510401: vFW 07d5d7ae-bcd7 2021-04-29T05:30:58.393Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.393Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:58.393Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.393Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:58.393Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.393Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:58.393Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.394Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:58.394Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:30:58.394Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-29 05-27-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:30:58.394Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-04-29 05-27-48 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-04-29T05:30:58.628Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 07d5d7ae-bcd7 00231805-02fd-4dc0-81d5-ca4a17b3a9f6 1 ASDC deployResourceStructure 2021-04-29T05:30:58.629Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json ASDC sendASDCNotification 2021-04-29T05:30:58.629Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json 2021-04-29T05:30:58.629Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-29T05:30:58.629Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:58.631Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:58.631Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674258629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "DEPLOY_OK" } 2021-04-29T05:30:58.731Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:30:58.732Z||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-04-29T05:30:58.732Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:58.741Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:58.742Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-29T05:30:59.632Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-29T05:30:59.632Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml 2021-04-29T05:30:59.632Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-29T05:30:59.633Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:30:59.635Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:30:59.635Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674259632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-29T05:30:59.736Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-29T05:30:59.737Z||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-04-29T05:30:59.737Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:30:59.747Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:30:59.747Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-29T05:31:00.636Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-29T05:31:00.637Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env 2021-04-29T05:31:00.637Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-29T05:31:00.637Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:31:00.638Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:31:00.639Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674260636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-29T05:31:00.739Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:31:00.740Z||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-04-29T05:31:00.740Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:31:00.749Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:31:00.749Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-29T05:31:01.640Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar ASDC sendASDCNotification 2021-04-29T05:31:01.641Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar 2021-04-29T05:31:01.641Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-29T05:31:01.641Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:31:01.645Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:31:01.645Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674261640, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:31:01.745Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:31:01.746Z||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-04-29T05:31:01.746Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:31:01.756Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:31:01.757Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:31:02.647Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:31:02.677Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:31:02.680Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:31:02.680Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-29T05:31:02.681Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-29T05:31:32.681Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:31:32.693Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:31:32.696Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:31:32.696Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-29T05:31:32.696Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-29T05:31:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:31:39.407Z||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-04-29T05:31:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:31:39.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:31:39.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:31:39.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674228944, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:31:39.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:32:02.696Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:32:02.711Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:32:02.714Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:32:02.715Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-29T05:32:02.715Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-29T05:32:32.715Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:32:32.726Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:32:32.729Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:32:32.729Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-29T05:32:32.729Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-29T05:32:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:32:39.407Z||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-04-29T05:32:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:32:39.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:32:39.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:32:39.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "cds", "timestamp": 1619674228155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:32:39.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:02.730Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:33:02.739Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:33:02.741Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:33:02.741Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-29T05:33:02.741Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-29T05:33:32.741Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:33:32.754Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:33:32.756Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:33:32.757Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-29T05:33:32.757Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-29T05:33:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:33:39.407Z||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-04-29T05:33:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:33:39.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:33:39.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "aai-ml", "timestamp": 1619674225982, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:33:39.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "ves-openapi-manager", "timestamp": 1619674223636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "policy-id", "timestamp": 1619674231664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:33:39.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "dcae-sch", "timestamp": 1619674234454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674233361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:33:39.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674239752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOTIFIED" } 2021-04-29T05:33:39.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "dcae-sch", "timestamp": 1619674234454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674239752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOTIFIED" } 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674239752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-29T05:33:39.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "cds", "timestamp": 1619674242607, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674241966, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "aai-ml", "timestamp": 1619674242662, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "policy-id", "timestamp": 1619674242761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674242855, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674243241, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674239752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "cds", "timestamp": 1619674243620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-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-04-29T05:33:39.952Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 582a370e-54c3-4c99-9b55-91182836799a 2021-04-29T05:33:39.953Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:33:39.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674241966, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "policy-id", "timestamp": 1619674243769, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:33:39.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-29T05:33:39.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674239752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-29T05:33:39.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674241966, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "policy-id", "timestamp": 1619674244772, "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-04-29T05:33:39.971Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 582a370e-54c3-4c99-9b55-91182836799a 2021-04-29T05:33:39.972Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:33:39.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674239752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674241966, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674239404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674239752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674241966, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674246904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.983Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674246960, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674241966, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674248661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674241966, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674248871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.984Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674249016, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674249141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:39.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:39.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:39.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674250030, "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-04-29T05:33:39.991Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 582a370e-54c3-4c99-9b55-91182836799a 2021-04-29T05:33:39.991Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:33:40.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674250268, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:40.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674250350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:40.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674250403, "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-04-29T05:33:40.008Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 582a370e-54c3-4c99-9b55-91182836799a 2021-04-29T05:33:40.008Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:33:40.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-windriver-id", "timestamp": 1619674251035, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "DEPLOY_OK" } 2021-04-29T05:33:40.018Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-k8s-id", "timestamp": 1619674251407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "DEPLOY_OK" } 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "clamp", "timestamp": 1619674251268, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674252039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "clamp", "timestamp": 1619674251268, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "NOTIFIED" } 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:40.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674253044, "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-04-29T05:33:40.026Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 582a370e-54c3-4c99-9b55-91182836799a 2021-04-29T05:33:40.027Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:33:40.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "clamp", "timestamp": 1619674251268, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:40.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:40.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674254027, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:40.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674254049, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "DEPLOY_OK" } 2021-04-29T05:33:40.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674254914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:33:40.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "clamp", "timestamp": 1619674251268, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:40.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:40.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674255361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:40.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674255919, "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-04-29T05:33:40.046Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 582a370e-54c3-4c99-9b55-91182836799a 2021-04-29T05:33:40.046Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:33:40.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "clamp", "timestamp": 1619674251268, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:40.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:40.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "clamp", "timestamp": 1619674251268, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:33:40.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:40.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674257310, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:40.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "clamp", "timestamp": 1619674251268, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:33:40.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:33:40.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674258629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/vfw07d5d7aebcd70_modules.json", "status": "DEPLOY_OK" } 2021-04-29T05:33:40.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674259632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-29T05:33:40.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674260636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/resourceInstances/vfw07d5d7aebcd70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-29T05:33:40.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674261640, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:33:40.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "aai-ml", "timestamp": 1619674266937, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:33:40.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "aai-ml", "timestamp": 1619674267943, "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-04-29T05:33:40.066Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 582a370e-54c3-4c99-9b55-91182836799a 2021-04-29T05:33:40.066Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:33:40.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "clamp", "timestamp": 1619674273286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:33:40.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "clamp", "timestamp": 1619674275292, "artifactURL": "/sdc/v1/catalog/services/Vfw20210429052748/1.0/artifacts/service-Vfw20210429052748-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:33:40.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:33:40.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:33:40.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "clamp", "timestamp": 1619674276297, "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-04-29T05:33:40.084Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 582a370e-54c3-4c99-9b55-91182836799a 2021-04-29T05:33:40.084Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:34:02.757Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:34:02.772Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:34:02.781Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:34:02.781Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-29T05:34:02.782Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-29T05:34:02.782Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-29T05:34:02.782Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:34:02.782Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:34:02.782Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:34:02.782Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:34:02.782Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:34:02.782Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:34:02.782Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-29T05:34:02.790Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-29T05:34:32.790Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 582a370e-54c3-4c99-9b55-91182836799a 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-04-29T05:34:32.805Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 582a370e-54c3-4c99-9b55-91182836799a and serviceModelVersionId: 3e34dbcf-4d1b-4fde-a33e-afa4c0510401 2021-04-29T05:34:32.805Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a798e574-5773-4d91-aa5e-7812d6c6f488 2021-04-29T05:34:39.407Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:34:39.408Z||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-04-29T05:34:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:34:44.943Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a798e574-5773-4d91-aa5e-7812d6c6f488/model-vers/model-ver/3e34dbcf-4d1b-4fde-a33e-afa4c0510401?depth=0 2021-04-29T05:34:45.212Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-04-29T05:34:45.668Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a798e574-5773-4d91-aa5e-7812d6c6f488/model-vers/model-ver/3e34dbcf-4d1b-4fde-a33e-afa4c0510401?depth=0|INFO|500||Invoke 2021-04-29T05:34:45.675Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a798e574-5773-4d91-aa5e-7812d6c6f488/model-vers/model-ver/3e34dbcf-4d1b-4fde-a33e-afa4c0510401?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a798e574-5773-4d91-aa5e-7812d6c6f488/model-vers/model-ver/3e34dbcf-4d1b-4fde-a33e-afa4c0510401?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[582a370e-54c3-4c99-9b55-91182836799a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a44607d7-9b4f-42a7-bde3-c2f48c485641], X-ECOMP-RequestID=[582a370e-54c3-4c99-9b55-91182836799a], X-TransactionId=[], X-ONAP-RequestID=[582a370e-54c3-4c99-9b55-91182836799a], Content-Type=[application/merge-patch+json]} 2021-04-29T05:34:45.816Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a798e574-5773-4d91-aa5e-7812d6c6f488/model-vers/model-ver/3e34dbcf-4d1b-4fde-a33e-afa4c0510401?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-29T05:34:46.543Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a798e574-5773-4d91-aa5e-7812d6c6f488/model-vers/model-ver/3e34dbcf-4d1b-4fde-a33e-afa4c0510401?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/a798e574-5773-4d91-aa5e-7812d6c6f488/model-vers/model-ver/3e34dbcf-4d1b-4fde-a33e-afa4c0510401?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210429-05:34:45:821-83186], vertex-id=[139344], Content-Length=[0], Date=[Thu, 29 Apr 2021 05:34:45 GMT], Content-Type=[application/json]} 2021-04-29T05:34:46.545Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a798e574-5773-4d91-aa5e-7812d6c6f488/model-vers/model-ver/3e34dbcf-4d1b-4fde-a33e-afa4c0510401?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-29T05:34:46.546Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a798e574-5773-4d91-aa5e-7812d6c6f488/model-vers/model-ver/3e34dbcf-4d1b-4fde-a33e-afa4c0510401?depth=0|INFO|500||InvokeReturn 2021-04-29T05:34:46.548Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-29T05:34:46.548Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-29T05:34:46.553Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-29T05:34:46.561Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 582a370e-54c3-4c99-9b55-91182836799a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-29T05:34:46.563Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-29T05:34:46.563Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:34:46.566Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:34:46.566Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674486561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-29T05:34:46.666Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:34:46.667Z||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-04-29T05:34:46.667Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:34:46.675Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:34:46.676Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:34:47.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:34:47.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:34:47.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "582a370e-54c3-4c99-9b55-91182836799a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674486561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-29T05:34:47.289Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-29T05:34:47.586Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:34:47.586Z|582a370e-54c3-4c99-9b55-91182836799a|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-04-29T05:34:47.587Z|582a370e-54c3-4c99-9b55-91182836799a|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 rliFfeXxZADrnLCi) ... 2021-04-29T05:34:57.813Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:34:57.814Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:34:57.814Z||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-04-29T05:34:57.814Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:35:07.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:35:07.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:35:07.355Z||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-04-29T05:35:07.355Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:35:16.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:35:16.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:35:16.898Z||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-04-29T05:35:16.899Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:35:26.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:35:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:35:39.405Z||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-04-29T05:35:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:35:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:35:39.407Z||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-04-29T05:35:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:35:48.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:35:48.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:36:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:36:39.406Z||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-04-29T05:36:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:36:39.406Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:36:39.407Z|582a370e-54c3-4c99-9b55-91182836799a|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-04-29T05:36:39.407Z|582a370e-54c3-4c99-9b55-91182836799a|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 rliFfeXxZADrnLCi) ... 2021-04-29T05:36:48.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:36:48.949Z|582a370e-54c3-4c99-9b55-91182836799a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:37:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:37:39.406Z||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-04-29T05:37:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:37:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:37:39.407Z||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-04-29T05:37:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:37:48.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:37:48.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:38:39.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:38:39.405Z||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-04-29T05:38:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:38:39.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:38:39.408Z||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-04-29T05:38:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:38:48.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:38:48.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:39:39.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:39:39.405Z||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-04-29T05:39:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:39:39.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:39:39.407Z||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-04-29T05:39:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:39:48.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:39:48.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:40:39.404Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:40:39.405Z||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-04-29T05:40:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:40:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:40:39.407Z||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-04-29T05:40:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:40:48.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:40:48.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:39.404Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:41:39.405Z||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-04-29T05:41:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:41:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:41:39.407Z||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-04-29T05:41:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:41:40.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:40.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"39ca3176-96bf-4f23-9302-4d8f27128b19","serviceName":"Demo_pNF_b97ehmezqFWftOvQMORa","serviceVersion":"1.0","serviceUUID":"9abe40a2-e517-4077-a481-2785e51c0b84","serviceDescription":"catalog service description","serviceInvariantUUID":"d9fbc443-2c51-4f7b-9bc8-774f76ec919a","resources":[{"resourceInstanceName":"pNF 7824a9fa-edb9 0","resourceName":"pNF 7824a9fa-edb9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e898e21f-e7c4-424e-9c78-d4f1c93dd4dd","resourceInvariantUUID":"2ba5ec58-775e-4695-bbd5-34625cc23108","resourceCustomizationUUID":"d02d29b4-c45c-4e3e-a04b-294a137e1deb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml","artifactChecksum":"YWE2ZmVlMjI2NzI1MWQ4YzUxZGU4YjJmZmQzZmVhYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"712bb916-872d-473a-8336-cfe5156eeac1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar","artifactChecksum":"NWNmZTVkN2FiZjljOTA1MjgzYjlhYmViZDVhOWE0ODY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e658f2ff-3ee0-4e6b-a13f-076c557e88da","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56bb10d1-48de-4493-bca6-314664611194","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml","artifactChecksum":"NGUwNjZkMWE2NmZhMDk5ZTRkMDg0ZWU0ZGM0ZWUxODQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f514b9c-aafe-4345-bf02-f86821176d66","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb8c4076-c83c-4cba-8916-fca627fdc54c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f55b660-ff93-417a-97b0-3af8ddd986d9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB97ehmezqfwftovqmora-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml","artifactChecksum":"YmQ4MmU4ZDA3MzZkNTU1OTcwMGIxY2ZlNDU3ZWUxOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cafee038-5d65-46e1-816b-6c936ac84e43","artifactVersion":"1"},{"artifactName":"service-DemoPnfB97ehmezqfwftovqmora-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar","artifactChecksum":"ZGNiMjNhYzllOGYyMDFmMzQ5M2Q5ZmZkMGU1Mzg1NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a35ff3ed-214d-48f4-a5ee-fc24e7ead103","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-29T05:41:40.032Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:41:40.032Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:41:40.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:40.034Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:41:40.034Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-windriver-id", "timestamp": 1619674888944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674885982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674883635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674891664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "cds", "timestamp": 1619674888155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674885982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-windriver-id", "timestamp": 1619674888944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674883635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674891664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-k8s-id", "timestamp": 1619674893361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "cds", "timestamp": 1619674888155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-windriver-id", "timestamp": 1619674888944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674885982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674883635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674891664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-k8s-id", "timestamp": 1619674893361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "cds", "timestamp": 1619674888155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "dcae-sch", "timestamp": 1619674894454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-windriver-id", "timestamp": 1619674888944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674885982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674883635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674891664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-k8s-id", "timestamp": 1619674893361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "cds", "timestamp": 1619674888155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "dcae-sch", "timestamp": 1619674894454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-windriver-id", "timestamp": 1619674888944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674885982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674883635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674891664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-k8s-id", "timestamp": 1619674893361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "cds", "timestamp": 1619674888155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "dcae-sch", "timestamp": 1619674894454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-windriver-id", "timestamp": 1619674888944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674885982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674883635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-29T05:41:40.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674891664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-k8s-id", "timestamp": 1619674893361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "cds", "timestamp": 1619674888155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "dcae-sch", "timestamp": 1619674894454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-windriver-id", "timestamp": 1619674888944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674885982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674883635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674891664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-k8s-id", "timestamp": 1619674893361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "cds", "timestamp": 1619674888155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "dcae-sch", "timestamp": 1619674894454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:40.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:41:40.135Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:41:40.136Z||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-04-29T05:41:40.136Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:41:40.145Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:40.146Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:41:41.035Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:41:41.036Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:41:41.037Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:41:41.038Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:41.138Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:41:41.139Z||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-04-29T05:41:41.139Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:41:41.151Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:41.152Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-04-29T05:41:42.038Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:41:42.039Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:41:42.042Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:41:42.042Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:42.143Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-29T05:41:42.144Z||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-04-29T05:41:42.144Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:41:42.155Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:42.155Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:41:43.043Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:41:43.044Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:41:43.046Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:41:43.046Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:43.147Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:41:43.147Z||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-04-29T05:41:43.148Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:41:43.156Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:43.156Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:41:44.047Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:41:44.048Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:41:44.050Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:41:44.050Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:44.150Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:41:44.151Z||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-04-29T05:41:44.151Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:41:44.161Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:44.161Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:41:45.050Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:41:45.051Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:41:45.054Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:41:45.054Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:45.154Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:41:45.155Z||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-04-29T05:41:45.155Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:41:45.163Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:45.164Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:41:46.054Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:41:46.055Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:41:46.056Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:41:46.056Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:41:46.157Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-29T05:41:46.158Z||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-04-29T05:41:46.158Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:41:46.167Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:46.168Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:41:47.057Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:41:47.058Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:41:47.061Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:41:47.061Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:41:47.161Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:41:47.162Z||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-04-29T05:41:47.162Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:41:47.170Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:47.170Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:41:48.063Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "serviceName": "Demo_pNF_b97ehmezqFWftOvQMORa", "serviceVersion": "1.0", "serviceUUID": "9abe40a2-e517-4077-a481-2785e51c0b84", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d9fbc443-2c51-4f7b-9bc8-774f76ec919a", "resources": [ { "resourceInstanceName": "pNF 7824a9fa-edb9 0", "resourceCustomizationUUID": "d02d29b4-c45c-4e3e-a04b-294a137e1deb", "resourceName": "pNF 7824a9fa-edb9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e898e21f-e7c4-424e-9c78-d4f1c93dd4dd", "resourceInvariantUUID": "2ba5ec58-775e-4695-bbd5-34625cc23108", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "artifactChecksum": "ZGNiMjNhYzllOGYyMDFmMzQ5M2Q5ZmZkMGU1Mzg1NGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a35ff3ed-214d-48f4-a5ee-fc24e7ead103" } ], "workloadContext": "Production" } 2021-04-29T05:41:48.063Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-29T05:41:48.063Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9abe40a2-e517-4077-a481-2785e51c0b84 ASDC 2021-04-29T05:41:48.063Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:39ca3176-96bf-4f23-9302-4d8f27128b19 ServiceName:Demo_pNF_b97ehmezqFWftOvQMORa ServiceVersion:1.0 ServiceUUID:9abe40a2-e517-4077-a481-2785e51c0b84 ServiceInvariantUUID:d9fbc443-2c51-4f7b-9bc8-774f76ec919a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfB97ehmezqfwftovqmora-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar ArtifactUUID:a35ff3ed-214d-48f4-a5ee-fc24e7ead103 ArtifactChecksum:ZGNiMjNhYzllOGYyMDFmMzQ5M2Q5ZmZkMGU1Mzg1NGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7824a9fa-edb9 0 ResourceCustomizationUUID:d02d29b4-c45c-4e3e-a04b-294a137e1deb ResourceInvariantUUID:2ba5ec58-775e-4695-bbd5-34625cc23108 ResourceName:pNF 7824a9fa-edb9 ResourceType:PNF ResourceUUID:e898e21f-e7c4-424e-9c78-d4f1c93dd4dd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-29T05:41:48.063Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9abe40a2-e517-4077-a481-2785e51c0b84 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-04-29T05:41:48.100Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-29T05:41:48.102Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-29T05:41:48.102Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-29T05:41:48.102Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a35ff3ed-214d-48f4-a5ee-fc24e7ead103 from URL: /sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:48.102Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-29T05:41:48.102Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:48.770Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-29T05:41:48.774Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar a35ff3ed-214d-48f4-a5ee-fc24e7ead103 83333 2021-04-29T05:41:48.775Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar ASDC sendASDCNotification 2021-04-29T05:41:48.775Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:48.775Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-29T05:41:48.775Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:41:48.777Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:41:48.777Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674908775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:41:48.877Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:41:48.878Z||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-04-29T05:41:48.878Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:41:48.887Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:48.888Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:41:49.778Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-29T05:41:49.779Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-29T05:41:49.780Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a35ff3ed-214d-48f4-a5ee-fc24e7ead103, URL: /sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar to file: /app/ASDC/1/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:49.780Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:49.780Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:49.781Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:50.205Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3223846031569219659/Definitions/service-DemoPnfB97ehmezqfwftovqmora-template.yml 2021-04-29T05:41:51.167Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-29T05:41:51.167Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-29T05:41:51.167Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:51.167Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-29T05:41:51.167Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||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-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:51.167Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:51.167Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||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-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:51.167Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7824a9fa-edb9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7824a9fa-edb9 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-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_b97ehmezqFWftOvQMORa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Node template pNF 7824a9fa-edb9 0 is matching search criteria 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 7824a9fa-edb9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_b97ehmezqFWftOvQMORa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Node template pNF 7824a9fa-edb9 0 is matching search criteria 2021-04-29T05:41:51.168Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 7824a9fa-edb9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_b97ehmezqFWftOvQMORa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_b97ehmezqFWftOvQMORa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_b97ehmezqFWftOvQMORa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_b97ehmezqFWftOvQMORa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_b97ehmezqFWftOvQMORa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:41:51.169Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_b97ehmezqFWftOvQMORa Description:catalog service description Model UUID:9abe40a2-e517-4077-a481-2785e51c0b84 Model Version:NULL Model InvariantUuid:d9fbc443-2c51-4f7b-9bc8-774f76ec919a 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-04-29T05:41:51.176Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: e898e21f-e7c4-424e-9c78-d4f1c93dd4dd 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-04-29T05:41:51.180Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||pNF 7824a9fa-edb9 0 2021-04-29T05:41:51.180Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e898e21f-e7c4-424e-9c78-d4f1c93dd4dd 2021-04-29T05:41:51.181Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9abe40a2-e517-4077-a481-2785e51c0b84 2021-04-29T05:41:51.181Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9abe40a2-e517-4077-a481-2785e51c0b84 2021-04-29T05:41:51.181Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7824a9fa-edb9 0 e898e21f-e7c4-424e-9c78-d4f1c93dd4dd 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-04-29T05:41:51.186Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:41:51.187Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_b97ehmezqFWftOvQMORa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:41:51.187Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9abe40a2-e517-4077-a481-2785e51c0b84: pNF 7824a9fa-edb9 2021-04-29T05:41:51.187Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||Processing PNF resource: e898e21f-e7c4-424e-9c78-d4f1c93dd4dd 2021-04-29T05:41:51.187Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:41:51.187Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_b97ehmezqFWftOvQMORa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:41:51.187Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||Resource customization UUID: d02d29b4-c45c-4e3e-a04b-294a137e1deb is the same as notified resource customizationUUID: d02d29b4-c45c-4e3e-a04b-294a137e1deb 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-04-29T05:41:51.255Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7824a9fa-edb9 e898e21f-e7c4-424e-9c78-d4f1c93dd4dd 0 ASDC deployResourceStructure 2021-04-29T05:41:51.256Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar ASDC sendASDCNotification 2021-04-29T05:41:51.256Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar 2021-04-29T05:41:51.256Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-29T05:41:51.256Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:41:51.258Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:41:51.258Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674911256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:41:51.358Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:41:51.359Z||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-04-29T05:41:51.359Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:41:51.366Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:41:51.366Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:41:52.259Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:41:52.272Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:41:52.275Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:41:52.276Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-29T05:41:52.276Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-29T05:42:22.276Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:42:22.288Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:42:22.291Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:42:22.291Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-29T05:42:22.291Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-29T05:42:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:42:39.407Z||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-04-29T05:42:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:42:39.527Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:42:39.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:42:39.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-windriver-id", "timestamp": 1619674888944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:42:39.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:42:52.292Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:42:52.302Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:42:52.306Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:42:52.306Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-29T05:42:52.306Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-29T05:43:22.306Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:43:22.315Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:43:22.321Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:43:22.321Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-29T05:43:22.322Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-29T05:43:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:43:39.407Z||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-04-29T05:43:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:43:39.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:43:39.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674885982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:43:39.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674883635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674891664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-k8s-id", "timestamp": 1619674893361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "cds", "timestamp": 1619674888155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "dcae-sch", "timestamp": 1619674894454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674899751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-k8s-id", "timestamp": 1619674893361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "dcae-sch", "timestamp": 1619674894454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674899751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "dcae-sch", "timestamp": 1619674894454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674899751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674901966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "cds", "timestamp": 1619674903133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674903241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674903360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:39.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674899751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674901966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674903672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "cds", "timestamp": 1619674904139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-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-04-29T05:43:39.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39ca3176-96bf-4f23-9302-4d8f27128b19 2021-04-29T05:43:39.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:43:39.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674904244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:43:39.966Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:39.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674899751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674901966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674904894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "policy-id", "timestamp": 1619674905247, "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-04-29T05:43:39.973Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39ca3176-96bf-4f23-9302-4d8f27128b19 2021-04-29T05:43:39.973Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:43:39.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674899751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674901966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "ves-openapi-manager", "timestamp": 1619674905897, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-29T05:43:39.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 39ca3176-96bf-4f23-9302-4d8f27128b19 2021-04-29T05:43:39.989Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ca3176-96bf-4f23-9302-4d8f27128b19 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-29T05:43:39.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:39.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:39.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:39.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674899751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674901966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674899404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "multicloud-starlingx-id", "timestamp": 1619674899751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674901966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674908557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674901966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674908775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:40.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "aai-ml", "timestamp": 1619674909560, "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-04-29T05:43:40.007Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39ca3176-96bf-4f23-9302-4d8f27128b19 2021-04-29T05:43:40.007Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:43:40.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674901966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:43:40.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619674911256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:43:40.016Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:40.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674911478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:43:40.016Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:40.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674911267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674911267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674913229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674911267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619674914232, "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-04-29T05:43:40.022Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39ca3176-96bf-4f23-9302-4d8f27128b19 2021-04-29T05:43:40.022Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:43:40.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674911267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674911267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674911267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/resourceInstances/pnf7824a9faedb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674911267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674911267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674928381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674930390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB97ehmezqfwftovqmora/1.0/artifacts/service-DemoPnfB97ehmezqfwftovqmora-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:43:40.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "clamp", "timestamp": 1619674931393, "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-04-29T05:43:40.035Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39ca3176-96bf-4f23-9302-4d8f27128b19 2021-04-29T05:43:40.035Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:43:52.322Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:43:52.330Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:43:52.333Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:43:52.333Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-29T05:43:52.333Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-29T05:43:52.333Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-29T05:43:52.333Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:43:52.334Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:43:52.334Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:43:52.334Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:43:52.334Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:43:52.334Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:43:52.334Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:43:52.334Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-29T05:43:52.338Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-29T05:44:22.338Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 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-04-29T05:44:22.345Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39ca3176-96bf-4f23-9302-4d8f27128b19 and serviceModelVersionId: 9abe40a2-e517-4077-a481-2785e51c0b84 2021-04-29T05:44:22.345Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9fbc443-2c51-4f7b-9bc8-774f76ec919a 2021-04-29T05:44:22.346Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9fbc443-2c51-4f7b-9bc8-774f76ec919a/model-vers/model-ver/9abe40a2-e517-4077-a481-2785e51c0b84?depth=0 2021-04-29T05:44:22.356Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-29T05:44:22.390Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9fbc443-2c51-4f7b-9bc8-774f76ec919a/model-vers/model-ver/9abe40a2-e517-4077-a481-2785e51c0b84?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-04-29T05:44:22.391Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9fbc443-2c51-4f7b-9bc8-774f76ec919a/model-vers/model-ver/9abe40a2-e517-4077-a481-2785e51c0b84?depth=0|INFO|500||Invoke 2021-04-29T05:44:22.416Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9fbc443-2c51-4f7b-9bc8-774f76ec919a/model-vers/model-ver/9abe40a2-e517-4077-a481-2785e51c0b84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-29T05:44:23.121Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9fbc443-2c51-4f7b-9bc8-774f76ec919a/model-vers/model-ver/9abe40a2-e517-4077-a481-2785e51c0b84?depth=0|INFO|500||InvokeReturn 2021-04-29T05:44:23.121Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9fbc443-2c51-4f7b-9bc8-774f76ec919a/model-vers/model-ver/9abe40a2-e517-4077-a481-2785e51c0b84?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210429-05:44:22:417-71187], vertex-id=[417816], Content-Length=[0], Date=[Thu, 29 Apr 2021 05:44:22 GMT], Content-Type=[application/json]} 2021-04-29T05:44:23.121Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-04-29T05:44:23.121Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-29T05:44:23.121Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-29T05:44:23.126Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-29T05:44:23.126Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39ca3176-96bf-4f23-9302-4d8f27128b19 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-29T05:44:23.126Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-29T05:44:23.126Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:23.128Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:23.128Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675063126, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-29T05:44:23.228Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:23.229Z||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-04-29T05:44:23.229Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:23.237Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:23.237Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 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-04-29T05:44:24.147Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:44:24.147Z|39ca3176-96bf-4f23-9302-4d8f27128b19|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-04-29T05:44:24.148Z|39ca3176-96bf-4f23-9302-4d8f27128b19|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 rliFfeXxZADrnLCi) ... 2021-04-29T05:44:28.433Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:28.435Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-29T05:44:28.436Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b90c6b66-5064-4a94-b726-4cb6c4d6d27e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0ca0dc95-0c59-4629-896a-8f4e9dd10ece","serviceDescription":"service","serviceInvariantUUID":"860498f1-9619-4e6f-891a-570d5ecbf060","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45a0871b-0271-403a-92a9-6afa48529292","resourceInvariantUUID":"abcfec6d-b72d-454d-954b-cec94052a187","resourceCustomizationUUID":"cda2ebc6-8343-4ef0-ab6c-8c8fcf625030","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":"OWY4MjljZWM3MTRkMGFhZDk2MTcxZmM5MDFiYjMwYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63daaf3a-0bd9-4927-899b-61b57b6a63ae","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":"YmM1NmZmYWQzOWZkYmZhYmUwMTVmZjg4ZGVjYmQ4OGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ee872ee-67f1-433c-a24b-26552a82a2d8","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":"9eebad8c-a7ff-40a5-a20d-51e5d45a1e95","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":"527fc48d-b75a-4a29-92a5-1a11e3960372","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":"26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b","artifactVersion":"2","generatedFromUUID":"9eebad8c-a7ff-40a5-a20d-51e5d45a1e95"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjQ4ZjE2NzRjYTBkMGQxOWUzY2FjYjUwMzU1ZGZhZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c916db70-1af4-45de-bffc-e19165c6e311","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmE2ZWVhZDBmZTY3NDc2ZDUwMzY4MmM3ZTdlMDY5OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7cb54336-729a-44e1-83eb-e0691e704f11","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-29T05:44:28.439Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:44:28.439Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:28.441Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:28.441Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:28.541Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:28.542Z||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-04-29T05:44:28.542Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:28.551Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:28.552Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:29.441Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:44:29.442Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:29.444Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:29.444Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-29T05:44:29.545Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:29.546Z||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-04-29T05:44:29.546Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:29.556Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:29.556Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:30.445Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:44:30.446Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:30.448Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:30.449Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-29T05:44:30.549Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:30.550Z||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-04-29T05:44:30.550Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:30.558Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:30.559Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:31.449Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:44:31.450Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:31.454Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:31.454Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:31.554Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:31.555Z||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-04-29T05:44:31.555Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:31.564Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:31.565Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:32.455Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:44:32.456Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:32.458Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:32.458Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-29T05:44:32.558Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:32.559Z||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-04-29T05:44:32.559Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:32.566Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:32.566Z||pool-34-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:33.459Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:44:33.460Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:33.462Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:33.462Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:33.562Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:33.563Z||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-04-29T05:44:33.563Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:33.571Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:33.571Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:34.462Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:44:34.463Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:34.465Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:34.465Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:44:34.565Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:34.566Z||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-04-29T05:44:34.566Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:34.573Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:34.574Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:35.466Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "0ca0dc95-0c59-4629-896a-8f4e9dd10ece", "serviceDescription": "service", "serviceInvariantUUID": "860498f1-9619-4e6f-891a-570d5ecbf060", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "cda2ebc6-8343-4ef0-ab6c-8c8fcf625030", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "45a0871b-0271-403a-92a9-6afa48529292", "resourceInvariantUUID": "abcfec6d-b72d-454d-954b-cec94052a187", "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": "YmM1NmZmYWQzOWZkYmZhYmUwMTVmZjg4ZGVjYmQ4OGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2ee872ee-67f1-433c-a24b-26552a82a2d8", "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": "9eebad8c-a7ff-40a5-a20d-51e5d45a1e95", "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": "26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b", "generatedFromUUID": "9eebad8c-a7ff-40a5-a20d-51e5d45a1e95" }, "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": "26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YmE2ZWVhZDBmZTY3NDc2ZDUwMzY4MmM3ZTdlMDY5OWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7cb54336-729a-44e1-83eb-e0691e704f11" } ], "workloadContext": "Production" } 2021-04-29T05:44:35.467Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-29T05:44:35.467Z|39ca3176-96bf-4f23-9302-4d8f27128b19|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ca0dc95-0c59-4629-896a-8f4e9dd10ece ASDC 2021-04-29T05:44:35.467Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b90c6b66-5064-4a94-b726-4cb6c4d6d27e ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:0ca0dc95-0c59-4629-896a-8f4e9dd10ece ServiceInvariantUUID:860498f1-9619-4e6f-891a-570d5ecbf060 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:7cb54336-729a-44e1-83eb-e0691e704f11 ArtifactChecksum:YmE2ZWVhZDBmZTY3NDc2ZDUwMzY4MmM3ZTdlMDY5OWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:cda2ebc6-8343-4ef0-ab6c-8c8fcf625030 ResourceInvariantUUID:abcfec6d-b72d-454d-954b-cec94052a187 ResourceName:basic_vm ResourceType:VF ResourceUUID:45a0871b-0271-403a-92a9-6afa48529292 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:2ee872ee-67f1-433c-a24b-26552a82a2d8 ArtifactChecksum:YmM1NmZmYWQzOWZkYmZhYmUwMTVmZjg4ZGVjYmQ4OGE= 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:9eebad8c-a7ff-40a5-a20d-51e5d45a1e95 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:26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b 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:26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-29T05:44:35.467Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ca0dc95-0c59-4629-896a-8f4e9dd10ece 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-04-29T05:44:35.505Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-29T05:44:35.506Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-29T05:44:35.506Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-29T05:44:35.506Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7cb54336-729a-44e1-83eb-e0691e704f11 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-29T05:44:35.506Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-29T05:44:35.506Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-29T05:44:35.809Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-29T05:44:35.813Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7cb54336-729a-44e1-83eb-e0691e704f11 74271 2021-04-29T05:44:35.814Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-29T05:44:35.814Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-29T05:44:35.814Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-29T05:44:35.814Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:35.816Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:35.816Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675075814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:35.917Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-29T05:44:35.917Z||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-04-29T05:44:35.918Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:35.928Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:35.929Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:36.817Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-29T05:44:36.818Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-29T05:44:36.818Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7cb54336-729a-44e1-83eb-e0691e704f11, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-29T05:44:36.818Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-29T05:44:36.819Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-29T05:44:36.819Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-29T05:44:36.978Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8303863606813404542/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-04-29T05:44:37.925Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-29T05:44:37.925Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-29T05:44:37.925Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-29T05:44:37.926Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-29T05:44:37.927Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.927Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:37.927Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-29T05:44:37.927Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-29T05:44:37.927Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-29T05:44:37.927Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.928Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:37.928Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-29T05:44:37.928Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-29T05:44:37.928Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-29T05:44:37.928Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.928Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:37.928Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.929Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-29T05:44:37.929Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-29T05:44:37.929Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-29T05:44:37.929Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-29T05:44:37.929Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-29T05:44:37.929Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-29T05:44:37.929Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.929Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-29T05:44:37.930Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.930Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-29T05:44:37.930Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:44:37.930Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.930Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-29T05:44:37.930Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:44:37.931Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.931Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-29T05:44:37.931Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:44:37.931Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.931Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-29T05:44:37.931Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-29T05:44:37.931Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-29T05:44:37.931Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1960d24d-d702-4188-a0cd-b922421b765e 2021-04-29T05:44:37.932Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.932Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:37.932Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.932Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:37.932Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.932Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:37.932Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:37.932Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:37.932Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:0ca0dc95-0c59-4629-896a-8f4e9dd10ece Model Version:NULL Model InvariantUuid:860498f1-9619-4e6f-891a-570d5ecbf060 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:333738b5-6b4a-4d44-8e8a-98b5cfe46f74 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:abcfec6d-b72d-454d-954b-cec94052a187 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cda2ebc6-8343-4ef0-ab6c-8c8fcf625030 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f50d49c0-258e-4764-a679-5c6dbe13940c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:72be2141-2a6d-4b1c-a45a-c8bb5c034f35 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1960d24d-d702-4188-a0cd-b922421b765e ModelInvariantUuid:9f1f1502-0691-4dd4-9a47-b1d191724cd6 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:ceabc979-cc38-4c9f-b37c-3ad959835c18 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:a634e3f5-b3e3-4354-8c21-0d05f60dcba4 ModelInvariantUuid:f76161a4-691e-43ef-a1f6-79c584eeee9a ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:f791fb42-9708-4254-ab11-a0355b1bf44c 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-04-29T05:44:37.941Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 45a0871b-0271-403a-92a9-6afa48529292 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-04-29T05:44:37.944Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||basic_vm 0 2021-04-29T05:44:37.944Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45a0871b-0271-403a-92a9-6afa48529292 2021-04-29T05:44:37.944Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2ee872ee-67f1-433c-a24b-26552a82a2d8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-29T05:44:37.944Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-29T05:44:37.944Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:38.769Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-29T05:44:38.770Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2ee872ee-67f1-433c-a24b-26552a82a2d8 787 2021-04-29T05:44:38.770Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:38.770Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:38.770Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-29T05:44:38.770Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:38.772Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:38.772Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675078770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:38.872Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:38.873Z||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-04-29T05:44:38.873Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:38.881Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:38.881Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:44:39.407Z||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-04-29T05:44:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:44:39.774Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f50d49c0-258e-4764-a679-5c6dbe13940c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "72be2141-2a6d-4b1c-a45a-c8bb5c034f35", "vfModuleModelCustomizationUUID": "0e43afd1-135d-4c14-bae6-863b01153b53", "isBase": true, "artifacts": [ "9eebad8c-a7ff-40a5-a20d-51e5d45a1e95", "26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b" ], "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-04-29T05:44:39.780Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:72be2141-2a6d-4b1c-a45a-c8bb5c034f35 VfModuleModelInvariantUUID:f50d49c0-258e-4764-a679-5c6dbe13940c VfModuleModelDescription:NULL Artifacts UUID List:{ 9eebad8c-a7ff-40a5-a20d-51e5d45a1e95 , 26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b } 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-04-29T05:44:39.783Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f50d49c0-258e-4764-a679-5c6dbe13940c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "72be2141-2a6d-4b1c-a45a-c8bb5c034f35", "vfModuleModelCustomizationUUID": "0e43afd1-135d-4c14-bae6-863b01153b53", "isBase": true, "artifacts": [ "9eebad8c-a7ff-40a5-a20d-51e5d45a1e95", "26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b" ], "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-04-29T05:44:39.783Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:72be2141-2a6d-4b1c-a45a-c8bb5c034f35 VfModuleModelInvariantUUID:f50d49c0-258e-4764-a679-5c6dbe13940c VfModuleModelDescription:NULL Artifacts UUID List:{ 9eebad8c-a7ff-40a5-a20d-51e5d45a1e95 , 26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b } 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-04-29T05:44:39.783Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9eebad8c-a7ff-40a5-a20d-51e5d45a1e95 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-29T05:44:39.783Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-29T05:44:39.784Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:40.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:40.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "ves-openapi-manager", "timestamp": 1619675043636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675039751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "aai-ml", "timestamp": 1619675035982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "cds", "timestamp": 1619675038155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "ves-openapi-manager", "timestamp": 1619675043636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "aai-ml", "timestamp": 1619675035982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675039751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "cds", "timestamp": 1619675038155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "ves-openapi-manager", "timestamp": 1619675043636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675039751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "aai-ml", "timestamp": 1619675035982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "cds", "timestamp": 1619675038155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "ves-openapi-manager", "timestamp": 1619675043636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "aai-ml", "timestamp": 1619675035982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675039751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "cds", "timestamp": 1619675038155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675048944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "ves-openapi-manager", "timestamp": 1619675043636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675039751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "aai-ml", "timestamp": 1619675035982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "cds", "timestamp": 1619675038155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675048944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "ves-openapi-manager", "timestamp": 1619675043636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675039751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "aai-ml", "timestamp": 1619675035982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "cds", "timestamp": 1619675038155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675048944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675039751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "aai-ml", "timestamp": 1619675035982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "ves-openapi-manager", "timestamp": 1619675043636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "cds", "timestamp": 1619675038155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "policy-id", "timestamp": 1619675051664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675048944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675051966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675052903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "cds", "timestamp": 1619675052900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "aai-ml", "timestamp": 1619675052934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "policy-id", "timestamp": 1619675051664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675048944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-29T05:44:40.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675051966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "cds", "timestamp": 1619675053904, "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-04-29T05:44:40.046Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b90c6b66-5064-4a94-b726-4cb6c4d6d27e 2021-04-29T05:44:40.046Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90c6b66-5064-4a94-b726-4cb6c4d6d27e 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-04-29T05:44:40.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675053361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675054145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "policy-id", "timestamp": 1619675051664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-29T05:44:40.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675048944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675051966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675053361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "dcae-sch", "timestamp": 1619675054455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675055344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "policy-id", "timestamp": 1619675051664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675048944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675051966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675053361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "dcae-sch", "timestamp": 1619675054455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675056348, "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-04-29T05:44:40.063Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b90c6b66-5064-4a94-b726-4cb6c4d6d27e 2021-04-29T05:44:40.063Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90c6b66-5064-4a94-b726-4cb6c4d6d27e 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-04-29T05:44:40.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "policy-id", "timestamp": 1619675051664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675051966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675053361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "dcae-sch", "timestamp": 1619675054455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675057351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-29T05:44:40.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "policy-id", "timestamp": 1619675051664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675057370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675051966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675053361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "dcae-sch", "timestamp": 1619675054455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "policy-id", "timestamp": 1619675051664, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675051966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675058960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675053361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "dcae-sch", "timestamp": 1619675054455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675053361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "dcae-sch", "timestamp": 1619675054455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "dcae-sch", "timestamp": 1619675054455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "aai-ml", "timestamp": 1619675061658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "policy-id", "timestamp": 1619675061826, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "clamp", "timestamp": 1619675061268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675062119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675062224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675062432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "aai-ml", "timestamp": 1619675062661, "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-04-29T05:44:40.082Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b90c6b66-5064-4a94-b726-4cb6c4d6d27e 2021-04-29T05:44:40.083Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90c6b66-5064-4a94-b726-4cb6c4d6d27e 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-04-29T05:44:40.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "policy-id", "timestamp": 1619675062829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:44:40.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "clamp", "timestamp": 1619675061268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-29T05:44:40.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675063124, "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-04-29T05:44:40.099Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b90c6b66-5064-4a94-b726-4cb6c4d6d27e 2021-04-29T05:44:40.099Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90c6b66-5064-4a94-b726-4cb6c4d6d27e 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-04-29T05:44:40.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39ca3176-96bf-4f23-9302-4d8f27128b19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675063126, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-29T05:44:40.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "policy-id", "timestamp": 1619675063832, "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-04-29T05:44:40.111Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b90c6b66-5064-4a94-b726-4cb6c4d6d27e 2021-04-29T05:44:40.112Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90c6b66-5064-4a94-b726-4cb6c4d6d27e 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-04-29T05:44:40.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "clamp", "timestamp": 1619675061268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-windriver-id", "timestamp": 1619675064127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-29T05:44:40.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675064345, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:44:40.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "clamp", "timestamp": 1619675061268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675065347, "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-04-29T05:44:40.125Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b90c6b66-5064-4a94-b726-4cb6c4d6d27e 2021-04-29T05:44:40.125Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90c6b66-5064-4a94-b726-4cb6c4d6d27e 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-04-29T05:44:40.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "clamp", "timestamp": 1619675061268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675066522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "clamp", "timestamp": 1619675061268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "clamp", "timestamp": 1619675061268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675068955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675069995, "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-04-29T05:44:40.138Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b90c6b66-5064-4a94-b726-4cb6c4d6d27e 2021-04-29T05:44:40.138Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90c6b66-5064-4a94-b726-4cb6c4d6d27e 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-04-29T05:44:40.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-29T05:44:40.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "multicloud-k8s-id", "timestamp": 1619675070998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "clamp", "timestamp": 1619675073415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:44:40.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675064147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:44:40.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-29T05:44:40.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "clamp", "timestamp": 1619675074538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:44:40.146Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "clamp", "timestamp": 1619675075541, "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-04-29T05:44:40.151Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b90c6b66-5064-4a94-b726-4cb6c4d6d27e 2021-04-29T05:44:40.151Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90c6b66-5064-4a94-b726-4cb6c4d6d27e 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-04-29T05:44:40.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675075814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:40.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:44:40.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675078770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:40.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:44:41.331Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-29T05:44:41.332Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9eebad8c-a7ff-40a5-a20d-51e5d45a1e95 5033 2021-04-29T05:44:41.332Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:41.332Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:41.332Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-29T05:44:41.332Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:41.334Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:41.334Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675081332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:41.434Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:41.435Z||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-04-29T05:44:41.435Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:41.443Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:41.443Z||pool-39-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:42.335Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-29T05:44:42.335Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-29T05:44:42.336Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:45.352Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-29T05:44:45.353Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 26c2c2bd-81d9-4fcf-b9b3-329b5ccf391b 903 2021-04-29T05:44:45.353Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:45.353Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:45.353Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-29T05:44:45.353Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:45.356Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:45.356Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675085353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-29T05:44:45.456Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:45.456Z||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-04-29T05:44:45.457Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:45.464Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:45.465Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:46.356Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0ca0dc95-0c59-4629-896a-8f4e9dd10ece 2021-04-29T05:44:46.357Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 45a0871b-0271-403a-92a9-6afa48529292 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-04-29T05:44:46.376Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.376Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:46.377Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-04-29T05:44:46.377Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= cda2ebc6-8343-4ef0-ab6c-8c8fcf625030 2021-04-29T05:44:46.377Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cda2ebc6-8343-4ef0-ab6c-8c8fcf625030 matches Tosca VF Customization UUID: cda2ebc6-8343-4ef0-ab6c-8c8fcf625030 2021-04-29T05:44:46.377Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: cda2ebc6-8343-4ef0-ab6c-8c8fcf625030 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-04-29T05:44:46.380Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.380Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:46.380Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id cda2ebc6-8343-4ef0-ab6c-8c8fcf625030: {\"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-04-29T05:44:46.381Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f3ffe6c 2021-04-29T05:44:46.381Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.381Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-29T05:44:46.381Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0e43afd1-135d-4c14-bae6-863b01153b53 2021-04-29T05:44:46.381Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0e43afd1-135d-4c14-bae6-863b01153b53 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-04-29T05:44:46.384Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.384Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-29T05:44:46.384Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:44:46.384Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.384Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-29T05:44:46.384Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:44:46.385Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.385Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-29T05:44:46.385Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-29T05:44:46.385Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-29T05:44:46.385Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1960d24d-d702-4188-a0cd-b922421b765e 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-04-29T05:44:46.388Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.388Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-29T05:44:46.388Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-29T05:44:46.388Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.388Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-29T05:44:46.388Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=cda2ebc6-8343-4ef0-ab6c-8c8fcf625030 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-04-29T05:44:46.390Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.391Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:46.391Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0ca0dc95-0c59-4629-896a-8f4e9dd10ece: basic_vm 2021-04-29T05:44:46.391Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.391Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:46.391Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.391Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:46.392Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.392Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:46.392Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.392Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:46.392Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:44:46.392Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:44:46.392Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:46.479Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 45a0871b-0271-403a-92a9-6afa48529292 1 ASDC deployResourceStructure 2021-04-29T05:44:46.479Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:46.479Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:46.479Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-29T05:44:46.479Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:46.481Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:46.481Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675086479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-29T05:44:46.582Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-29T05:44:46.583Z||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-04-29T05:44:46.583Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:46.595Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:46.595Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:47.483Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:47.483Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:47.483Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-29T05:44:47.484Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:47.486Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:47.486Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675087483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-29T05:44:47.586Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:47.587Z||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-04-29T05:44:47.587Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:47.595Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:47.596Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:48.487Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:48.488Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||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-04-29T05:44:48.488Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-29T05:44:48.488Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:48.490Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:48.490Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675088487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-29T05:44:48.590Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:48.591Z||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-04-29T05:44:48.591Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:48.598Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:48.599Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:49.491Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-29T05:44:49.492Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-29T05:44:49.492Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-29T05:44:49.492Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:44:49.495Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:44:49.495Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675089491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:44:49.595Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:44:49.596Z||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-04-29T05:44:49.596Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:44:49.606Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:44:49.607Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:44:50.496Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b90c6b66-5064-4a94-b726-4cb6c4d6d27e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:44:50.505Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b90c6b66-5064-4a94-b726-4cb6c4d6d27e 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-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:44:50.508Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-29T05:44:50.513Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-29T05:45:20.514Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b90c6b66-5064-4a94-b726-4cb6c4d6d27e 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-04-29T05:45:20.518Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b90c6b66-5064-4a94-b726-4cb6c4d6d27e and serviceModelVersionId: 0ca0dc95-0c59-4629-896a-8f4e9dd10ece 2021-04-29T05:45:20.518Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 860498f1-9619-4e6f-891a-570d5ecbf060 2021-04-29T05:45:20.519Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/860498f1-9619-4e6f-891a-570d5ecbf060/model-vers/model-ver/0ca0dc95-0c59-4629-896a-8f4e9dd10ece?depth=0 2021-04-29T05:45:20.523Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-29T05:45:20.572Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/860498f1-9619-4e6f-891a-570d5ecbf060/model-vers/model-ver/0ca0dc95-0c59-4629-896a-8f4e9dd10ece?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-04-29T05:45:20.572Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/860498f1-9619-4e6f-891a-570d5ecbf060/model-vers/model-ver/0ca0dc95-0c59-4629-896a-8f4e9dd10ece?depth=0|INFO|500||Invoke 2021-04-29T05:45:20.590Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/860498f1-9619-4e6f-891a-570d5ecbf060/model-vers/model-ver/0ca0dc95-0c59-4629-896a-8f4e9dd10ece?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-29T05:45:21.048Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/860498f1-9619-4e6f-891a-570d5ecbf060/model-vers/model-ver/0ca0dc95-0c59-4629-896a-8f4e9dd10ece?depth=0|INFO|500||InvokeReturn 2021-04-29T05:45:21.049Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/860498f1-9619-4e6f-891a-570d5ecbf060/model-vers/model-ver/0ca0dc95-0c59-4629-896a-8f4e9dd10ece?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210429-05:45:20:592-5757], vertex-id=[401480], Content-Length=[0], Date=[Thu, 29 Apr 2021 05:45:20 GMT], Content-Type=[application/json]} 2021-04-29T05:45:21.049Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-04-29T05:45:21.049Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-29T05:45:21.049Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-29T05:45:21.053Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-29T05:45:21.053Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b90c6b66-5064-4a94-b726-4cb6c4d6d27e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-29T05:45:21.053Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-29T05:45:21.053Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:45:21.055Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:45:21.055Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675121053, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-29T05:45:21.155Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:45:21.156Z||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-04-29T05:45:21.156Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:45:21.167Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:45:21.167Z||pool-45-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-04-29T05:45:22.069Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:45:22.070Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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-04-29T05:45:22.070Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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 rliFfeXxZADrnLCi) ... 2021-04-29T05:45:31.614Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:45:31.615Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:45:31.616Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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-04-29T05:45:31.616Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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 rliFfeXxZADrnLCi) ... 2021-04-29T05:45:39.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:45:39.407Z||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-04-29T05:45:39.408Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:45:40.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:45:40.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:45:40.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675081332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675085353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675086479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675087483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675088487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:45:40.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675089491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:45:40.029Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:45:40.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-29T05:45:40.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90c6b66-5064-4a94-b726-4cb6c4d6d27e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675121053, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-29T05:45:40.029Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:45:41.152Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:45:41.153Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:45:41.153Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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-04-29T05:45:41.153Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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 rliFfeXxZADrnLCi) ... 2021-04-29T05:45:50.686Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:46:39.404Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:46:39.405Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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-04-29T05:46:39.405Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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 rliFfeXxZADrnLCi) ... 2021-04-29T05:46:39.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:46:39.407Z||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-04-29T05:46:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:46:48.947Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:46:48.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:47:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:47:39.405Z||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-04-29T05:47:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:47:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:47:39.407Z||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-04-29T05:47:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:47:48.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:47:48.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:48:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:48:39.405Z||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-04-29T05:48:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:48:39.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:48:39.407Z||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-04-29T05:48:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:48:48.941Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:48:48.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:49:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:49:39.405Z||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-04-29T05:49:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:49:39.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:49:39.407Z||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-04-29T05:49:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:49:48.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:49:48.946Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:50:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:50:39.405Z||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-04-29T05:50:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:50:39.406Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:50:39.407Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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-04-29T05:50:39.407Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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 rliFfeXxZADrnLCi) ... 2021-04-29T05:50:48.951Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:50:48.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:51:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:51:39.405Z||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-04-29T05:51:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:51:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:51:39.407Z||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-04-29T05:51:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:51:48.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:51:48.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:39.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:52:39.405Z||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-04-29T05:52:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:52:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:52:39.407Z||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-04-29T05:52:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:52:40.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:40.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ee39906-8d7e-45f7-aa67-fc4d62df6a1f","serviceName":"Demo_pNF_orxtzKCDhfzkwKjRqfgr","serviceVersion":"1.0","serviceUUID":"a751a4a9-33ec-4bd4-902f-0c0a2cd94785","serviceDescription":"catalog service description","serviceInvariantUUID":"741d80b2-d65e-40d6-a988-ee012acf61b4","resources":[{"resourceInstanceName":"pNF 7960ba4c-21dd 0","resourceName":"pNF 7960ba4c-21dd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ccb1fe9b-73b6-4901-8b7e-fb814861c946","resourceInvariantUUID":"b6135f58-f924-48c8-9594-3ff9c36bd11a","resourceCustomizationUUID":"f1be7eaa-4ecb-445e-bce9-e02d9e5c2287","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml","artifactChecksum":"YjI1YzlhZTZhZjQ1N2QxNTMyNWVlM2M1YmVhNjRkMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ab608b4-4a9e-4e13-a5e3-997982001fb6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar","artifactChecksum":"NWNmZTVkN2FiZjljOTA1MjgzYjlhYmViZDVhOWE0ODY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"beb2e464-fb25-4361-9a50-03dc46c95e8a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3be1bff7-2278-4d63-b9d9-e6a5f6d27f6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml","artifactChecksum":"OTA5M2VkNzY1MjQ2NWU0OTU3YzY4MjRiMDZmMzkwMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c879d907-fc6e-4968-a4d0-6bc812dc0acb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"886d4219-258c-4da0-8ef0-a67b7bec7541","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58a28b35-ef54-4e84-aeda-e625061ccf3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml","artifactChecksum":"ZjJmOTM1NmRmN2MxODRkY2VhNjdhOWVlMmRkYWJhNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e603bee8-cc6a-4d38-923b-9af7395f09c6","artifactVersion":"1"},{"artifactName":"service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar","artifactChecksum":"NmRjN2NkNmM4MWRjMmNlMzQwZjRkNzQzYjVhOGNjMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd2bd1e8-d820-4b79-bebd-4c4ab676522c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-29T05:52:40.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:40.033Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:52:40.033Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:52:40.035Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:52:40.035Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-k8s-id", "timestamp": 1619675513362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-windriver-id", "timestamp": 1619675508944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675511267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "dcae-sch", "timestamp": 1619675514454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675515982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675511664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "cds", "timestamp": 1619675518155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-k8s-id", "timestamp": 1619675513362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-windriver-id", "timestamp": 1619675508944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "dcae-sch", "timestamp": 1619675514454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675511267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675515982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675511664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "cds", "timestamp": 1619675518155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-k8s-id", "timestamp": 1619675513362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-windriver-id", "timestamp": 1619675508944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675511267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "dcae-sch", "timestamp": 1619675514454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675515982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675511664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675519751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "cds", "timestamp": 1619675518155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-windriver-id", "timestamp": 1619675508944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675511267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-k8s-id", "timestamp": 1619675513362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "dcae-sch", "timestamp": 1619675514454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675515982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675511664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675519751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "cds", "timestamp": 1619675518155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-k8s-id", "timestamp": 1619675513362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-windriver-id", "timestamp": 1619675508944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "dcae-sch", "timestamp": 1619675514454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675511267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675515982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675511664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675519751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "cds", "timestamp": 1619675518155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-windriver-id", "timestamp": 1619675508944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-k8s-id", "timestamp": 1619675513362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675511267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "dcae-sch", "timestamp": 1619675514454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675515982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675511664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675519751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "cds", "timestamp": 1619675518155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-windriver-id", "timestamp": 1619675508944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-k8s-id", "timestamp": 1619675513362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "dcae-sch", "timestamp": 1619675514454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675511267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675515982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675511664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675523636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675519751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "cds", "timestamp": 1619675518155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-windriver-id", "timestamp": 1619675508944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-k8s-id", "timestamp": 1619675513362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:52:40.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "dcae-sch", "timestamp": 1619675514454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675515982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675511267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675511664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675523636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675519751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "cds", "timestamp": 1619675518155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675523636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675519751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675527227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675523636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619675519751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675527463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "cds", "timestamp": 1619675527982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675523636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675528231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "cds", "timestamp": 1619675528987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-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-04-29T05:52:40.065Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 2021-04-29T05:52:40.065Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 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-04-29T05:52:40.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "policy-id", "timestamp": 1619675529234, "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-04-29T05:52:40.082Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 2021-04-29T05:52:40.082Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 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-04-29T05:52:40.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675523636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-29T05:52:40.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675523636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675523636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675531727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675532496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675532500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675531966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "aai-ml", "timestamp": 1619675532732, "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-04-29T05:52:40.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 2021-04-29T05:52:40.097Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 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-04-29T05:52:40.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675533510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-29T05:52:40.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675533520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:52:40.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675531966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "ves-openapi-manager", "timestamp": 1619675534511, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-29T05:52:40.112Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 2021-04-29T05:52:40.112Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-29T05:52:40.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "clamp", "timestamp": 1619675534523, "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-04-29T05:52:40.127Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 2021-04-29T05:52:40.127Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 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-04-29T05:52:40.135Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:52:40.136Z||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-04-29T05:52:40.136Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:52:40.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675531966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675531966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675531966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675531966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675531966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675531966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:52:40.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:52:40.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675542426, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:52:40.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675544084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:52:40.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:52:40.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:52:40.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619675545088, "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-04-29T05:52:40.144Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:40.144Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 2021-04-29T05:52:40.144Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f and ComponentName SDNC 2021-04-29T05:52:40.144Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-04-29T05:52:41.035Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:52:41.036Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:52:41.038Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:52:41.038Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:41.138Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:52:41.139Z||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-04-29T05:52:41.139Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:52:41.147Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:41.148Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:52:42.039Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:52:42.040Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:52:42.042Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:52:42.042Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:42.143Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:52:42.143Z||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-04-29T05:52:42.144Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:52:42.154Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:42.154Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:52:43.043Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:52:43.044Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:52:43.046Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:52:43.046Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:43.146Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:52:43.149Z||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-04-29T05:52:43.149Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:52:43.156Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:43.158Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:52:44.046Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:52:44.047Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:52:44.048Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:52:44.048Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:44.149Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:52:44.149Z||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-04-29T05:52:44.149Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:52:44.156Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:44.156Z||pool-50-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:52:45.049Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:52:45.050Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:52:45.052Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:52:45.052Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:45.152Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:52:45.153Z||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-04-29T05:52:45.153Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:52:45.161Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:45.161Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:52:46.053Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:52:46.054Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:52:46.056Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:52:46.056Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:52:46.156Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:52:46.157Z||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-04-29T05:52:46.157Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:52:46.164Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:46.165Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:52:47.057Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-29T05:52:47.058Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:52:47.061Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:52:47.061Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:52:47.161Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:52:47.161Z||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-04-29T05:52:47.161Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:52:47.169Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:47.170Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:52:48.062Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "serviceName": "Demo_pNF_orxtzKCDhfzkwKjRqfgr", "serviceVersion": "1.0", "serviceUUID": "a751a4a9-33ec-4bd4-902f-0c0a2cd94785", "serviceDescription": "catalog service description", "serviceInvariantUUID": "741d80b2-d65e-40d6-a988-ee012acf61b4", "resources": [ { "resourceInstanceName": "pNF 7960ba4c-21dd 0", "resourceCustomizationUUID": "f1be7eaa-4ecb-445e-bce9-e02d9e5c2287", "resourceName": "pNF 7960ba4c-21dd", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ccb1fe9b-73b6-4901-8b7e-fb814861c946", "resourceInvariantUUID": "b6135f58-f924-48c8-9594-3ff9c36bd11a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "artifactChecksum": "NmRjN2NkNmM4MWRjMmNlMzQwZjRkNzQzYjVhOGNjMDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cd2bd1e8-d820-4b79-bebd-4c4ab676522c" } ], "workloadContext": "Production" } 2021-04-29T05:52:48.062Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-29T05:52:48.062Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a751a4a9-33ec-4bd4-902f-0c0a2cd94785 ASDC 2021-04-29T05:52:48.062Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:7ee39906-8d7e-45f7-aa67-fc4d62df6a1f ServiceName:Demo_pNF_orxtzKCDhfzkwKjRqfgr ServiceVersion:1.0 ServiceUUID:a751a4a9-33ec-4bd4-902f-0c0a2cd94785 ServiceInvariantUUID:741d80b2-d65e-40d6-a988-ee012acf61b4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar ArtifactUUID:cd2bd1e8-d820-4b79-bebd-4c4ab676522c ArtifactChecksum:NmRjN2NkNmM4MWRjMmNlMzQwZjRkNzQzYjVhOGNjMDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7960ba4c-21dd 0 ResourceCustomizationUUID:f1be7eaa-4ecb-445e-bce9-e02d9e5c2287 ResourceInvariantUUID:b6135f58-f924-48c8-9594-3ff9c36bd11a ResourceName:pNF 7960ba4c-21dd ResourceType:PNF ResourceUUID:ccb1fe9b-73b6-4901-8b7e-fb814861c946 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-29T05:52:48.063Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a751a4a9-33ec-4bd4-902f-0c0a2cd94785 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-04-29T05:52:48.094Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-29T05:52:48.094Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-04-29T05:52:48.094Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-04-29T05:52:48.094Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cd2bd1e8-d820-4b79-bebd-4c4ab676522c from URL: /sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:48.094Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-04-29T05:52:48.095Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:48.661Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-04-29T05:52:48.664Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar cd2bd1e8-d820-4b79-bebd-4c4ab676522c 83312 2021-04-29T05:52:48.664Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar ASDC sendASDCNotification 2021-04-29T05:52:48.665Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:48.665Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-29T05:52:48.665Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:52:48.666Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:52:48.666Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675568664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:52:48.767Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-29T05:52:48.768Z||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-04-29T05:52:48.768Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:52:48.776Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:48.777Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:52:49.667Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-29T05:52:49.668Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-04-29T05:52:49.668Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cd2bd1e8-d820-4b79-bebd-4c4ab676522c, URL: /sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar to file: /app/ASDC/1/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:49.669Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:49.669Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:49.669Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:49.798Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1691528034564748651/Definitions/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml 2021-04-29T05:52:50.402Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-29T05:52:50.402Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-04-29T05:52:50.402Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:50.402Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-29T05:52:50.402Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||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-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:50.402Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:50.402Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||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-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7960ba4c-21dd 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-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7960ba4c-21dd 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_orxtzKCDhfzkwKjRqfgr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Node template pNF 7960ba4c-21dd 0 is matching search criteria 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 7960ba4c-21dd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_orxtzKCDhfzkwKjRqfgr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:52:50.403Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Node template pNF 7960ba4c-21dd 0 is matching search criteria 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 7960ba4c-21dd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_orxtzKCDhfzkwKjRqfgr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_orxtzKCDhfzkwKjRqfgr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_orxtzKCDhfzkwKjRqfgr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_orxtzKCDhfzkwKjRqfgr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_orxtzKCDhfzkwKjRqfgr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:52:50.404Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_orxtzKCDhfzkwKjRqfgr Description:catalog service description Model UUID:a751a4a9-33ec-4bd4-902f-0c0a2cd94785 Model Version:NULL Model InvariantUuid:741d80b2-d65e-40d6-a988-ee012acf61b4 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-04-29T05:52:50.420Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: ccb1fe9b-73b6-4901-8b7e-fb814861c946 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-04-29T05:52:50.424Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||pNF 7960ba4c-21dd 0 2021-04-29T05:52:50.424Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ccb1fe9b-73b6-4901-8b7e-fb814861c946 2021-04-29T05:52:50.425Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a751a4a9-33ec-4bd4-902f-0c0a2cd94785 2021-04-29T05:52:50.425Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a751a4a9-33ec-4bd4-902f-0c0a2cd94785 2021-04-29T05:52:50.425Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7960ba4c-21dd 0 ccb1fe9b-73b6-4901-8b7e-fb814861c946 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-04-29T05:52:50.430Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:52:50.430Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_orxtzKCDhfzkwKjRqfgr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:52:50.431Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a751a4a9-33ec-4bd4-902f-0c0a2cd94785: pNF 7960ba4c-21dd 2021-04-29T05:52:50.431Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||Processing PNF resource: ccb1fe9b-73b6-4901-8b7e-fb814861c946 2021-04-29T05:52:50.431Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-29T05:52:50.431Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_orxtzKCDhfzkwKjRqfgr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-29T05:52:50.431Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||Resource customization UUID: f1be7eaa-4ecb-445e-bce9-e02d9e5c2287 is the same as notified resource customizationUUID: f1be7eaa-4ecb-445e-bce9-e02d9e5c2287 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-04-29T05:52:50.482Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7960ba4c-21dd ccb1fe9b-73b6-4901-8b7e-fb814861c946 0 ASDC deployResourceStructure 2021-04-29T05:52:50.483Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar ASDC sendASDCNotification 2021-04-29T05:52:50.483Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar 2021-04-29T05:52:50.483Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-29T05:52:50.484Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:52:50.486Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:52:50.487Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675570483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:52:50.587Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:52:50.587Z||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-04-29T05:52:50.587Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:52:50.596Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:52:50.596Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-29T05:52:51.488Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-29T05:52:51.500Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 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-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-29T05:52:51.503Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-29T05:52:51.508Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-29T05:53:21.509Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f 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-04-29T05:53:21.515Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f and serviceModelVersionId: a751a4a9-33ec-4bd4-902f-0c0a2cd94785 2021-04-29T05:53:21.515Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 741d80b2-d65e-40d6-a988-ee012acf61b4 2021-04-29T05:53:21.517Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/741d80b2-d65e-40d6-a988-ee012acf61b4/model-vers/model-ver/a751a4a9-33ec-4bd4-902f-0c0a2cd94785?depth=0 2021-04-29T05:53:21.523Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-04-29T05:53:21.553Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/741d80b2-d65e-40d6-a988-ee012acf61b4/model-vers/model-ver/a751a4a9-33ec-4bd4-902f-0c0a2cd94785?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-04-29T05:53:21.553Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/741d80b2-d65e-40d6-a988-ee012acf61b4/model-vers/model-ver/a751a4a9-33ec-4bd4-902f-0c0a2cd94785?depth=0|INFO|500||Invoke 2021-04-29T05:53:21.567Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/741d80b2-d65e-40d6-a988-ee012acf61b4/model-vers/model-ver/a751a4a9-33ec-4bd4-902f-0c0a2cd94785?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-29T05:53:22.020Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/741d80b2-d65e-40d6-a988-ee012acf61b4/model-vers/model-ver/a751a4a9-33ec-4bd4-902f-0c0a2cd94785?depth=0|INFO|500||InvokeReturn 2021-04-29T05:53:22.020Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/741d80b2-d65e-40d6-a988-ee012acf61b4/model-vers/model-ver/a751a4a9-33ec-4bd4-902f-0c0a2cd94785?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210429-05:53:21:568-22237], vertex-id=[208936], Content-Length=[0], Date=[Thu, 29 Apr 2021 05:53:21 GMT], Content-Type=[application/json]} 2021-04-29T05:53:22.021Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-04-29T05:53:22.021Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-29T05:53:22.021Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-29T05:53:22.025Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-29T05:53:22.025Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ee39906-8d7e-45f7-aa67-fc4d62df6a1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-29T05:53:22.025Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-29T05:53:22.026Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-29T05:53:22.027Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-29T05:53:22.027Z|7ee39906-8d7e-45f7-aa67-fc4d62df6a1f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675602025, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-29T05:53:22.127Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-29T05:53:22.128Z||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-04-29T05:53:22.128Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rliFfeXxZADrnLCi) ... 2021-04-29T05:53:22.138Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:53:22.138Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 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-04-29T05:53:39.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:53:39.405Z||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-04-29T05:53:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:53:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:53:39.407Z||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-04-29T05:53:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:53:39.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:53:39.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-29T05:53:39.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:53:39.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-29T05:53:48.954Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:54:39.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:54:39.405Z||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-04-29T05:54:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:54:39.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:54:39.407Z||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-04-29T05:54:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:54:39.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:54:39.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-29T05:54:39.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-29T05:54:39.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-29T05:54:39.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-29T05:54:39.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-29T05:54:39.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-29T05:54:39.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-29T05:54:39.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/resourceInstances/pnf7960ba4c21dd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-template.yml", "status": "NOT_NOTIFIED" } 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675559404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "NOTIFIED" } 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675568664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675570483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrxtzkcdhfzkwkjrqfgr/1.0/artifacts/service-DemoPnfOrxtzkcdhfzkwkjrqfgr-csar.csar", "status": "DEPLOY_OK" } 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ee39906-8d7e-45f7-aa67-fc4d62df6a1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619675602025, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-29T05:54:39.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-29T05:54:48.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:55:39.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:55:39.405Z||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-04-29T05:55:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:55:39.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:55:39.407Z||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-04-29T05:55:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:55:48.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:55:48.941Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:56:39.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:56:39.405Z||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-04-29T05:56:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:56:39.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:56:39.407Z||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-04-29T05:56:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:56:48.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:56:48.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:57:39.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:57:39.405Z||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-04-29T05:57:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:57:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:57:39.407Z||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-04-29T05:57:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:57:48.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:57:48.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:58:39.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:58:39.405Z||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-04-29T05:58:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:58:39.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:58:39.407Z||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-04-29T05:58:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:58:48.945Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:58:48.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:59:39.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:59:39.405Z||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-04-29T05:59:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:59:39.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T05:59:39.407Z||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-04-29T05:59:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T05:59:48.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T05:59:48.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T06:00:39.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T06:00:39.405Z||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-04-29T06:00:39.405Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T06:00:39.406Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T06:00:39.407Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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-04-29T06:00:39.407Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|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 rliFfeXxZADrnLCi) ... 2021-04-29T06:00:48.966Z|b90c6b66-5064-4a94-b726-4cb6c4d6d27e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T06:00:48.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T06:01:39.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T06:01:39.406Z||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-04-29T06:01:39.406Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T06:01:39.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T06:01:39.407Z||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-04-29T06:01:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T06:01:48.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T06:01:48.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T06:02:39.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T06:02:39.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-29T06:02:39.407Z||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-04-29T06:02:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T06:02:39.407Z||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-04-29T06:02:39.407Z||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 rliFfeXxZADrnLCi) ... 2021-04-29T06:02:48.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-29T06:02:48.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK