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-10-25T05:13:59.039Z||main|||||INFO|500||The following profiles are active: basic 2021-10-25T05:14:14.752Z||main|||||INFO|500||Starting service [Tomcat] 2021-10-25T05:14:14.754Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-10-25T05:14:14.957Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-10-25T05:14:21.132Z||main|||||INFO|500||catdb-pool - Starting... 2021-10-25T05:14:21.572Z||main|||||INFO|500||catdb-pool - Start completed. 2021-10-25T05:14:22.101Z||main|||||INFO|500||reqdb-pool - Starting... 2021-10-25T05:14:22.118Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-10-25T05:14:22.424Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-10-25T05:14:22.724Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-10-25T05:14:23.523Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-10-25T05:14:28.178Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-25T05:14:30.648Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-25T05:14:30.706Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-10-25T05:14:31.290Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-25T05:14:31.641Z||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-10-25T05:14:32.913Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-25T05:14:34.005Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-10-25T05:14:34.026Z||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$$1cee29c1.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-10-25T05:14:34.027Z||main|||||WARN|500||The sdc end point is not alive 2021-10-25T05:14:37.285Z||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-10-25T05:14:40.416Z||main|||||WARN|500||--- 2021-10-25T05:14:40.416Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-10-25T05:14:40.417Z||main|||||WARN|500||--- 2021-10-25T05:14:40.842Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-10-25T05:14:46.374Z||main|||||INFO|500||Started Application in 51.756 seconds (JVM running for 59.387) 2021-10-25T05:14:46.413Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-25T05:14:46.420Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-25T05:14:46.453Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-25T05:14:46.538Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-25T05:14:46.628Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c37ba995-1a5f-4aad-b13a-8598b746c6ed url= /sdc/v1/artifactTypes 2021-10-25T05:14:46.629Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-25T05:14:46.975Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-10-25T05:14:47.083Z||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-10-25T05:14:47.109Z||scheduling-1|||||DEBUG|500||create keys 2021-10-25T05:14:47.121Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-10-25T05:14:47.529Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:14:47.548Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3f91f445-4226-43ba-be90-5339e87cd1ef url= /sdc/v1/registerForDistribution 2021-10-25T05:14:47.851Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3f91f445-4226-43ba-be90-5339e87cd1ef url= /sdc/v1/registerForDistribution 2021-10-25T05:14:47.852Z||scheduling-1|||||INFO|500||start DistributionClient 2021-10-25T05:14:47.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:14:47.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:14:47.936Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-10-25T05:14:47.950Z||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-10-25T05:14:47.950Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:14:47.952Z||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-10-25T05:14:47.958Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:14:59.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:14:59.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:15:47.863Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:15:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:15:47.866Z||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-10-25T05:15:47.867Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:15:47.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:15:47.868Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:15:57.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:15:57.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:16:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:16:47.865Z||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-10-25T05:16:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:16:47.866Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:16:47.866Z||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-10-25T05:16:47.867Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:16:57.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:16:57.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:17:47.863Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:17:47.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:17:47.867Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:17:47.868Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:17:47.867Z||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-10-25T05:17:47.869Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:17:57.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:17:57.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:18:47.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:18:47.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:18:47.868Z||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-10-25T05:18:47.868Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:18:47.868Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:18:47.869Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:18:57.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:18:57.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:19:47.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:19:47.863Z||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-10-25T05:19:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:19:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:19:47.866Z||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-10-25T05:19:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:19:57.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:19:57.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:20:47.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:20:47.866Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:20:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:20:47.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:20:47.869Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:20:47.869Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:20:57.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:20:57.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:21:47.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:21:47.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:21:47.867Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:21:47.867Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:21:47.870Z||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-10-25T05:21:47.870Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:21:57.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:21:57.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:22:47.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:22:47.868Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:22:47.868Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:22:47.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:22:47.873Z||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-10-25T05:22:47.875Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:22:57.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:22:57.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:23:47.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:23:47.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:23:47.866Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:23:47.866Z||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-10-25T05:23:47.867Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:23:47.867Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:23:48.651Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-10-25T05:23:57.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:23:57.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:24:47.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:24:47.864Z||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-10-25T05:24:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:24:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:24:47.866Z||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-10-25T05:24:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:24:57.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:24:57.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:25:47.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:25:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:25:47.866Z||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-10-25T05:25:47.867Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:25:47.867Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:25:47.867Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:25:57.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:25:57.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:26:47.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:26:47.864Z||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-10-25T05:26:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:26:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:26:47.866Z||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-10-25T05:26:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:26:57.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:26:57.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:27:47.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:27:47.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:27:47.866Z||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-10-25T05:27:47.866Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:27:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:27:47.867Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:27:57.431Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:27:57.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:28:47.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:28:47.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:28:47.869Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:28:47.869Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:28:47.869Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:28:47.869Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:28:57.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:28:57.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:29:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:29:47.864Z||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-10-25T05:29:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:29:47.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:29:47.866Z||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-10-25T05:29:47.867Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:29:57.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:29:57.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:30:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:30:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:30:47.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:30:47.866Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:30:47.866Z||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-10-25T05:30:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:30:57.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:30:57.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:31:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:31:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:31:47.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:31:47.867Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:31:47.867Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:31:47.867Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:31:57.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:31:57.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:32:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:32:47.864Z||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-10-25T05:32:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:32:47.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:32:47.866Z||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-10-25T05:32:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:32:57.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:32:57.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:33:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:33:47.865Z||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-10-25T05:33:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:33:47.866Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:33:47.866Z||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-10-25T05:33:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:33:57.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:33:57.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:34:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:34:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:34:47.866Z||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-10-25T05:34:47.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:34:47.867Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:34:47.867Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:34:57.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:34:57.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:35:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:35:47.865Z||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-10-25T05:35:47.865Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:35:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:35:47.866Z||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-10-25T05:35:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:35:57.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:35:57.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:36:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:36:47.865Z||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-10-25T05:36:47.865Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:36:47.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:36:47.866Z||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-10-25T05:36:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:36:57.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:36:57.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:37:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:37:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:37:47.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:37:47.866Z||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-10-25T05:37:47.867Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:37:47.867Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:37:57.415Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:37:57.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:38:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:38:47.863Z||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-10-25T05:38:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:38:47.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:38:47.866Z||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-10-25T05:38:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:38:57.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:38:57.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:39:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:39:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:39:47.867Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:39:47.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:39:47.867Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:39:47.867Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:39:57.423Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:39:57.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:40:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:40:47.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:40:47.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:40:47.866Z||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-10-25T05:40:47.866Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:40:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:40:57.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:40:57.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:41:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:41:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:41:47.866Z||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-10-25T05:41:47.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:41:47.867Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:41:47.867Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:41:57.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:41:57.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:42:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:42:47.863Z||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-10-25T05:42:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:42:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:42:47.866Z||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-10-25T05:42:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:42:57.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:42:57.475Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:43:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:43:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:43:47.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:43:47.866Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:43:47.866Z||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-10-25T05:43:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:43:57.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:43:57.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:44:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:44:47.865Z||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-10-25T05:44:47.865Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:44:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:44:47.866Z||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-10-25T05:44:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:44:57.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:44:57.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:45:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:45:47.865Z||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-10-25T05:45:47.865Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:45:47.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:45:47.866Z||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-10-25T05:45:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:45:57.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:45:57.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:46:47.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:46:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:46:47.868Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:46:47.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:46:47.868Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:46:47.868Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:46:57.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:46:57.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:47:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:47:47.864Z||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-10-25T05:47:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:47:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:47:47.866Z||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-10-25T05:47:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:47:57.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:47:57.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:48:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:48:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:48:47.868Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:48:47.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:48:47.869Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:48:47.869Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:48:57.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:48:57.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:49:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:49:47.863Z||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-10-25T05:49:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:49:47.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:49:47.866Z||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-10-25T05:49:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:49:57.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:49:57.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:50:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:50:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:50:47.868Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:50:47.868Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:50:47.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:50:47.871Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:50:57.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:50:57.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:51:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:51:47.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:51:47.866Z||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-10-25T05:51:47.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:51:47.866Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:51:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:51:57.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:51:57.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:52:47.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:52:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:52:47.867Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:52:47.867Z||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-10-25T05:52:47.867Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:52:47.867Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:52:57.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:52:57.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:47.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:53:47.864Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:53:47.864Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:53:47.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:53:47.866Z||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-10-25T05:53:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:53:48.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:48.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:48.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9","serviceName":"vFW 2021-10-25 05-51-01","serviceVersion":"1.0","serviceUUID":"400bb8a2-e4f8-4aee-bf3e-564f736cebe1","serviceDescription":"catalog service description","serviceInvariantUUID":"ca272121-39d1-4237-b846-168bb88c8e9e","resources":[{"resourceInstanceName":"vFW 29686141-4f77 0","resourceName":"vFW 29686141-4f77","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8","resourceInvariantUUID":"f803e0c9-9538-4121-9947-5fd1ceca0a05","resourceCustomizationUUID":"a32b41b4-817b-4969-8100-c6dff3f9301a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml","artifactChecksum":"ODUzYzUzYWNmYjdhNzU5OGNlZDZkYzg2MzRkYmY2ZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e07a2164-3779-4895-9956-3898f44f0dac","artifactVersion":"1"},{"artifactName":"vfw296861414f770_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json","artifactChecksum":"YTZhZGY4NDhkMDEwOTJkZjViOWVlMmFkMWRhMjVlY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6120ecd-bb10-4c11-a1bb-de3daea672e9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e40b7a79-0af2-415c-94fa-0de84af52dda","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml","artifactChecksum":"MjcwMWEzMmY2YjE5OWYwOTJkYmZiMTI2ZjgwYjM5NDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad8ddd0b-8afa-4c0a-b5ba-845f3cb5b469","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"af11a382-6201-4506-83f2-c483627a6837","artifactVersion":"2","generatedFromUUID":"e40b7a79-0af2-415c-94fa-0de84af52dda"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211025055101-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml","artifactChecksum":"NjA3MGFmNTQwY2NmMjhmZDA4ZTQ1ZDdiM2UwODc2MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adc776e3-dd4f-49cf-b289-d433af5f302e","artifactVersion":"1"},{"artifactName":"service-Vfw20211025055101-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar","artifactChecksum":"NDBmY2RjZDgxMGMxNWQ2MWNiMzg4MjA5NjBkMWY3ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3102f01-570f-4688-8955-7f84530840c0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-25T05:53:48.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141180980, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.518Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:53:48.524Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:53:48.538Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:53:48.538Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "clamp", "timestamp": 1635141176867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "cds", "timestamp": 1635141177354, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "ves-openapi-manager", "timestamp": 1635141180216, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "aai-ml", "timestamp": 1635141175288, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141180980, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "NOTIFIED" } 2021-10-25T05:53:48.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "clamp", "timestamp": 1635141176867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "NOTIFIED" } 2021-10-25T05:53:48.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "cds", "timestamp": 1635141177354, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "ves-openapi-manager", "timestamp": 1635141180216, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "aai-ml", "timestamp": 1635141175288, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141180980, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-25T05:53:48.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "clamp", "timestamp": 1635141176867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "cds", "timestamp": 1635141177354, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "ves-openapi-manager", "timestamp": 1635141180216, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "aai-ml", "timestamp": 1635141175288, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141180980, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "clamp", "timestamp": 1635141176867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "cds", "timestamp": 1635141177354, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "ves-openapi-manager", "timestamp": 1635141180216, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "aai-ml", "timestamp": 1635141175288, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141180980, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-25T05:53:48.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "clamp", "timestamp": 1635141176867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "cds", "timestamp": 1635141177354, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "ves-openapi-manager", "timestamp": 1635141180216, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "aai-ml", "timestamp": 1635141175288, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "policy-id", "timestamp": 1635141185878, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141180980, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "cds", "timestamp": 1635141177354, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "clamp", "timestamp": 1635141176867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "ves-openapi-manager", "timestamp": 1635141180216, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "dcae-sch", "timestamp": 1635141186460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "aai-ml", "timestamp": 1635141175288, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "policy-id", "timestamp": 1635141185878, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141180980, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:53:48.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "clamp", "timestamp": 1635141176867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:53:48.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "cds", "timestamp": 1635141177354, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:53:48.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "ves-openapi-manager", "timestamp": 1635141180216, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "dcae-sch", "timestamp": 1635141186460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "aai-ml", "timestamp": 1635141175288, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:53:48.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "policy-id", "timestamp": 1635141185878, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-25T05:53:48.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141188367, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "dcae-sch", "timestamp": 1635141186460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141189447, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T05:53:48.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "cds", "timestamp": 1635141189571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:53:48.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "policy-id", "timestamp": 1635141185878, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "aai-ml", "timestamp": 1635141189591, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:53:48.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141188367, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "dcae-sch", "timestamp": 1635141186460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141190582, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T05:53:48.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "policy-id", "timestamp": 1635141185878, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "cds", "timestamp": 1635141190593, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-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-10-25T05:53:48.638Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-10-25T05:53:48.642Z||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-10-25T05:53:48.642Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:53:48.660Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:48.661Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-25T05:53:48.753Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 2021-10-25T05:53:48.773Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:48.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141188367, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "dcae-sch", "timestamp": 1635141186460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "policy-id", "timestamp": 1635141185878, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141191637, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-25T05:53:48.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141188367, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "dcae-sch", "timestamp": 1635141186460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "policy-id", "timestamp": 1635141185878, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:53:48.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141188367, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141193096, "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-10-25T05:53:48.817Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 2021-10-25T05:53:48.817Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "dcae-sch", "timestamp": 1635141186460, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "policy-id", "timestamp": 1635141193756, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:53:48.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141188367, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "multicloud-k8s-id", "timestamp": 1635141194105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "DEPLOY_OK" } 2021-10-25T05:53:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "policy-id", "timestamp": 1635141194769, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:53:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141188367, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:53:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:53:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "policy-id", "timestamp": 1635141195775, "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-10-25T05:53:48.833Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 2021-10-25T05:53:48.833Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:48.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141196269, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:53:48.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "clamp", "timestamp": 1635141197757, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:53:48.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "clamp", "timestamp": 1635141199204, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:53:48.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "clamp", "timestamp": 1635141200210, "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-10-25T05:53:48.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 2021-10-25T05:53:48.850Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:48.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141201706, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:53:48.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141202711, "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-10-25T05:53:48.867Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 2021-10-25T05:53:48.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:48.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "aai-ml", "timestamp": 1635141208748, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:53:48.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:53:48.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:53:48.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "aai-ml", "timestamp": 1635141209754, "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-10-25T05:53:48.885Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 2021-10-25T05:53:48.885Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:49.544Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:53:49.545Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:53:49.547Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:53:49.547Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "NOTIFIED" } 2021-10-25T05:53:49.647Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:53:49.648Z||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-10-25T05:53:49.649Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:53:49.666Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:49.667Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:53:50.547Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:53:50.549Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:53:50.551Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:53:50.552Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-25T05:53:50.652Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:53:50.653Z||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-10-25T05:53:50.653Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:53:50.665Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:50.666Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:53:51.552Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:53:51.553Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:53:51.555Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:53:51.555Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:51.656Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-25T05:53:51.657Z||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-10-25T05:53:51.657Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:53:51.670Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:51.670Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:53:52.556Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:53:52.557Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:53:52.561Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:53:52.561Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-25T05:53:52.665Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-10-25T05:53:52.666Z||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-10-25T05:53:52.666Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:53:52.678Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:52.679Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-25T05:53:53.563Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:53:53.566Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:53:53.570Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:53:53.570Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:53:53.670Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T05:53:53.673Z||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-10-25T05:53:53.673Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:53:53.696Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:53.697Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2021-10-25T05:53:54.571Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:53:54.572Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:53:54.574Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:53:54.574Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:53:54.675Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-25T05:53:54.677Z||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-10-25T05:53:54.677Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:53:54.692Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:54.693Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:53:55.576Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "serviceName": "vFW 2021-10-25 05-51-01", "serviceVersion": "1.0", "serviceUUID": "400bb8a2-e4f8-4aee-bf3e-564f736cebe1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ca272121-39d1-4237-b846-168bb88c8e9e", "resources": [ { "resourceInstanceName": "vFW 29686141-4f77 0", "resourceCustomizationUUID": "a32b41b4-817b-4969-8100-c6dff3f9301a", "resourceName": "vFW 29686141-4f77", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8", "resourceInvariantUUID": "f803e0c9-9538-4121-9947-5fd1ceca0a05", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw296861414f770_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "artifactChecksum": "YTZhZGY4NDhkMDEwOTJkZjViOWVlMmFkMWRhMjVlY2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a6120ecd-bb10-4c11-a1bb-de3daea672e9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e40b7a79-0af2-415c-94fa-0de84af52dda", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "af11a382-6201-4506-83f2-c483627a6837", "generatedFromUUID": "e40b7a79-0af2-415c-94fa-0de84af52dda" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "af11a382-6201-4506-83f2-c483627a6837", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211025055101-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "artifactChecksum": "NDBmY2RjZDgxMGMxNWQ2MWNiMzg4MjA5NjBkMWY3ZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3102f01-570f-4688-8955-7f84530840c0" } ], "workloadContext": "Production" } 2021-10-25T05:53:55.578Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-25T05:53:55.579Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 400bb8a2-e4f8-4aee-bf3e-564f736cebe1 ASDC 2021-10-25T05:53:55.707Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 ServiceName:vFW 2021-10-25 05-51-01 ServiceVersion:1.0 ServiceUUID:400bb8a2-e4f8-4aee-bf3e-564f736cebe1 ServiceInvariantUUID:ca272121-39d1-4237-b846-168bb88c8e9e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211025055101-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar ArtifactUUID:c3102f01-570f-4688-8955-7f84530840c0 ArtifactChecksum:NDBmY2RjZDgxMGMxNWQ2MWNiMzg4MjA5NjBkMWY3ZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 29686141-4f77 0 ResourceCustomizationUUID:a32b41b4-817b-4969-8100-c6dff3f9301a ResourceInvariantUUID:f803e0c9-9538-4121-9947-5fd1ceca0a05 ResourceName:vFW 29686141-4f77 ResourceType:VF ResourceUUID:c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw296861414f770_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json ArtifactUUID:a6120ecd-bb10-4c11-a1bb-de3daea672e9 ArtifactChecksum:YTZhZGY4NDhkMDEwOTJkZjViOWVlMmFkMWRhMjVlY2M= 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/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml ArtifactUUID:e40b7a79-0af2-415c-94fa-0de84af52dda 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/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env ArtifactUUID:af11a382-6201-4506-83f2-c483627a6837 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/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env ArtifactUUID:af11a382-6201-4506-83f2-c483627a6837 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-25T05:53:55.707Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 400bb8a2-e4f8-4aee-bf3e-564f736cebe1 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-10-25T05:53:55.765Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T05:53:55.766Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-25T05:53:55.767Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-25T05:53:55.768Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c3102f01-570f-4688-8955-7f84530840c0 from URL: /sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar 2021-10-25T05:53:55.768Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-25T05:53:55.769Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar 2021-10-25T05:53:55.952Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-25T05:53:55.971Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar c3102f01-570f-4688-8955-7f84530840c0 98769 2021-10-25T05:53:55.973Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar ASDC sendASDCNotification 2021-10-25T05:53:55.973Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar 2021-10-25T05:53:55.973Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T05:53:55.974Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:53:55.976Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:53:55.976Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141235971, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:53:56.076Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:53:56.077Z||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-10-25T05:53:56.077Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:53:56.090Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:53:56.090Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:53:56.977Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T05:53:56.978Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-25T05:53:56.979Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c3102f01-570f-4688-8955-7f84530840c0, URL: /sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar to file: /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:53:56.979Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211025055101-csar.csar 2021-10-25T05:53:57.056Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:53:57.056Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:53:57.687Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11292904144396417804/Definitions/service-Vfw20211025055101-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-10-25T05:54:00.768Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-25T05:54:00.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-10-25T05:54:00.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-10-25T05:54:00.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 29686141-4f77 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-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-10-25T05:54:00.782Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.783Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:00.787Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:00.787Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-10-25T05:54:00.789Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T05:54:00.791Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.791Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:00.791Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:00.792Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-10-25T05:54:00.792Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T05:54:00.792Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.792Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:00.796Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.796Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria 2021-10-25T05:54:00.796Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-25T05:54:00.797Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-25T05:54:00.797Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.797Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:00.797Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-25T05:54:00.798Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.798Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-25T05:54:00.798Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-25T05:54:00.798Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-25T05:54:00.798Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.799Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:00.799Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-25T05:54:00.799Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:00.799Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-25T05:54:00.799Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.800Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-25T05:54:00.800Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.800Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-25T05:54:00.801Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.802Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:00.802Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:54:00.802Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.802Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:00.803Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:54:00.803Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.803Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:00.803Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:54:00.803Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.804Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria 2021-10-25T05:54:00.804Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-25T05:54:00.804Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-25T05:54:00.808Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-25T05:54:00.809Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-25T05:54:00.809Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-25T05:54:00.809Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.809Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:00.809Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-25T05:54:00.810Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:00.810Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-25T05:54:00.810Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.810Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=10ff8f5d-a3c3-4b82-b89c-cd533c7d1b16 2021-10-25T05:54:00.811Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.811Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria 2021-10-25T05:54:00.811Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-25T05:54:00.811Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-25T05:54:00.811Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.812Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:00.812Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-25T05:54:00.812Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.812Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-25T05:54:00.812Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-25T05:54:00.813Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-25T05:54:00.813Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:00.813Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-25T05:54:00.813Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.813Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bb376a7-a10b-4670-b375-49b80bad518c 2021-10-25T05:54:00.814Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.814Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria 2021-10-25T05:54:00.814Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-25T05:54:00.814Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-25T05:54:00.814Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.815Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:00.815Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-25T05:54:00.815Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.815Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-25T05:54:00.815Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-25T05:54:00.816Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-25T05:54:00.816Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-25T05:54:00.816Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:00.816Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-25T05:54:00.816Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=07fe76fc-e8a9-4498-bade-fcfd8833751d 2021-10-25T05:54:00.817Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.817Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:00.817Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.817Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:00.817Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.818Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:00.818Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:00.818Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:00.818Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-10-25 05-51-01 Description:catalog service description Model UUID:400bb8a2-e4f8-4aee-bf3e-564f736cebe1 Model Version:NULL Model InvariantUuid:ca272121-39d1-4237-b846-168bb88c8e9e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 29686141-4f77 Model UUID:ecd98935-108d-4d60-a2d6-0c9cd7ce2ddd Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f803e0c9-9538-4121-9947-5fd1ceca0a05 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a32b41b4-817b-4969-8100-c6dff3f9301a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bc3c8025-0ef3-443a-8f9f-e5608a52b358 ModelName:Vfw296861414f77..base_vfw..module-0 ModelUuid:505e1a33-800b-40db-8d19-2fa27d4448e6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:10ff8f5d-a3c3-4b82-b89c-cd533c7d1b16 ModelInvariantUuid:ecfbc009-7150-4df0-89fb-6895af44682f ModelName:vFW 29686141-4f77-nodes.vfwCvfc ModelUuid:5678b13e-80f9-4174-af32-6d95217b05bc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3496135a-ceb1-4d73-b044-004ab9d82781 ModelInvariantUuid:8977acd1-f58e-4e93-ae42-00084d1b876f ModelName:Vfw296861414f77.compute.nodes.heat.vfw ModelUuid:7608b63f-631a-44a2-a3cd-ab0ac42306fa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5bb376a7-a10b-4670-b375-49b80bad518c ModelInvariantUuid:f706e6d8-b087-4c81-8b00-42954e1f3f24 ModelName:vFW 29686141-4f77-nodes.vsnCvfc ModelUuid:1690e6f1-abfe-4c2e-a924-bb99949c7ae5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c680b873-a5d6-4c1e-aa0d-78bf99317605 ModelInvariantUuid:74e82737-3319-41a7-b0cf-5844f6daa7b8 ModelName:Vfw296861414f77.compute.nodes.heat.vsn ModelUuid:d5c59ace-8cdd-49c1-a57c-65f313799eca ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:07fe76fc-e8a9-4498-bade-fcfd8833751d ModelInvariantUuid:cef48993-16b7-49c1-a1aa-966236461db5 ModelName:vFW 29686141-4f77-nodes.vpgCvfc ModelUuid:58e039e3-827a-47e0-96ad-13159b99fe1b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:44c80cd7-3c0d-4ea4-a794-c7dc144a7cc4 ModelInvariantUuid:cd62d385-1162-4805-85cd-141b002e22c7 ModelName:Vfw296861414f77.compute.nodes.heat.vpg ModelUuid:f25f3952-eea0-4b36-9650-b0023f1e739a 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-25T05:54:00.828Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T05:54:00.968Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||vFW 29686141-4f77 0 2021-10-25T05:54:00.975Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8 2021-10-25T05:54:00.975Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a6120ecd-bb10-4c11-a1bb-de3daea672e9 from URL: /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json 2021-10-25T05:54:00.976Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-25T05:54:00.976Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json 2021-10-25T05:54:01.147Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-25T05:54:01.148Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json a6120ecd-bb10-4c11-a1bb-de3daea672e9 785 2021-10-25T05:54:01.148Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json ASDC sendASDCNotification 2021-10-25T05:54:01.148Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json 2021-10-25T05:54:01.148Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T05:54:01.149Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:54:01.151Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:54:01.151Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141241148, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T05:54:01.251Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:54:01.252Z||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-10-25T05:54:01.252Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:54:01.278Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:54:01.279Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:54:02.154Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw296861414f77..base_vfw..module-0", "vfModuleModelInvariantUUID": "bc3c8025-0ef3-443a-8f9f-e5608a52b358", "vfModuleModelVersion": "1", "vfModuleModelUUID": "505e1a33-800b-40db-8d19-2fa27d4448e6", "vfModuleModelCustomizationUUID": "e3481caa-e7d0-402b-b98a-0d9aaec03c99", "isBase": true, "artifacts": [ "e40b7a79-0af2-415c-94fa-0de84af52dda", "af11a382-6201-4506-83f2-c483627a6837" ], "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-10-25T05:54:02.168Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw296861414f77..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:505e1a33-800b-40db-8d19-2fa27d4448e6 VfModuleModelInvariantUUID:bc3c8025-0ef3-443a-8f9f-e5608a52b358 VfModuleModelDescription:NULL Artifacts UUID List:{ e40b7a79-0af2-415c-94fa-0de84af52dda , af11a382-6201-4506-83f2-c483627a6837 } 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-10-25T05:54:02.170Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw296861414f77..base_vfw..module-0", "vfModuleModelInvariantUUID": "bc3c8025-0ef3-443a-8f9f-e5608a52b358", "vfModuleModelVersion": "1", "vfModuleModelUUID": "505e1a33-800b-40db-8d19-2fa27d4448e6", "vfModuleModelCustomizationUUID": "e3481caa-e7d0-402b-b98a-0d9aaec03c99", "isBase": true, "artifacts": [ "e40b7a79-0af2-415c-94fa-0de84af52dda", "af11a382-6201-4506-83f2-c483627a6837" ], "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-10-25T05:54:02.171Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw296861414f77..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:505e1a33-800b-40db-8d19-2fa27d4448e6 VfModuleModelInvariantUUID:bc3c8025-0ef3-443a-8f9f-e5608a52b358 VfModuleModelDescription:NULL Artifacts UUID List:{ e40b7a79-0af2-415c-94fa-0de84af52dda , af11a382-6201-4506-83f2-c483627a6837 } 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-10-25T05:54:02.171Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e40b7a79-0af2-415c-94fa-0de84af52dda from URL: /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml 2021-10-25T05:54:02.171Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-25T05:54:02.172Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml 2021-10-25T05:54:02.268Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-25T05:54:02.269Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml e40b7a79-0af2-415c-94fa-0de84af52dda 20368 2021-10-25T05:54:02.269Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-25T05:54:02.269Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml 2021-10-25T05:54:02.270Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T05:54:02.270Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:54:02.272Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:54:02.272Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141242269, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T05:54:02.372Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:54:02.373Z||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-10-25T05:54:02.374Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:54:02.387Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:54:02.388Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-25T05:54:03.273Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: af11a382-6201-4506-83f2-c483627a6837 from URL: /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env 2021-10-25T05:54:03.273Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-25T05:54:03.274Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env 2021-10-25T05:54:03.349Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-25T05:54:03.350Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env af11a382-6201-4506-83f2-c483627a6837 2098 2021-10-25T05:54:03.350Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-25T05:54:03.351Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env 2021-10-25T05:54:03.351Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T05:54:03.352Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:54:03.354Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:54:03.354Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141243350, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-25T05:54:03.454Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T05:54:03.455Z||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-10-25T05:54:03.455Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:54:03.481Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:54:03.482Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2021-10-25T05:54:04.355Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 400bb8a2-e4f8-4aee-bf3e-564f736cebe1 2021-10-25T05:54:04.356Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 29686141-4f77 0 c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T05:54:04.397Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56d3b71a, org.onap.sdc.toscaparser.api.parameters.Input@1171ab7, org.onap.sdc.toscaparser.api.parameters.Input@49b0c2f2, org.onap.sdc.toscaparser.api.parameters.Input@2484722f, org.onap.sdc.toscaparser.api.parameters.Input@6fa46ac2] 2021-10-25T05:54:04.401Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.401Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:04.401Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-10-25T05:54:04.401Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a32b41b4-817b-4969-8100-c6dff3f9301a 2021-10-25T05:54:04.401Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a32b41b4-817b-4969-8100-c6dff3f9301a matches Tosca VF Customization UUID: a32b41b4-817b-4969-8100-c6dff3f9301a 2021-10-25T05:54:04.402Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a32b41b4-817b-4969-8100-c6dff3f9301a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-25T05:54:04.411Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.412Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:04.425Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a32b41b4-817b-4969-8100-c6dff3f9301a: {\"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-10-25T05:54:04.427Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b58b902 2021-10-25T05:54:04.428Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.428Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-25T05:54:04.429Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3481caa-e7d0-402b-b98a-0d9aaec03c99 2021-10-25T05:54:04.430Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3481caa-e7d0-402b-b98a-0d9aaec03c99 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-25T05:54:04.437Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.437Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:04.437Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:54:04.438Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.439Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:04.439Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:54:04.440Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.440Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria 2021-10-25T05:54:04.440Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-25T05:54:04.441Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-25T05:54:04.441Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-25T05:54:04.442Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-25T05:54:04.442Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-25T05:54:04.443Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-25T05:54:04.443Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:04.443Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-25T05:54:04.444Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:04.444Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-25T05:54:04.444Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-25T05:54:04.445Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=10ff8f5d-a3c3-4b82-b89c-cd533c7d1b16 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-25T05:54:04.455Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.455Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:04.456Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:54:04.456Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.457Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria 2021-10-25T05:54:04.457Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-25T05:54:04.457Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-25T05:54:04.457Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-25T05:54:04.458Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:04.458Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-25T05:54:04.459Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-25T05:54:04.459Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-25T05:54:04.459Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-25T05:54:04.459Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-25T05:54:04.460Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:04.460Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-25T05:54:04.460Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-25T05:54:04.460Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bb376a7-a10b-4670-b375-49b80bad518c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-25T05:54:04.462Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.463Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:04.463Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:54:04.465Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.466Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria 2021-10-25T05:54:04.466Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-25T05:54:04.466Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-25T05:54:04.467Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-25T05:54:04.467Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:04.467Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-25T05:54:04.467Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-25T05:54:04.468Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-25T05:54:04.468Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-25T05:54:04.468Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-25T05:54:04.468Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-25T05:54:04.469Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-25T05:54:04.469Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-25T05:54:04.469Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=07fe76fc-e8a9-4498-bade-fcfd8833751d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-25T05:54:04.471Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.472Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:04.472Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:54:04.472Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.473Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria 2021-10-25T05:54:04.473Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=a32b41b4-817b-4969-8100-c6dff3f9301a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T05:54:04.475Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.475Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:04.476Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 400bb8a2-e4f8-4aee-bf3e-564f736cebe1: vFW 29686141-4f77 2021-10-25T05:54:04.476Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.477Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:04.477Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.478Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:04.478Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.478Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:04.479Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.479Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:04.480Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:54:04.480Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:54:04.481Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-10-25 05-51-01 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-10-25T05:54:04.737Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 29686141-4f77 c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8 1 ASDC deployResourceStructure 2021-10-25T05:54:04.738Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json ASDC sendASDCNotification 2021-10-25T05:54:04.738Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json 2021-10-25T05:54:04.738Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T05:54:04.738Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:54:04.740Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:54:04.740Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141244738, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "DEPLOY_OK" } 2021-10-25T05:54:04.841Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-25T05:54:04.842Z||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-10-25T05:54:04.842Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:54:04.861Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:54:04.861Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:54:05.741Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-25T05:54:05.742Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml 2021-10-25T05:54:05.742Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T05:54:05.742Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:54:05.744Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:54:05.744Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141245741, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-25T05:54:05.844Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:54:05.845Z||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-10-25T05:54:05.846Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:54:05.859Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:54:05.860Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:54:06.745Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-25T05:54:06.746Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env 2021-10-25T05:54:06.746Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T05:54:06.746Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:54:06.748Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:54:06.748Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141246745, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-25T05:54:06.848Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:54:06.849Z||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-10-25T05:54:06.849Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:54:06.865Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:54:06.866Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:54:07.749Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar ASDC sendASDCNotification 2021-10-25T05:54:07.749Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar 2021-10-25T05:54:07.750Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T05:54:07.750Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:54:07.752Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:54:07.752Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141247749, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:54:07.852Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:54:07.853Z||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-10-25T05:54:07.854Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:54:07.869Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:54:07.870Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-10-25T05:54:08.753Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T05:54:08.767Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:54:08.771Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T05:54:08.772Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T05:54:08.772Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-25T05:54:08.772Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-25T05:54:08.772Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:54:08.772Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:54:08.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:54:08.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:54:08.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:54:08.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:54:08.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T05:54:08.777Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-25T05:54:38.778Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:54:38.787Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 and serviceModelVersionId: 400bb8a2-e4f8-4aee-bf3e-564f736cebe1 2021-10-25T05:54:38.788Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca272121-39d1-4237-b846-168bb88c8e9e 2021-10-25T05:54:47.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:54:47.866Z||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-10-25T05:54:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:54:47.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:54:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T05:54:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:54:47.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T05:54:53.319Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0 2021-10-25T05:54:53.420Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-10-25T05:54:53.913Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|INFO|500||Invoke 2021-10-25T05:54:53.920Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c39b361-8323-44e6-a224-ec21bb5e3cc6], X-ECOMP-RequestID=[6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9], X-TransactionId=[], X-ONAP-RequestID=[6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9], Content-Type=[application/merge-patch+json]} 2021-10-25T05:54:54.026Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-25T05:54:54.554Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211025-05:54:54:034-78208], vertex-id=[221272], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:54:54 GMT], Content-Type=[application/json]} 2021-10-25T05:54:54.556Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-25T05:54:54.556Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|INFO|500||InvokeReturn 2021-10-25T05:54:54.560Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-25T05:54:54.560Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T05:54:54.564Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-25T05:54:54.565Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-25T05:54:54.565Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-25T05:54:54.566Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:54:54.568Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:54:54.568Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141294565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T05:54:54.668Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:54:54.669Z||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-10-25T05:54:54.669Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:54:54.683Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:54:54.683Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-25T05:54:55.579Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:54:55.580Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:54:55.580Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:55:05.133Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:55:47.863Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:55:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:55:47.868Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:55:47.869Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:55:47.868Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:55:47.869Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:55:47.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:55:47.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "NOTIFIED" } 2021-10-25T05:55:47.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-25T05:55:47.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-25T05:55:47.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-25T05:55:47.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:55:47.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-25T05:55:47.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-25T05:55:47.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-25T05:55:47.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:55:47.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-25T05:55:47.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141227862, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:55:47.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-25T05:55:47.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141235971, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:55:47.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:55:47.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141241148, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T05:55:47.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:55:47.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141242269, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T05:55:47.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:55:47.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141243350, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-25T05:55:47.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:55:47.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141244738, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json", "status": "DEPLOY_OK" } 2021-10-25T05:55:47.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:55:47.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141245741, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-25T05:55:47.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:55:47.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141246745, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-25T05:55:47.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:55:47.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:55:47.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141247749, "artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:55:47.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:55:57.422Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:56:47.863Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:56:47.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:56:47.868Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:56:47.868Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:56:47.868Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:56:47.868Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:56:48.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:56:48.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-25T05:56:48.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141294565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T05:56:48.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:56:57.425Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:47.864Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:57:47.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:57:47.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:57:47.868Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:57:47.868Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:47.868Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:48.512Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:48.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "clamp", "timestamp": 1635141416867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "cds", "timestamp": 1635141417354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141420982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "aai-ml", "timestamp": 1635141415288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "ves-openapi-manager", "timestamp": 1635141420210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "clamp", "timestamp": 1635141416867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "NOTIFIED" } 2021-10-25T05:57:48.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "aai-ml", "timestamp": 1635141415288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141420982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "NOTIFIED" } 2021-10-25T05:57:48.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.520Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "cds", "timestamp": 1635141417354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "ves-openapi-manager", "timestamp": 1635141420210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.521Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.521Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"df2bab62-1d26-4eaf-828a-64ab14815610","serviceName":"basic_onboard_mpWcaT","serviceVersion":"1.0","serviceUUID":"25794876-0c4e-44da-b443-54d252dcf15f","serviceDescription":"service","serviceInvariantUUID":"632a1a7e-948b-4d1b-b565-827335d2d5b9","resources":[{"resourceInstanceName":"basic_onboard_mpWcaT 0","resourceName":"basic_onboard_mpWcaT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d","resourceInvariantUUID":"b9b02148-108a-4856-a1bc-90cbf66244a6","resourceCustomizationUUID":"07c0eb88-f39e-44f6-bf6f-a990106fc3b0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml","artifactChecksum":"YjM2NWMyYzQzNzExYzQyZmRiOWNhZDdlZmNkYTIxNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a46081a3-0f04-45ca-ac31-ed35a5bd1578","artifactVersion":"1"},{"artifactName":"basic_onboard_mpwcat0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json","artifactChecksum":"ZGI5N2RmMDY5OTVkMThjM2RiMzllNDJkYjU4YjBiNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1caa3fb-55ea-4cce-b702-cd0fc1f734ad","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84a95133-ec0e-42e4-a1fb-3927a50d60a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a50b72b-30c5-4cbf-b014-3f814e73de4b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53","artifactVersion":"2","generatedFromUUID":"84a95133-ec0e-42e4-a1fb-3927a50d60a4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMpwcat-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml","artifactChecksum":"YmFlMGEwYmU4NmMxZjUxNjIwN2RhZTM2Y2U4NTk5M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec585f69-08d7-4c07-bc44-34fd0bbfbcc9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMpwcat-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar","artifactChecksum":"ODE3ZGUxOWI4MzVhYjhjOTk5NTczNmY0YzMyY2JiOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec778e34-b27b-44ec-a501-812f7c1ca97f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-25T05:57:48.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "clamp", "timestamp": 1635141416867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141420982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-25T05:57:48.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "cds", "timestamp": 1635141417354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "aai-ml", "timestamp": 1635141415288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "ves-openapi-manager", "timestamp": 1635141420210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "clamp", "timestamp": 1635141416867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141420982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "cds", "timestamp": 1635141417354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "aai-ml", "timestamp": 1635141415288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "ves-openapi-manager", "timestamp": 1635141420210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "clamp", "timestamp": 1635141416867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141420982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-25T05:57:48.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "cds", "timestamp": 1635141417354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "aai-ml", "timestamp": 1635141415288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "ves-openapi-manager", "timestamp": 1635141420210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "policy-id", "timestamp": 1635141425878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "clamp", "timestamp": 1635141416867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "cds", "timestamp": 1635141417354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "aai-ml", "timestamp": 1635141415288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141420982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.539Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:57:48.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "ves-openapi-manager", "timestamp": 1635141420210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.540Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:57:48.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "dcae-sch", "timestamp": 1635141426458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "policy-id", "timestamp": 1635141425878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "clamp", "timestamp": 1635141416867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:57:48.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "cds", "timestamp": 1635141417354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:57:48.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "aai-ml", "timestamp": 1635141415288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:57:48.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141420982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:57:48.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "ves-openapi-manager", "timestamp": 1635141420210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "dcae-sch", "timestamp": 1635141426458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "policy-id", "timestamp": 1635141425878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-25T05:57:48.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141428368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "dcae-sch", "timestamp": 1635141426458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "cds", "timestamp": 1635141429371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:48.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141429440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:48.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.547Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:57:48.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "aai-ml", "timestamp": 1635141429451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:48.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.547Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "policy-id", "timestamp": 1635141425878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141428368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "dcae-sch", "timestamp": 1635141426458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "cds", "timestamp": 1635141430380, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-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-10-25T05:57:48.574Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610 2021-10-25T05:57:48.574Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "policy-id", "timestamp": 1635141425878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141430645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:48.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141428368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "dcae-sch", "timestamp": 1635141426458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "policy-id", "timestamp": 1635141425878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141431704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:48.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141428368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "dcae-sch", "timestamp": 1635141426458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "policy-id", "timestamp": 1635141425878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:57:48.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141432728, "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-10-25T05:57:48.594Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610 2021-10-25T05:57:48.594Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141428368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "dcae-sch", "timestamp": 1635141426458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "clamp", "timestamp": 1635141433240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:48.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "policy-id", "timestamp": 1635141433675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:48.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "multicloud-k8s-id", "timestamp": 1635141433731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "DEPLOY_OK" } 2021-10-25T05:57:48.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141428368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:48.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "clamp", "timestamp": 1635141434258, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:57:48.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "policy-id", "timestamp": 1635141434680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:57:48.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141428368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:57:48.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-25T05:57:48.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "clamp", "timestamp": 1635141435261, "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-10-25T05:57:48.615Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610 2021-10-25T05:57:48.615Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "policy-id", "timestamp": 1635141435683, "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-10-25T05:57:48.630Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610 2021-10-25T05:57:48.630Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141436454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:48.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141439058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:57:48.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "aai-ml", "timestamp": 1635141439145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:57:48.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635141440063, "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-10-25T05:57:48.643Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610 2021-10-25T05:57:48.643Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.647Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T05:57:48.648Z||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-10-25T05:57:48.648Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:48.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T05:57:48.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "aai-ml", "timestamp": 1635141440149, "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-10-25T05:57:48.656Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610 2021-10-25T05:57:48.656Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.665Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:48.666Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:57:49.549Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:57:49.550Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:57:49.552Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:57:49.552Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "NOTIFIED" } 2021-10-25T05:57:49.652Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:57:49.653Z||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-10-25T05:57:49.653Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:49.668Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:49.669Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:57:50.553Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:57:50.553Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:57:50.555Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:57:50.555Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-25T05:57:50.655Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:57:50.657Z||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-10-25T05:57:50.657Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:50.669Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:50.670Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:57:51.555Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:57:51.557Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:57:51.559Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:57:51.559Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:51.659Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:57:51.661Z||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-10-25T05:57:51.661Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:51.673Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:51.674Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:57:52.560Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:57:52.560Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:57:52.562Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:57:52.562Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-25T05:57:52.663Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T05:57:52.663Z||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-10-25T05:57:52.664Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:52.675Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:52.675Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:57:53.563Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:57:53.564Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:57:53.566Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:57:53.566Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:57:53.666Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:57:53.667Z||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-10-25T05:57:53.667Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:53.683Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:53.684Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:57:54.566Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T05:57:54.567Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:57:54.575Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:57:54.575Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:57:54.675Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:57:54.676Z||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-10-25T05:57:54.676Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:54.692Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:54.692Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:57:55.576Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "serviceName": "basic_onboard_mpWcaT", "serviceVersion": "1.0", "serviceUUID": "25794876-0c4e-44da-b443-54d252dcf15f", "serviceDescription": "service", "serviceInvariantUUID": "632a1a7e-948b-4d1b-b565-827335d2d5b9", "resources": [ { "resourceInstanceName": "basic_onboard_mpWcaT 0", "resourceCustomizationUUID": "07c0eb88-f39e-44f6-bf6f-a990106fc3b0", "resourceName": "basic_onboard_mpWcaT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d", "resourceInvariantUUID": "b9b02148-108a-4856-a1bc-90cbf66244a6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_mpwcat0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "artifactChecksum": "ZGI5N2RmMDY5OTVkMThjM2RiMzllNDJkYjU4YjBiNTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1caa3fb-55ea-4cce-b702-cd0fc1f734ad", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "84a95133-ec0e-42e4-a1fb-3927a50d60a4", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53", "generatedFromUUID": "84a95133-ec0e-42e4-a1fb-3927a50d60a4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardMpwcat-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "artifactChecksum": "ODE3ZGUxOWI4MzVhYjhjOTk5NTczNmY0YzMyY2JiOWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec778e34-b27b-44ec-a501-812f7c1ca97f" } ], "workloadContext": "Production" } 2021-10-25T05:57:55.577Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-25T05:57:55.577Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 25794876-0c4e-44da-b443-54d252dcf15f ASDC 2021-10-25T05:57:55.578Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:df2bab62-1d26-4eaf-828a-64ab14815610 ServiceName:basic_onboard_mpWcaT ServiceVersion:1.0 ServiceUUID:25794876-0c4e-44da-b443-54d252dcf15f ServiceInvariantUUID:632a1a7e-948b-4d1b-b565-827335d2d5b9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardMpwcat-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar ArtifactUUID:ec778e34-b27b-44ec-a501-812f7c1ca97f ArtifactChecksum:ODE3ZGUxOWI4MzVhYjhjOTk5NTczNmY0YzMyY2JiOWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_mpWcaT 0 ResourceCustomizationUUID:07c0eb88-f39e-44f6-bf6f-a990106fc3b0 ResourceInvariantUUID:b9b02148-108a-4856-a1bc-90cbf66244a6 ResourceName:basic_onboard_mpWcaT ResourceType:VF ResourceUUID:bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_mpwcat0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json ArtifactUUID:a1caa3fb-55ea-4cce-b702-cd0fc1f734ad ArtifactChecksum:ZGI5N2RmMDY5OTVkMThjM2RiMzllNDJkYjU4YjBiNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml ArtifactUUID:84a95133-ec0e-42e4-a1fb-3927a50d60a4 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env ArtifactUUID:a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env ArtifactUUID:a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-25T05:57:55.578Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25794876-0c4e-44da-b443-54d252dcf15f 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-10-25T05:57:55.614Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T05:57:55.616Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-25T05:57:55.617Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-25T05:57:55.617Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ec778e34-b27b-44ec-a501-812f7c1ca97f from URL: /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:55.617Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-25T05:57:55.618Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:55.760Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-25T05:57:55.764Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar ec778e34-b27b-44ec-a501-812f7c1ca97f 71371 2021-10-25T05:57:55.764Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar ASDC sendASDCNotification 2021-10-25T05:57:55.764Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:55.765Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T05:57:55.765Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:57:55.767Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:57:55.767Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141475764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:55.867Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:57:55.868Z||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-10-25T05:57:55.869Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:55.882Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:55.883Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:57:56.768Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T05:57:56.769Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-10-25T05:57:56.769Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ec778e34-b27b-44ec-a501-812f7c1ca97f, URL: /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar to file: /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:56.769Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:56.770Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:56.770Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:56.973Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP701919839657195012/Definitions/service-BasicOnboardMpwcat-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mpWcaT 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-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria 2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria 2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is not matching search criteria 2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria 2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria 2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria 2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is not matching search criteria 2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b0ea85b-1a66-4919-b0e7-4369b2723b85 2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:57:58.346Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:57:58.346Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:57:58.346Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_mpWcaT Description:service Model UUID:25794876-0c4e-44da-b443-54d252dcf15f Model Version:NULL Model InvariantUuid:632a1a7e-948b-4d1b-b565-827335d2d5b9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_mpWcaT Model UUID:ac06abff-b57b-4394-8e5c-92ba5e4d8ed0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b9b02148-108a-4856-a1bc-90cbf66244a6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:07c0eb88-f39e-44f6-bf6f-a990106fc3b0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dffd8ca0-3ab1-4344-9f6b-18568d4984cf ModelName:BasicOnboardMpwcat..base_ubuntu18..module-0 ModelUuid:3310068c-edd8-4299-80ec-8b64f60df654 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0b0ea85b-1a66-4919-b0e7-4369b2723b85 ModelInvariantUuid:7495d097-e617-450f-b9ca-a77ec9e5f84c ModelName:basic_onboard_mpWcaT-nodes.ubuntu18Cvfc ModelUuid:7ea37fd2-543e-4017-9d07-5fdb9b5a5b93 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:dc13e53c-3123-4974-9269-f44e73387cbe ModelInvariantUuid:d6010434-718e-4c97-a7da-6160398c9145 ModelName:BasicOnboardMpwcat.compute.nodes.heat.ubuntu18 ModelUuid:7b087f0b-c5dd-4dbd-8d27-e28b81ec6f86 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-25T05:57:58.354Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T05:57:58.358Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||basic_onboard_mpWcaT 0 2021-10-25T05:57:58.358Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d 2021-10-25T05:57:58.358Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a1caa3fb-55ea-4cce-b702-cd0fc1f734ad from URL: /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json 2021-10-25T05:57:58.359Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-25T05:57:58.359Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json 2021-10-25T05:57:58.636Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-25T05:57:58.637Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json a1caa3fb-55ea-4cce-b702-cd0fc1f734ad 798 2021-10-25T05:57:58.638Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json ASDC sendASDCNotification 2021-10-25T05:57:58.638Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json 2021-10-25T05:57:58.638Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T05:57:58.638Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:57:58.641Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:57:58.641Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141478638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:58.741Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:57:58.742Z||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-10-25T05:57:58.742Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:58.753Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:58.753Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:57:59.641Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMpwcat..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dffd8ca0-3ab1-4344-9f6b-18568d4984cf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3310068c-edd8-4299-80ec-8b64f60df654", "vfModuleModelCustomizationUUID": "f86abed4-9303-41ab-b259-af90562158b5", "isBase": true, "artifacts": [ "84a95133-ec0e-42e4-a1fb-3927a50d60a4", "a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-25T05:57:59.647Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMpwcat..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3310068c-edd8-4299-80ec-8b64f60df654 VfModuleModelInvariantUUID:dffd8ca0-3ab1-4344-9f6b-18568d4984cf VfModuleModelDescription:NULL Artifacts UUID List:{ 84a95133-ec0e-42e4-a1fb-3927a50d60a4 , a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-25T05:57:59.650Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMpwcat..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dffd8ca0-3ab1-4344-9f6b-18568d4984cf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3310068c-edd8-4299-80ec-8b64f60df654", "vfModuleModelCustomizationUUID": "f86abed4-9303-41ab-b259-af90562158b5", "isBase": true, "artifacts": [ "84a95133-ec0e-42e4-a1fb-3927a50d60a4", "a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-25T05:57:59.650Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMpwcat..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3310068c-edd8-4299-80ec-8b64f60df654 VfModuleModelInvariantUUID:dffd8ca0-3ab1-4344-9f6b-18568d4984cf VfModuleModelDescription:NULL Artifacts UUID List:{ 84a95133-ec0e-42e4-a1fb-3927a50d60a4 , a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-25T05:57:59.650Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84a95133-ec0e-42e4-a1fb-3927a50d60a4 from URL: /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml 2021-10-25T05:57:59.650Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-25T05:57:59.651Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml 2021-10-25T05:57:59.837Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-25T05:57:59.837Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml 84a95133-ec0e-42e4-a1fb-3927a50d60a4 5033 2021-10-25T05:57:59.838Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-25T05:57:59.838Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml 2021-10-25T05:57:59.838Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T05:57:59.839Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:57:59.840Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:57:59.841Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141479838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T05:57:59.941Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T05:57:59.941Z||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-10-25T05:57:59.942Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:57:59.953Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:57:59.953Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:58:00.841Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53 from URL: /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env 2021-10-25T05:58:00.842Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-10-25T05:58:00.843Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env 2021-10-25T05:58:01.042Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-10-25T05:58:01.043Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53 909 2021-10-25T05:58:01.044Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-25T05:58:01.045Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env 2021-10-25T05:58:01.045Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T05:58:01.045Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:58:01.047Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:58:01.047Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141481043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-25T05:58:01.147Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:58:01.148Z||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-10-25T05:58:01.148Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:58:01.166Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:58:01.166Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-10-25T05:58:02.047Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 25794876-0c4e-44da-b443-54d252dcf15f 2021-10-25T05:58:02.048Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mpWcaT 0 bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T05:58:02.059Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a64a749, org.onap.sdc.toscaparser.api.parameters.Input@38397b33, org.onap.sdc.toscaparser.api.parameters.Input@243e778b, org.onap.sdc.toscaparser.api.parameters.Input@fac6a4c, org.onap.sdc.toscaparser.api.parameters.Input@601dda1f] 2021-10-25T05:58:02.060Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.060Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:58:02.061Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-10-25T05:58:02.061Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 07c0eb88-f39e-44f6-bf6f-a990106fc3b0 2021-10-25T05:58:02.061Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07c0eb88-f39e-44f6-bf6f-a990106fc3b0 matches Tosca VF Customization UUID: 07c0eb88-f39e-44f6-bf6f-a990106fc3b0 2021-10-25T05:58:02.061Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 07c0eb88-f39e-44f6-bf6f-a990106fc3b0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-25T05:58:02.063Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.063Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 07c0eb88-f39e-44f6-bf6f-a990106fc3b0: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28c996d4 2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f86abed4-9303-41ab-b259-af90562158b5 2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f86abed4-9303-41ab-b259-af90562158b5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-25T05:58:02.066Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.066Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria 2021-10-25T05:58:02.067Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:58:02.067Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.067Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria 2021-10-25T05:58:02.067Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:58:02.067Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.068Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is not matching search criteria 2021-10-25T05:58:02.068Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-25T05:58:02.068Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-25T05:58:02.069Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b0ea85b-1a66-4919-b0e7-4369b2723b85 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-25T05:58:02.070Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.070Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria 2021-10-25T05:58:02.071Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T05:58:02.071Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.071Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria 2021-10-25T05:58:02.071Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=07c0eb88-f39e-44f6-bf6f-a990106fc3b0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T05:58:02.072Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 25794876-0c4e-44da-b443-54d252dcf15f: basic_onboard_mpWcaT 2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T05:58:02.075Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_mpWcaT Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-10-25T05:58:02.157Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mpWcaT bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d 1 ASDC deployResourceStructure 2021-10-25T05:58:02.158Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json ASDC sendASDCNotification 2021-10-25T05:58:02.158Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json 2021-10-25T05:58:02.158Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T05:58:02.158Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:58:02.161Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:58:02.161Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141482158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "DEPLOY_OK" } 2021-10-25T05:58:02.262Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-25T05:58:02.262Z||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-10-25T05:58:02.263Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:58:02.276Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:58:02.277Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-25T05:58:03.162Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-25T05:58:03.162Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml 2021-10-25T05:58:03.162Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T05:58:03.162Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:58:03.164Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:58:03.164Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141483162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-25T05:58:03.264Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:58:03.265Z||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-10-25T05:58:03.265Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:58:03.281Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:58:03.281Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-25T05:58:04.165Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-25T05:58:04.165Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env 2021-10-25T05:58:04.165Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T05:58:04.166Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:58:04.167Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:58:04.167Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141484164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-25T05:58:04.267Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T05:58:04.268Z||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-10-25T05:58:04.268Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:58:04.283Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:58:04.283Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-25T05:58:05.169Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar ASDC sendASDCNotification 2021-10-25T05:58:05.169Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar 2021-10-25T05:58:05.169Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T05:58:05.169Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:58:05.171Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:58:05.171Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141485168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:58:05.271Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:58:05.272Z||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-10-25T05:58:05.272Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:58:05.289Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:58:05.290Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-10-25T05:58:06.171Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df2bab62-1d26-4eaf-828a-64ab14815610 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T05:58:06.182Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T05:58:06.191Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-25T05:58:36.192Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:58:36.197Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df2bab62-1d26-4eaf-828a-64ab14815610 and serviceModelVersionId: 25794876-0c4e-44da-b443-54d252dcf15f 2021-10-25T05:58:36.197Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 632a1a7e-948b-4d1b-b565-827335d2d5b9 2021-10-25T05:58:36.199Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?depth=0 2021-10-25T05:58:36.203Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-10-25T05:58:36.256Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?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-10-25T05:58:36.257Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?depth=0|INFO|500||Invoke 2021-10-25T05:58:36.286Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-25T05:58:36.739Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?depth=0|INFO|500||InvokeReturn 2021-10-25T05:58:36.740Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211025-05:58:36:293-89237], vertex-id=[200864], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:58:36 GMT], Content-Type=[application/json]} 2021-10-25T05:58:36.741Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-10-25T05:58:36.741Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-25T05:58:36.741Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T05:58:36.745Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-25T05:58:36.745Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df2bab62-1d26-4eaf-828a-64ab14815610 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-25T05:58:36.746Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-25T05:58:36.746Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-10-25T05:58:36.748Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T05:58:36.748Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141516746, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T05:58:36.848Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T05:58:36.849Z||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-10-25T05:58:36.850Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T05:58:36.872Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:58:36.873Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-25T05:58:47.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:58:47.863Z||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-10-25T05:58:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:58:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:58:47.866Z||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-10-25T05:58:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:58:47.997Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:58:47.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:58:47.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:58:47.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T05:58:57.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:59:47.863Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:59:47.865Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T05:59:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T05:59:47.865Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:59:47.866Z||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-10-25T05:59:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T05:59:48.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T05:59:48.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "NOTIFIED" } 2021-10-25T05:59:48.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-25T05:59:48.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T05:59:48.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-25T05:59:48.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141467863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "NOTIFIED" } 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141475764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141478638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T05:59:48.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:59:48.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141479838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T05:59:48.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141481043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-25T05:59:48.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141482158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json", "status": "DEPLOY_OK" } 2021-10-25T05:59:48.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141483162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-25T05:59:48.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141484164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-25T05:59:48.413Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141485168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T05:59:48.413Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635141516746, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T05:59:48.413Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T05:59:57.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:00:47.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:00:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:00:47.867Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:00:47.867Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:00:47.867Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:00:47.868Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:00:57.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:00:57.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:01:47.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:01:47.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:01:47.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:01:47.867Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:01:47.867Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:01:47.868Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:01:57.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:01:57.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:02:47.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:02:47.864Z||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-10-25T06:02:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:02:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:02:47.866Z||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-10-25T06:02:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:02:57.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:02:57.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:03:47.863Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:03:47.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:03:47.868Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:03:47.868Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:03:47.869Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:03:47.869Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:03:57.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:03:57.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:04:47.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:04:47.863Z||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-10-25T06:04:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:04:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:04:47.868Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:04:47.868Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:04:57.429Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:04:57.429Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:05:47.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:05:47.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:05:47.867Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:05:47.867Z||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-10-25T06:05:47.867Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:05:47.867Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:05:57.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:05:57.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:06:47.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:06:47.864Z||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-10-25T06:06:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:06:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:06:47.866Z||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-10-25T06:06:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:06:57.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:06:57.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:07:47.863Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:07:47.867Z||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-10-25T06:07:47.868Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:07:47.868Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:07:47.868Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:07:47.868Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:07:57.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:07:57.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:08:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:08:47.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:08:47.869Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:08:47.869Z|df2bab62-1d26-4eaf-828a-64ab14815610|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-10-25T06:08:47.869Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:08:47.869Z|df2bab62-1d26-4eaf-828a-64ab14815610|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:08:57.435Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:08:57.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:09:47.863Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:09:47.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:09:47.866Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:09:47.866Z||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-10-25T06:09:47.867Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:09:47.867Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:09:57.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:09:57.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:10:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:10:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:10:47.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:10:47.867Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:10:47.867Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:10:47.867Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:10:57.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:10:57.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:11:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:11:47.864Z||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-10-25T06:11:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:11:47.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:11:47.866Z||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-10-25T06:11:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:11:57.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:11:57.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:12:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:12:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:12:47.867Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:12:47.867Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:12:47.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:12:47.868Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:12:48.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:12:48.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f3fb92f-b76c-4988-9092-e6fede5fd8c6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"32ab2532-c4cd-40b4-86c1-25192b25f541","serviceDescription":"service","serviceInvariantUUID":"9712b489-f5b7-420b-90e8-0553f9c42f5d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"88a31e06-fa87-4621-9f5e-c2f846041424","resourceInvariantUUID":"d528e84e-c0fc-4076-af0a-eda502b7a480","resourceCustomizationUUID":"f3b25cc8-4889-4423-81f8-fc31986d0d86","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MGMzMTBkZmQ5NmMwZGUyZWJkMjg5NDc5N2I0NzE0MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9834ad6-ee40-4658-a3ea-ca25783a8358","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTIwNzhmZjQ3ZWI3YjQ4NGQzYzJkNTVhYjM1ZWVhYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"310ab5c6-9533-440f-b0ce-f17ad120b979","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-25T06:12:48.506Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:12:48.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "ves-openapi-manager", "timestamp": 1635142340210, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:12:48.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "multicloud-k8s-id", "timestamp": 1635142340980, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:12:48.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "ves-openapi-manager", "timestamp": 1635142340210, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:12:48.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "multicloud-k8s-id", "timestamp": 1635142340980, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:12:48.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "aai-ml", "timestamp": 1635142345288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:12:48.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "policy-id", "timestamp": 1635142345878, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:12:48.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "aai-ml", "timestamp": 1635142345288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:12:48.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "dcae-sch", "timestamp": 1635142346458, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:12:48.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "clamp", "timestamp": 1635142346867, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:12:48.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "policy-id", "timestamp": 1635142345878, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:12:48.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "cds", "timestamp": 1635142347354, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:12:48.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "dcae-sch", "timestamp": 1635142346458, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:12:48.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "aai-ml", "timestamp": 1635142348466, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:12:48.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "clamp", "timestamp": 1635142346867, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:12:48.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "policy-id", "timestamp": 1635142348667, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:12:48.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "cds", "timestamp": 1635142347354, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:12:48.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "policy-id", "timestamp": 1635142349674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:12:48.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "cds", "timestamp": 1635142350246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:12:48.517Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:12:48.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "policy-id", "timestamp": 1635142350677, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-10-25T06:12:48.520Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:12:48.522Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T06:12:48.532Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:12:48.533Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142367863, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-25T06:12:48.547Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 2021-10-25T06:12:48.548Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:48.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "cds", "timestamp": 1635142351255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T06:12:48.563Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 2021-10-25T06:12:48.563Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:48.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "aai-ml", "timestamp": 1635142353040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:12:48.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:12:48.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "aai-ml", "timestamp": 1635142354045, "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-10-25T06:12:48.593Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 2021-10-25T06:12:48.594Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:48.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142358366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:12:48.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142358366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:12:48.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-25T06:12:48.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142361256, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:12:48.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:12:48.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "clamp", "timestamp": 1635142361387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:12:48.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:12:48.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "clamp", "timestamp": 1635142362406, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:12:48.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:12:48.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142362997, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:12:48.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:12:48.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "clamp", "timestamp": 1635142363409, "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-10-25T06:12:48.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 2021-10-25T06:12:48.613Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:48.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-25T06:12:48.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142364001, "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-10-25T06:12:48.626Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 2021-10-25T06:12:48.626Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:48.632Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:12:48.633Z||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-10-25T06:12:48.633Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:12:48.660Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:12:48.661Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:12:49.533Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:12:49.534Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:12:49.537Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:12:49.537Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142367863, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:12:49.636Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:12:49.637Z||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-10-25T06:12:49.637Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:12:49.657Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:12:49.657Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:12:50.538Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "32ab2532-c4cd-40b4-86c1-25192b25f541", "serviceDescription": "service", "serviceInvariantUUID": "9712b489-f5b7-420b-90e8-0553f9c42f5d", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "f3b25cc8-4889-4423-81f8-fc31986d0d86", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "88a31e06-fa87-4621-9f5e-c2f846041424", "resourceInvariantUUID": "d528e84e-c0fc-4076-af0a-eda502b7a480", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "NTIwNzhmZjQ3ZWI3YjQ4NGQzYzJkNTVhYjM1ZWVhYzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "310ab5c6-9533-440f-b0ce-f17ad120b979" } ], "workloadContext": "Production" } 2021-10-25T06:12:50.539Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-25T06:12:50.539Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 32ab2532-c4cd-40b4-86c1-25192b25f541 ASDC 2021-10-25T06:12:50.540Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:7f3fb92f-b76c-4988-9092-e6fede5fd8c6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:32ab2532-c4cd-40b4-86c1-25192b25f541 ServiceInvariantUUID:9712b489-f5b7-420b-90e8-0553f9c42f5d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:310ab5c6-9533-440f-b0ce-f17ad120b979 ArtifactChecksum:NTIwNzhmZjQ3ZWI3YjQ4NGQzYzJkNTVhYjM1ZWVhYzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:f3b25cc8-4889-4423-81f8-fc31986d0d86 ResourceInvariantUUID:d528e84e-c0fc-4076-af0a-eda502b7a480 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:88a31e06-fa87-4621-9f5e-c2f846041424 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-10-25T06:12:50.540Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32ab2532-c4cd-40b4-86c1-25192b25f541 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-10-25T06:12:50.568Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:12:50.569Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:12:50.569Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:12:50.570Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 310ab5c6-9533-440f-b0ce-f17ad120b979 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-25T06:12:50.570Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:12:50.570Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-25T06:12:50.747Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:12:50.750Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 310ab5c6-9533-440f-b0ce-f17ad120b979 52174 2021-10-25T06:12:50.750Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-10-25T06:12:50.750Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-25T06:12:50.751Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:12:50.751Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:12:50.753Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:12:50.753Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142370750, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:12:50.853Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:12:50.854Z||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-10-25T06:12:50.854Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:12:50.876Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:12:50.876Z||pool-37-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:12:51.753Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:12:51.754Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:12:51.755Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 310ab5c6-9533-440f-b0ce-f17ad120b979, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:51.755Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-10-25T06:12:51.756Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:51.756Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:51.894Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5287060124680844801/Definitions/service-BasicNetwork-template.yml 2021-10-25T06:12:52.402Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.406Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.406Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.406Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.406Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.407Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.407Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.407Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.407Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.407Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:32ab2532-c4cd-40b4-86c1-25192b25f541 Model Version:NULL Model InvariantUuid:9712b489-f5b7-420b-90e8-0553f9c42f5d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:d528e84e-c0fc-4076-af0a-eda502b7a480 Model UUID:2d10e61e-4a3c-4b23-b886-5f8115526722 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:f3b25cc8-4889-4423-81f8-fc31986d0d86 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-25T06:12:52.412Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 88a31e06-fa87-4621-9f5e-c2f846041424 2021-10-25T06:12:52.412Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||No resources found for Service: 32ab2532-c4cd-40b4-86c1-25192b25f541 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:12:52.418Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500|| 2021-10-25T06:12:52.418Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-10-25T06:12:52.419Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 32ab2532-c4cd-40b4-86c1-25192b25f541 2021-10-25T06:12:52.419Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 32ab2532-c4cd-40b4-86c1-25192b25f541 2021-10-25T06:12:52.419Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-10-25T06:12:52.420Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:12:52.424Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5598d31, org.onap.sdc.toscaparser.api.parameters.Input@51a18451, org.onap.sdc.toscaparser.api.parameters.Input@30ec8846, org.onap.sdc.toscaparser.api.parameters.Input@761f66f4, org.onap.sdc.toscaparser.api.parameters.Input@3fe64d03] 2021-10-25T06:12:52.425Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.425Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.426Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.426Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.426Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 32ab2532-c4cd-40b4-86c1-25192b25f541: Generic NeutronNet 2021-10-25T06:12:52.426Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.427Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.427Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.427Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-10-25T06:12:52.454Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.454Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.454Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.455Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.455Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:12:52.455Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:12:52.455Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-25T06:12:52.501Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-10-25T06:12:52.502Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-10-25T06:12:52.502Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-25T06:12:52.502Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:12:52.502Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:12:52.503Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:12:52.504Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142372501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:12:52.604Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:12:52.605Z||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-10-25T06:12:52.605Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:12:52.615Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:12:52.615Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:12:53.504Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:12:53.515Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:53.517Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T06:12:53.523Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-25T06:13:23.523Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:13:23.533Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 and serviceModelVersionId: 32ab2532-c4cd-40b4-86c1-25192b25f541 2021-10-25T06:13:23.533Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9712b489-f5b7-420b-90e8-0553f9c42f5d 2021-10-25T06:13:23.534Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?depth=0 2021-10-25T06:13:23.539Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-10-25T06:13:23.599Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?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-10-25T06:13:23.601Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?depth=0|INFO|500||Invoke 2021-10-25T06:13:23.621Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-25T06:13:23.810Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?depth=0|INFO|500||InvokeReturn 2021-10-25T06:13:23.811Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211025-06:13:23:627-64624], vertex-id=[229408], Content-Length=[0], Date=[Mon, 25 Oct 2021 06:13:23 GMT], Content-Type=[application/json]} 2021-10-25T06:13:23.811Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-10-25T06:13:23.812Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-25T06:13:23.812Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:13:23.818Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-25T06:13:23.819Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-25T06:13:23.819Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-25T06:13:23.819Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:13:23.822Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:13:23.822Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142403819, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T06:13:23.922Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:13:23.922Z||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-10-25T06:13:23.923Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:13:23.937Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:13:23.937Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-25T06:13:47.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:13:47.864Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:13:47.867Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:13:47.867Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|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-10-25T06:13:47.868Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:13:47.868Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:13:47.999Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:13:47.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:13:48.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142367863, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:13:48.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T06:13:57.421Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:47.862Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:14:47.864Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|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-10-25T06:14:47.864Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:14:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:14:47.866Z||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-10-25T06:14:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:14:47.896Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:47.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:14:47.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142367863, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:14:47.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:14:47.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:14:47.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142370750, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:14:47.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:14:47.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:14:47.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142372501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:14:47.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:14:47.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:14:47.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142403819, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T06:14:47.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:14:48.496Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:48.497Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T06:14:48.497Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"788a8821-4a32-4d7e-be34-630508ae25ea","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5","serviceDescription":"service","serviceInvariantUUID":"affa0e5b-355e-4722-9a61-0766a1d82248","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e9d8bcd-8781-4322-b07a-a40cc6164ab0","resourceInvariantUUID":"b1b78417-3dc0-40fa-9b8d-be7301242360","resourceCustomizationUUID":"d32eb309-c783-4c81-bcdf-c9e097b1824a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MWU0ZDg4Mjk1ZGJmMDY1M2FiMTczZTgzMDU0MDhhNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db729568-cd21-4770-a989-ce670392a4cf","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8be3254c-3d37-4ed3-bfd8-43759b63a013","artifactVersion":"2","generatedFromUUID":"a200e7af-7a3b-41ab-9be8-27b783eae819"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a200e7af-7a3b-41ab-9be8-27b783eae819","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MjdkNzY2OTVjY2I4ZGJjOTI1YzY4NWVkYzlmZTdhNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff4485e5-279d-43c9-a091-d7e5942e69bb","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d8130a98-e907-48ff-80b0-c43e47247350","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d3be7535-b716-4912-a5d0-173ed0adacbd","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c1db8f8e-163e-46bb-801a-246ccd4f08a5","artifactVersion":"2","generatedFromUUID":"d8130a98-e907-48ff-80b0-c43e47247350"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTBiMGQ5MWMyM2QzNTgyZjNhODE3ZTlkOWVhNmM2OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5417b9bd-20de-407b-aff9-42598ab47a61","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Mjc4Y2ZjNGUzOWM0MTIwYmIzZjk4NWRkZjZhNjNiZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"975a8f9b-afde-4a49-b5b4-0956a98108ac","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-25T06:14:48.501Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:14:48.501Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:14:48.505Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:14:48.505Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:14:48.605Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:14:48.606Z||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-10-25T06:14:48.606Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:14:48.619Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:48.620Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:14:49.505Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:14:49.506Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:14:49.508Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:14:49.508Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-25T06:14:49.608Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:14:49.609Z||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-10-25T06:14:49.609Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:14:49.620Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:49.620Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:14:50.509Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:14:50.517Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:14:50.519Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:14:50.519Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-25T06:14:50.620Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:14:50.620Z||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-10-25T06:14:50.621Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:14:50.637Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:50.637Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:14:51.520Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:14:51.521Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:14:51.522Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:14:51.522Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-25T06:14:51.622Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:14:51.623Z||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-10-25T06:14:51.623Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:14:51.634Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:51.635Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:14:52.523Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:14:52.523Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:14:52.525Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:14:52.525Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-25T06:14:52.625Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:14:52.626Z||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-10-25T06:14:52.626Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:14:52.637Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:52.637Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:14:53.532Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:14:53.533Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:14:53.535Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:14:53.535Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:14:53.635Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:14:53.636Z||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-10-25T06:14:53.636Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:14:53.646Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:53.646Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:14:54.536Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:14:54.536Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:14:54.538Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:14:54.538Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-25T06:14:54.638Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:14:54.639Z||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-10-25T06:14:54.639Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:14:54.659Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:54.659Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:14:55.539Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:14:55.540Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:14:55.542Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:14:55.543Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:14:55.643Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:14:55.643Z||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-10-25T06:14:55.643Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:14:55.659Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:55.659Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:14:56.543Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:14:56.544Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:14:56.546Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:14:56.546Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:14:56.646Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:14:56.647Z||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-10-25T06:14:56.647Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:14:56.670Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:56.671Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:14:57.548Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5", "serviceDescription": "service", "serviceInvariantUUID": "affa0e5b-355e-4722-9a61-0766a1d82248", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "d32eb309-c783-4c81-bcdf-c9e097b1824a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6e9d8bcd-8781-4322-b07a-a40cc6164ab0", "resourceInvariantUUID": "b1b78417-3dc0-40fa-9b8d-be7301242360", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8be3254c-3d37-4ed3-bfd8-43759b63a013", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a200e7af-7a3b-41ab-9be8-27b783eae819", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "MjdkNzY2OTVjY2I4ZGJjOTI1YzY4NWVkYzlmZTdhNmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff4485e5-279d-43c9-a091-d7e5942e69bb", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d8130a98-e907-48ff-80b0-c43e47247350", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c1db8f8e-163e-46bb-801a-246ccd4f08a5", "generatedFromUUID": "d8130a98-e907-48ff-80b0-c43e47247350" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c1db8f8e-163e-46bb-801a-246ccd4f08a5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "Mjc4Y2ZjNGUzOWM0MTIwYmIzZjk4NWRkZjZhNjNiZjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "975a8f9b-afde-4a49-b5b4-0956a98108ac" } ], "workloadContext": "Production" } 2021-10-25T06:14:57.548Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-25T06:14:57.548Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5 ASDC 2021-10-25T06:14:57.550Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:788a8821-4a32-4d7e-be34-630508ae25ea ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5 ServiceInvariantUUID:affa0e5b-355e-4722-9a61-0766a1d82248 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:975a8f9b-afde-4a49-b5b4-0956a98108ac ArtifactChecksum:Mjc4Y2ZjNGUzOWM0MTIwYmIzZjk4NWRkZjZhNjNiZjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:d32eb309-c783-4c81-bcdf-c9e097b1824a ResourceInvariantUUID:b1b78417-3dc0-40fa-9b8d-be7301242360 ResourceName:basic_cnf ResourceType:VF ResourceUUID:6e9d8bcd-8781-4322-b07a-a40cc6164ab0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:8be3254c-3d37-4ed3-bfd8-43759b63a013 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:a200e7af-7a3b-41ab-9be8-27b783eae819 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:ff4485e5-279d-43c9-a091-d7e5942e69bb ArtifactChecksum:MjdkNzY2OTVjY2I4ZGJjOTI1YzY4NWVkYzlmZTdhNmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:d8130a98-e907-48ff-80b0-c43e47247350 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:c1db8f8e-163e-46bb-801a-246ccd4f08a5 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:c1db8f8e-163e-46bb-801a-246ccd4f08a5 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-25T06:14:57.550Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5 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-10-25T06:14:57.587Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:14:57.588Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:14:57.589Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:14:57.589Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 975a8f9b-afde-4a49-b5b4-0956a98108ac from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-25T06:14:57.589Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:14:57.590Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-25T06:14:57.844Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:14:57.847Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 975a8f9b-afde-4a49-b5b4-0956a98108ac 68762 2021-10-25T06:14:57.847Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-10-25T06:14:57.847Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-25T06:14:57.848Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:14:57.848Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:14:57.850Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:14:57.850Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142497847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:14:57.950Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:14:57.951Z||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-10-25T06:14:57.951Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:14:57.968Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:14:57.968Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:14:58.851Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:14:58.852Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:14:58.853Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 975a8f9b-afde-4a49-b5b4-0956a98108ac, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-25T06:14:58.853Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-10-25T06:14:58.854Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-25T06:14:58.854Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-25T06:14:59.004Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8460382381855041307/Definitions/service-BasicCnf-template.yml 2021-10-25T06:15:00.241Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-25T06:15:00.243Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-25T06:15:00.243Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-25T06:15:00.243Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.243Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:00.243Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-25T06:15:00.244Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-25T06:15:00.244Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:15:00.244Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.244Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:00.244Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-25T06:15:00.246Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-10-25T06:15:00.246Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2021-10-25T06:15:00.246Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-25T06:15:00.246Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.246Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:15:00.248Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.248Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-25T06:15:00.248Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:15:00.248Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.248Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-25T06:15:00.248Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-10-25T06:15:00.249Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=08f3fcc6-4c14-4539-a9f8-56be3576d7ce 2021-10-25T06:15:00.249Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.249Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:00.249Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.249Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:00.249Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.250Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:00.250Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:00.250Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:00.250Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5 Model Version:NULL Model InvariantUuid:affa0e5b-355e-4722-9a61-0766a1d82248 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:c6ca897a-09a9-45a6-9458-e6934aff588d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b1b78417-3dc0-40fa-9b8d-be7301242360 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d32eb309-c783-4c81-bcdf-c9e097b1824a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e19974ef-8282-45e4-beb6-509c4d6164ed ModelName:BasicCnf..base_dummy..module-0 ModelUuid:6465de59-8aeb-469d-a437-0b103ef1619e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:08f3fcc6-4c14-4539-a9f8-56be3576d7ce ModelInvariantUuid:dce18d30-719b-4fa7-b580-b71e043ace66 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:55e74e0f-f6e0-4e58-9aa5-375fe6639180 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:381b20a4-e1b7-4e15-82b8-edab0ab27514 ModelInvariantUuid:047e8e3b-1462-44c6-b63b-ba645099f543 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f67aaedc-f2e0-41e0-be74-adea81b0d218 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-25T06:15:00.257Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e9d8bcd-8781-4322-b07a-a40cc6164ab0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:15:00.263Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||basic_cnf 0 2021-10-25T06:15:00.263Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e9d8bcd-8781-4322-b07a-a40cc6164ab0 2021-10-25T06:15:00.263Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8be3254c-3d37-4ed3-bfd8-43759b63a013 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-25T06:15:00.263Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:15:00.264Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-25T06:15:00.450Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:15:00.450Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8be3254c-3d37-4ed3-bfd8-43759b63a013 12 2021-10-25T06:15:00.451Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-10-25T06:15:00.451Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-25T06:15:00.451Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:15:00.451Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:00.459Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:00.459Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142500451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:00.553Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-10-25T06:15:00.554Z||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-10-25T06:15:00.554Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:00.571Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:00.571Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:15:01.460Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a200e7af-7a3b-41ab-9be8-27b783eae819 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-25T06:15:01.461Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:15:01.461Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-25T06:15:01.633Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:15:01.634Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a200e7af-7a3b-41ab-9be8-27b783eae819 2688 2021-10-25T06:15:01.634Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-10-25T06:15:01.634Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-25T06:15:01.635Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:15:01.635Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:01.637Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:01.637Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142501634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:01.737Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:15:01.738Z||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-10-25T06:15:01.738Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:01.748Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:01.748Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:15:02.638Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ff4485e5-279d-43c9-a091-d7e5942e69bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-25T06:15:02.638Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:15:02.638Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-25T06:15:02.740Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:15:02.740Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ff4485e5-279d-43c9-a091-d7e5942e69bb 828 2021-10-25T06:15:02.740Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-10-25T06:15:02.741Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-25T06:15:02.741Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:15:02.741Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:02.742Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:02.743Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142502740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:02.843Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:15:02.844Z||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-10-25T06:15:02.844Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:02.853Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:02.854Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:15:03.744Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e19974ef-8282-45e4-beb6-509c4d6164ed", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6465de59-8aeb-469d-a437-0b103ef1619e", "vfModuleModelCustomizationUUID": "51e12335-4b66-4085-b1a0-65051a3d81bf", "isBase": true, "artifacts": [ "d8130a98-e907-48ff-80b0-c43e47247350", "a200e7af-7a3b-41ab-9be8-27b783eae819", "c1db8f8e-163e-46bb-801a-246ccd4f08a5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-25T06:15:03.747Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6465de59-8aeb-469d-a437-0b103ef1619e VfModuleModelInvariantUUID:e19974ef-8282-45e4-beb6-509c4d6164ed VfModuleModelDescription:NULL Artifacts UUID List:{ d8130a98-e907-48ff-80b0-c43e47247350 , a200e7af-7a3b-41ab-9be8-27b783eae819 , c1db8f8e-163e-46bb-801a-246ccd4f08a5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-25T06:15:03.749Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e19974ef-8282-45e4-beb6-509c4d6164ed", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6465de59-8aeb-469d-a437-0b103ef1619e", "vfModuleModelCustomizationUUID": "51e12335-4b66-4085-b1a0-65051a3d81bf", "isBase": true, "artifacts": [ "d8130a98-e907-48ff-80b0-c43e47247350", "a200e7af-7a3b-41ab-9be8-27b783eae819", "c1db8f8e-163e-46bb-801a-246ccd4f08a5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-25T06:15:03.749Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6465de59-8aeb-469d-a437-0b103ef1619e VfModuleModelInvariantUUID:e19974ef-8282-45e4-beb6-509c4d6164ed VfModuleModelDescription:NULL Artifacts UUID List:{ d8130a98-e907-48ff-80b0-c43e47247350 , a200e7af-7a3b-41ab-9be8-27b783eae819 , c1db8f8e-163e-46bb-801a-246ccd4f08a5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-25T06:15:03.749Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d8130a98-e907-48ff-80b0-c43e47247350 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-25T06:15:03.749Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:15:03.750Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-25T06:15:03.862Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:15:03.863Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d8130a98-e907-48ff-80b0-c43e47247350 1164 2021-10-25T06:15:03.863Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-10-25T06:15:03.863Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-25T06:15:03.863Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:15:03.863Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:03.865Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:03.865Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142503863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:03.965Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:15:03.966Z||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-10-25T06:15:03.966Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:03.978Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:03.978Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:15:04.866Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c1db8f8e-163e-46bb-801a-246ccd4f08a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-25T06:15:04.866Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:15:04.866Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-25T06:15:04.920Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:15:04.921Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c1db8f8e-163e-46bb-801a-246ccd4f08a5 200 2021-10-25T06:15:04.921Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-10-25T06:15:04.921Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-25T06:15:04.921Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:15:04.922Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:04.923Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:04.924Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142504921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:05.023Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:15:05.024Z||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-10-25T06:15:05.024Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:05.038Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:05.039Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:15:05.924Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5 2021-10-25T06:15:05.925Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6e9d8bcd-8781-4322-b07a-a40cc6164ab0 ASDC 2021-10-25T06:15:05.940Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:15:05.954Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a3eb7c9, org.onap.sdc.toscaparser.api.parameters.Input@1b21c0cf, org.onap.sdc.toscaparser.api.parameters.Input@75125ce8, org.onap.sdc.toscaparser.api.parameters.Input@76931150, org.onap.sdc.toscaparser.api.parameters.Input@49ac60b4] 2021-10-25T06:15:05.956Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.957Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:05.957Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-10-25T06:15:05.957Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d32eb309-c783-4c81-bcdf-c9e097b1824a 2021-10-25T06:15:05.957Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d32eb309-c783-4c81-bcdf-c9e097b1824a matches Tosca VF Customization UUID: d32eb309-c783-4c81-bcdf-c9e097b1824a 2021-10-25T06:15:05.958Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d32eb309-c783-4c81-bcdf-c9e097b1824a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-25T06:15:05.962Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.962Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:05.962Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d32eb309-c783-4c81-bcdf-c9e097b1824a: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-10-25T06:15:05.963Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@557b9b21 2021-10-25T06:15:05.963Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.963Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-25T06:15:05.963Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51e12335-4b66-4085-b1a0-65051a3d81bf 2021-10-25T06:15:05.964Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51e12335-4b66-4085-b1a0-65051a3d81bf Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-25T06:15:05.966Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.967Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-25T06:15:05.967Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:15:05.967Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.967Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-25T06:15:05.967Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:15:05.967Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.968Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-25T06:15:05.968Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-10-25T06:15:05.968Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=08f3fcc6-4c14-4539-a9f8-56be3576d7ce Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-25T06:15:05.970Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.970Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-25T06:15:05.970Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:15:05.971Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.971Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-25T06:15:05.971Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d32eb309-c783-4c81-bcdf-c9e097b1824a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:15:05.972Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.972Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:05.973Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5: basic_cnf 2021-10-25T06:15:05.973Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.973Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:05.973Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.973Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:05.973Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.973Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:05.974Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.974Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:05.974Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:15:05.974Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:15:05.974Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-10-25T06:15:06.057Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6e9d8bcd-8781-4322-b07a-a40cc6164ab0 1 ASDC deployResourceStructure 2021-10-25T06:15:06.058Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-10-25T06:15:06.058Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-10-25T06:15:06.059Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-25T06:15:06.059Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:06.061Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:06.061Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142506058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-25T06:15:06.162Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-25T06:15:06.163Z||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-10-25T06:15:06.163Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:06.178Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:06.179Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:15:07.062Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-10-25T06:15:07.062Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-10-25T06:15:07.062Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-25T06:15:07.062Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:07.064Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:07.064Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142507062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-25T06:15:07.164Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:15:07.165Z||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-10-25T06:15:07.165Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:07.187Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:07.188Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:15:08.065Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-10-25T06:15:08.065Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-25T06:15:08.065Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:15:08.065Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:08.067Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:08.067Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142508065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-25T06:15:08.167Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:15:08.168Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:15:08.168Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:08.180Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:08.181Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:15:09.068Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-10-25T06:15:09.068Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-25T06:15:09.069Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:15:09.069Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:09.077Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:09.077Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142509068, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-10-25T06:15:09.171Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-10-25T06:15:09.172Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:15:09.172Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:09.184Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:09.184Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:15:10.078Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-10-25T06:15:10.079Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-25T06:15:10.079Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:15:10.080Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:10.082Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:10.082Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142510078, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-10-25T06:15:10.182Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:15:10.183Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:15:10.183Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:10.208Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:10.209Z||pool-59-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:15:11.083Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-10-25T06:15:11.083Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-25T06:15:11.083Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:15:11.084Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:15:11.086Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:15:11.086Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142511083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:15:11.186Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:15:11.188Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:15:11.188Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:15:11.207Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:11.208Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:15:12.087Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:15:12.097Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:15:12.099Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:15:12.099Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:15:12.100Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:15:42.101Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:15:42.118Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:15:42.124Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:15:42.124Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:15:42.124Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:15:47.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:15:47.869Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:15:47.869Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:15:47.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:15:47.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "ves-openapi-manager", "timestamp": 1635142460211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142460981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "ves-openapi-manager", "timestamp": 1635142460211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142460981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-25T06:15:47.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142465289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "ves-openapi-manager", "timestamp": 1635142460211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142460981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-25T06:15:47.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142465878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142465289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "dcae-sch", "timestamp": 1635142466458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142466867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "ves-openapi-manager", "timestamp": 1635142460211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142465878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142460981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-25T06:15:47.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142465289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142467356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "dcae-sch", "timestamp": 1635142466458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142466867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "ves-openapi-manager", "timestamp": 1635142460211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142465878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142460981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-25T06:15:47.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142465289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142467356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "dcae-sch", "timestamp": 1635142466458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142466867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "ves-openapi-manager", "timestamp": 1635142460211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142465878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142460981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142465289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142467356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "dcae-sch", "timestamp": 1635142466458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142466867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-25T06:15:47.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "ves-openapi-manager", "timestamp": 1635142460211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142460981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-25T06:15:47.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142465878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-25T06:15:47.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142465289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142467356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "dcae-sch", "timestamp": 1635142466458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142466867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "ves-openapi-manager", "timestamp": 1635142460211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142465878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142460981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142465289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142467356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "dcae-sch", "timestamp": 1635142466458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142466867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "ves-openapi-manager", "timestamp": 1635142460211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142465878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142460981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:15:47.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142465289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142467356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "dcae-sch", "timestamp": 1635142466458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142466867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142465878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142465289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:15:47.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142467356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142474070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:47.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:47.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "dcae-sch", "timestamp": 1635142466458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142466867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142465878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:15:47.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142467356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "dcae-sch", "timestamp": 1635142466458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142475156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:47.940Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:47.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142475165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:47.940Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:47.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142466867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:15:47.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142475750, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:47.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:47.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142467356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:15:47.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142476436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:47.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:47.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142476756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:15:47.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:47.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142477354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:47.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:47.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142477737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:47.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:47.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "policy-id", "timestamp": 1635142477761, "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-10-25T06:15:47.958Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 788a8821-4a32-4d7e-be34-630508ae25ea 2021-10-25T06:15:47.958Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:15:47.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "cds", "timestamp": 1635142478372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T06:15:47.977Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 788a8821-4a32-4d7e-be34-630508ae25ea 2021-10-25T06:15:47.977Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:15:47.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142478783, "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-10-25T06:15:47.990Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 788a8821-4a32-4d7e-be34-630508ae25ea 2021-10-25T06:15:47.990Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:15:47.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:47.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:47.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:47.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "multicloud-k8s-id", "timestamp": 1635142479788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-25T06:15:48.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:48.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "ves-openapi-manager", "timestamp": 1635142480210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142480980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "ves-openapi-manager", "timestamp": 1635142480210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142480980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-25T06:15:48.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "ves-openapi-manager", "timestamp": 1635142480210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "cds", "timestamp": 1635142482356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142480980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-25T06:15:48.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "ves-openapi-manager", "timestamp": 1635142480210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "cds", "timestamp": 1635142482356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142484041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:15:48.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:48.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142480980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "ves-openapi-manager", "timestamp": 1635142480210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "cds", "timestamp": 1635142482356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "aai-ml", "timestamp": 1635142485045, "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-10-25T06:15:48.045Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 788a8821-4a32-4d7e-be34-630508ae25ea 2021-10-25T06:15:48.046Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:15:48.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142480980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-25T06:15:48.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "ves-openapi-manager", "timestamp": 1635142480210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "cds", "timestamp": 1635142482356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142485878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142480980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "ves-openapi-manager", "timestamp": 1635142480210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "cds", "timestamp": 1635142482356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:15:48.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "dcae-sch", "timestamp": 1635142486458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142487406, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:15:48.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:15:48.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142485878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:15:48.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:15:48.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142480980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:15:48.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:16:12.124Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:16:12.134Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:16:12.136Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:16:12.136Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:16:12.136Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:16:12.136Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:16:42.137Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:16:42.158Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:16:42.160Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:16:42.160Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:16:42.161Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:16:42.161Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:16:47.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:16:47.869Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:16:47.869Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:16:47.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:16:47.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:16:47.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "ves-openapi-manager", "timestamp": 1635142480210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:16:47.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:12.161Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:17:12.172Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:17:12.177Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:17:12.177Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:17:12.177Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:17:12.177Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:17:42.178Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:17:42.188Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:17:42.190Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:17:42.190Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:17:42.190Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:17:42.191Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:17:47.865Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:17:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|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-10-25T06:17:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:17:48.404Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:17:48.406Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.406Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "cds", "timestamp": 1635142482356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.407Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.407Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.407Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "dcae-sch", "timestamp": 1635142486458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.407Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.407Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.408Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142488242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.408Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.408Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.408Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.408Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.408Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.409Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142485878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-25T06:17:48.409Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.409Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.409Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142480980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:17:48.409Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.409Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.410Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "cds", "timestamp": 1635142482356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.410Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.410Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.410Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "dcae-sch", "timestamp": 1635142486458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.410Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.410Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.410Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142489416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.411Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.411Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.411Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-25T06:17:48.411Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.411Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.411Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142485878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.412Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.412Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.412Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142489943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.412Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.412Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.412Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "cds", "timestamp": 1635142482356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:17:48.412Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.413Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.413Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "dcae-sch", "timestamp": 1635142486458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.413Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.413Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.413Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "clamp", "timestamp": 1635142490419, "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-10-25T06:17:48.420Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 788a8821-4a32-4d7e-be34-630508ae25ea 2021-10-25T06:17:48.420Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:17:48.430Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.430Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-25T06:17:48.430Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.430Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.430Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142485878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.431Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.431Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.431Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142490594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.431Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.431Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.431Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142490989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.432Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.432Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.432Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "cds", "timestamp": 1635142491074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.432Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.432Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.432Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "dcae-sch", "timestamp": 1635142486458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.433Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.433Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.433Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-25T06:17:48.433Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.433Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.433Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142485878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.434Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.434Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.434Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142491602, "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-10-25T06:17:48.438Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 788a8821-4a32-4d7e-be34-630508ae25ea 2021-10-25T06:17:48.439Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:17:48.446Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.447Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142492054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.447Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.447Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.447Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "dcae-sch", "timestamp": 1635142486458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.447Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.447Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.448Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-25T06:17:48.448Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.448Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.448Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142485878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.448Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.448Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.449Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.449Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.449Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.449Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142493075, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-25T06:17:48.460Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be3e4756-e232-44e0-9e84-4c500efe3384 2021-10-25T06:17:48.460Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId be3e4756-e232-44e0-9e84-4c500efe3384 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-10-25T06:17:48.467Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.467Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "dcae-sch", "timestamp": 1635142486458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.468Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.468Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.468Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.468Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.468Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.468Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142485878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:17:48.468Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.469Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.469Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "cds", "timestamp": 1635142493582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T06:17:48.473Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be3e4756-e232-44e0-9e84-4c500efe3384 2021-10-25T06:17:48.473Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId be3e4756-e232-44e0-9e84-4c500efe3384 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-10-25T06:17:48.481Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.481Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.481Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.481Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.481Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "multicloud-k8s-id", "timestamp": 1635142494081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.481Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.481Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.482Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "dcae-sch", "timestamp": 1635142486458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.482Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.482Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.482Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-25T06:17:48.482Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.482Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.482Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.483Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.483Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.483Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142494765, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.483Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.483Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.483Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.483Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.484Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.484Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.484Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.484Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.484Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142495769, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.484Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.485Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.485Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142495288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.485Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.485Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.485Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:17:48.485Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.485Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.486Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.486Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.486Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.486Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "policy-id", "timestamp": 1635142496772, "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-10-25T06:17:48.490Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be3e4756-e232-44e0-9e84-4c500efe3384 2021-10-25T06:17:48.491Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId be3e4756-e232-44e0-9e84-4c500efe3384 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-10-25T06:17:48.496Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.496Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142495288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142496867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142497847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.497Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142495288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.498Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.498Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.498Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142496867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-25T06:17:48.498Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.498Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.498Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.498Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.498Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.498Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142495288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142496867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142478366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142495288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142500451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.499Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.500Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.500Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142496867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.500Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.500Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.500Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142500774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.500Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.500Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.500Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142495288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.500Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.500Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142496867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142501634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142495288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142496867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.501Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142502740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142495288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142503051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142496867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:17:48.502Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.503Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.503Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142503863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.503Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.503Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.503Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142504041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.503Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.503Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.503Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142504055, "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-10-25T06:17:48.507Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be3e4756-e232-44e0-9e84-4c500efe3384 2021-10-25T06:17:48.507Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId be3e4756-e232-44e0-9e84-4c500efe3384 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-10-25T06:17:48.514Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142496867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142504921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142506058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142507062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-25T06:17:48.515Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142508065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142509068, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142510078, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142510409, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.516Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.517Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142511083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.517Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.517Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.517Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142511505, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.517Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.517Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.517Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "aai-ml", "timestamp": 1635142512509, "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-10-25T06:17:48.521Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be3e4756-e232-44e0-9e84-4c500efe3384 2021-10-25T06:17:48.521Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId be3e4756-e232-44e0-9e84-4c500efe3384 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-10-25T06:17:48.529Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.529Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142513413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:17:48.529Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:17:48.529Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:17:48.529Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "clamp", "timestamp": 1635142514418, "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-10-25T06:17:48.533Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be3e4756-e232-44e0-9e84-4c500efe3384 2021-10-25T06:17:48.533Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId be3e4756-e232-44e0-9e84-4c500efe3384 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-10-25T06:18:12.192Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:18:12.210Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:18:12.213Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:18:12.213Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:18:12.214Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-25T06:18:12.214Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-25T06:18:12.214Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:18:12.214Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:18:12.214Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:18:12.214Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:18:12.215Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:18:12.215Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:18:12.215Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T06:18:12.220Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-25T06:18:42.221Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 788a8821-4a32-4d7e-be34-630508ae25ea 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-10-25T06:18:42.226Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 788a8821-4a32-4d7e-be34-630508ae25ea and serviceModelVersionId: 02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5 2021-10-25T06:18:42.226Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : affa0e5b-355e-4722-9a61-0766a1d82248 2021-10-25T06:18:42.228Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/affa0e5b-355e-4722-9a61-0766a1d82248/model-vers/model-ver/02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5?depth=0 2021-10-25T06:18:42.234Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-10-25T06:18:42.283Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/affa0e5b-355e-4722-9a61-0766a1d82248/model-vers/model-ver/02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5?depth=0|INFO|500||Invoke 2021-10-25T06:18:42.283Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/affa0e5b-355e-4722-9a61-0766a1d82248/model-vers/model-ver/02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/affa0e5b-355e-4722-9a61-0766a1d82248/model-vers/model-ver/02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[788a8821-4a32-4d7e-be34-630508ae25ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19b224c4-138d-4107-8a08-681746c2f956], X-ECOMP-RequestID=[788a8821-4a32-4d7e-be34-630508ae25ea], X-TransactionId=[], X-ONAP-RequestID=[788a8821-4a32-4d7e-be34-630508ae25ea], Content-Type=[application/merge-patch+json]} 2021-10-25T06:18:42.309Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/affa0e5b-355e-4722-9a61-0766a1d82248/model-vers/model-ver/02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-25T06:18:42.636Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/affa0e5b-355e-4722-9a61-0766a1d82248/model-vers/model-ver/02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/affa0e5b-355e-4722-9a61-0766a1d82248/model-vers/model-ver/02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211025-06:18:42:314-31077], vertex-id=[377000], Content-Length=[0], Date=[Mon, 25 Oct 2021 06:18:42 GMT], Content-Type=[application/json]} 2021-10-25T06:18:42.637Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/affa0e5b-355e-4722-9a61-0766a1d82248/model-vers/model-ver/02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-25T06:18:42.638Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/affa0e5b-355e-4722-9a61-0766a1d82248/model-vers/model-ver/02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5?depth=0|INFO|500||InvokeReturn 2021-10-25T06:18:42.642Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-25T06:18:42.642Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:18:42.649Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-25T06:18:42.649Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 788a8821-4a32-4d7e-be34-630508ae25ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-25T06:18:42.649Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-25T06:18:42.650Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:42.652Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:42.652Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142722649, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T06:18:42.752Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:42.753Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:42.754Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:42.767Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:42.768Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-25T06:18:43.665Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T06:18:43.665Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"be3e4756-e232-44e0-9e84-4c500efe3384","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5049d950-a37e-422f-8d97-1d5b74b71d60","serviceDescription":"service","serviceInvariantUUID":"48ad6822-5b14-4c9d-a9d9-1469f904b051","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fb393dce-ea78-42c1-a5a0-7cabd17fe32d","resourceInvariantUUID":"dcae31da-6ca3-425f-b8d9-444595bb9dc3","resourceCustomizationUUID":"c5ca24be-a078-45e3-a735-b6b6140a53db","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MmU5NWVjYmY2ZWIxMTlkNTZiY2ViZjhmZjBlOWNjM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b128d12-7da5-40fd-aafc-5f461b5e4335","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MDU1OWJhOWI3YTNiODcxM2M5NTY4Mjg1MWVlYzU0ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f7a74ec-2933-4a74-b732-f33339c9dd8e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"686f4522-0295-43ce-b68a-392cfaf1c82e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bc35dc88-f21f-4c60-999e-214ef7a71548","artifactVersion":"2","generatedFromUUID":"c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"N2VmZWMxOWVhMzg4ZTA5MzBmMDQyOWJkYjE2MzlkZDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c75ba2ba-8193-4953-bda1-d09b4ddda6ce","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YjZlMjBhZDM4ZDc3Nzk0Nzc3ODkxMzk5MzdlY2E2ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca9bcf75-48b9-4b3d-8732-2c2da05544f4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjA0MzVjZjcwNzlhMDM1NDdhZmY4NWM1MTBkMzhlZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87615f6a-a4eb-4449-a34f-36e1d539b545","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-25T06:18:43.666Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:18:43.666Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:43.667Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:43.667Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:43.768Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:43.768Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:43.768Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:43.779Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:43.780Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:44.670Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:18:44.671Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:44.672Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:44.672Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-25T06:18:44.772Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:18:44.773Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:44.773Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:44.787Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:44.787Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:45.673Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:18:45.673Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:45.675Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:45.675Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-25T06:18:45.775Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:45.777Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:45.777Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:45.788Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:45.789Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:46.676Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:18:46.676Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:46.678Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:46.678Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:46.778Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:46.779Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:46.779Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:46.791Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:46.791Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:47.678Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:18:47.679Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:47.681Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:47.681Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-25T06:18:47.781Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:47.782Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:47.782Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:47.795Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:47.796Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:18:47.867Z|df2bab62-1d26-4eaf-828a-64ab14815610|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-10-25T06:18:47.867Z|df2bab62-1d26-4eaf-828a-64ab14815610|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:18:48.522Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:48.524Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.524Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "dcae-sch", "timestamp": 1635142686458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-10-25T06:18:48.525Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.525Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.525Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "policy-id", "timestamp": 1635142685878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.525Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.525Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.525Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142688366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.526Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.526Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.526Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "dcae-sch", "timestamp": 1635142686458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.527Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.527Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.527Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "policy-id", "timestamp": 1635142685878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.527Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.527Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.528Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142688366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.528Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.528Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.528Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "cds", "timestamp": 1635142692360, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.528Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.528Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.529Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "dcae-sch", "timestamp": 1635142686458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.529Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.529Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.529Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "policy-id", "timestamp": 1635142685878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-25T06:18:48.530Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.530Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.530Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142688366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.530Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.534Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.534Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "cds", "timestamp": 1635142692360, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.534Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.534Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "dcae-sch", "timestamp": 1635142686458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "policy-id", "timestamp": 1635142685878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142688366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "cds", "timestamp": 1635142692360, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.535Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "dcae-sch", "timestamp": 1635142686458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "policy-id", "timestamp": 1635142685878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142688366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "cds", "timestamp": 1635142692360, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.536Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "dcae-sch", "timestamp": 1635142686458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "policy-id", "timestamp": 1635142685878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142688366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "cds", "timestamp": 1635142692360, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.537Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "policy-id", "timestamp": 1635142685878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "dcae-sch", "timestamp": 1635142686458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142688366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "cds", "timestamp": 1635142692360, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.538Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142698859, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "policy-id", "timestamp": 1635142698842, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "cds", "timestamp": 1635142692360, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "dcae-sch", "timestamp": 1635142699557, "artifactURL": "/sdc/v1/catalog/services/0138c0d0-b895-49e8-a2f8-9b1abe9f7450/resourceInstances/basicclamp0/artifacts/39ac4259-0f74-40cd-a49f-ac0180296f08", "status": "DOWNLOAD_OK" } 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.539Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.540Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "policy-id", "timestamp": 1635142699849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:18:48.540Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.540Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.540Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "cds", "timestamp": 1635142700170, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:18:48.540Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.540Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.540Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "ves-openapi-manager", "timestamp": 1635142700210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.540Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.540Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.540Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "policy-id", "timestamp": 1635142700851, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-25T06:18:48.561Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76c968a8-0839-4de1-9fb7-b9391e902234 2021-10-25T06:18:48.561Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c968a8-0839-4de1-9fb7-b9391e902234 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-10-25T06:18:48.573Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.573Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "dcae-sch", "timestamp": 1635142700951, "artifactURL": "/sdc/v1/catalog/services/0138c0d0-b895-49e8-a2f8-9b1abe9f7450/resourceInstances/basicclamp0/artifacts/39ac4259-0f74-40cd-a49f-ac0180296f08", "status": "DEPLOY_OK" } 2021-10-25T06:18:48.573Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.573Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.574Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "cds", "timestamp": 1635142701178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T06:18:48.577Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76c968a8-0839-4de1-9fb7-b9391e902234 2021-10-25T06:18:48.578Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c968a8-0839-4de1-9fb7-b9391e902234 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-10-25T06:18:48.585Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.585Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142701263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:18:48.585Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.585Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.585Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "multicloud-k8s-id", "timestamp": 1635142700984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.585Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.585Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.585Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "ves-openapi-manager", "timestamp": 1635142700210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.585Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.586Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.586Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "dcae-sch", "timestamp": 1635142701955, "artifactURL": "/sdc/v1/catalog/services/0138c0d0-b895-49e8-a2f8-9b1abe9f7450/resourceInstances/basicclamp0/artifacts/39ac4259-0f74-40cd-a49f-ac0180296f08", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T06:18:48.589Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 76c968a8-0839-4de1-9fb7-b9391e902234 2021-10-25T06:18:48.589Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c968a8-0839-4de1-9fb7-b9391e902234 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-25T06:18:48.595Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.596Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142702267, "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-10-25T06:18:48.599Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76c968a8-0839-4de1-9fb7-b9391e902234 2021-10-25T06:18:48.599Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c968a8-0839-4de1-9fb7-b9391e902234 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-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "multicloud-k8s-id", "timestamp": 1635142700984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "ves-openapi-manager", "timestamp": 1635142700210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "multicloud-k8s-id", "timestamp": 1635142700984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "ves-openapi-manager", "timestamp": 1635142700210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.606Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "multicloud-k8s-id", "timestamp": 1635142700984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "ves-openapi-manager", "timestamp": 1635142700210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "multicloud-k8s-id", "timestamp": 1635142700984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "ves-openapi-manager", "timestamp": 1635142700210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.607Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "aai-ml", "timestamp": 1635142705288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "multicloud-k8s-id", "timestamp": 1635142700984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "ves-openapi-manager", "timestamp": 1635142700210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "aai-ml", "timestamp": 1635142705288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.608Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "clamp", "timestamp": 1635142706867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "multicloud-k8s-id", "timestamp": 1635142700984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "aai-ml", "timestamp": 1635142705288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "clamp", "timestamp": 1635142706867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.609Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "multicloud-k8s-id", "timestamp": 1635142708646, "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-10-25T06:18:48.613Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76c968a8-0839-4de1-9fb7-b9391e902234 2021-10-25T06:18:48.613Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c968a8-0839-4de1-9fb7-b9391e902234 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-10-25T06:18:48.621Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.621Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "aai-ml", "timestamp": 1635142705288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.621Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.621Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.621Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "clamp", "timestamp": 1635142706867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.622Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.622Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.622Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "aai-ml", "timestamp": 1635142705288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.622Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.622Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.623Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "clamp", "timestamp": 1635142706867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.623Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.623Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.623Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "aai-ml", "timestamp": 1635142705288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.623Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.623Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.624Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "clamp", "timestamp": 1635142706867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.624Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.624Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.624Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "aai-ml", "timestamp": 1635142705288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:18:48.625Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.625Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.625Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "clamp", "timestamp": 1635142706867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.625Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.625Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.625Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "aai-ml", "timestamp": 1635142713075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:18:48.626Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.626Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.626Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "clamp", "timestamp": 1635142706867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:18:48.626Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.626Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.627Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "clamp", "timestamp": 1635142720212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR", "errorReason": "Error when searching for basicclamp0 as ResourceInstanceName in Sdc notification and did not find it" } 2021-10-25T06:18:48.627Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.627Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.627Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "clamp", "timestamp": 1635142721218, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "Error when searching for basicclamp0 as ResourceInstanceName in Sdc notification and did not find it", "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-10-25T06:18:48.634Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 76c968a8-0839-4de1-9fb7-b9391e902234 2021-10-25T06:18:48.634Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c968a8-0839-4de1-9fb7-b9391e902234 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-10-25T06:18:48.643Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.643Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "aai-ml", "timestamp": 1635142721539, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:18:48.644Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.644Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.644Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "aai-ml", "timestamp": 1635142722544, "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-10-25T06:18:48.648Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76c968a8-0839-4de1-9fb7-b9391e902234 2021-10-25T06:18:48.648Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c968a8-0839-4de1-9fb7-b9391e902234 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-10-25T06:18:48.654Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.654Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142722649, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T06:18:48.655Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:18:48.655Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.655Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.655Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.655Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.655Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-25T06:18:48.656Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.656Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.656Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-25T06:18:48.656Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.656Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.657Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.657Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.657Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:18:48.657Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-25T06:18:48.657Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:18:48.681Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:18:48.681Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:48.683Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:48.684Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:48.784Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:48.784Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:48.785Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:48.797Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:48.797Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:49.684Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:18:49.685Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:49.687Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:49.688Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:18:49.788Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-10-25T06:18:49.789Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:49.789Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:49.799Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:49.800Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:50.690Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:18:50.691Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:50.692Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:50.693Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:18:50.793Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:50.794Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:50.794Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:50.804Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:50.804Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:51.694Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "5049d950-a37e-422f-8d97-1d5b74b71d60", "serviceDescription": "service", "serviceInvariantUUID": "48ad6822-5b14-4c9d-a9d9-1469f904b051", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "c5ca24be-a078-45e3-a735-b6b6140a53db", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fb393dce-ea78-42c1-a5a0-7cabd17fe32d", "resourceInvariantUUID": "dcae31da-6ca3-425f-b8d9-444595bb9dc3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "MDU1OWJhOWI3YTNiODcxM2M5NTY4Mjg1MWVlYzU0ZDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5f7a74ec-2933-4a74-b732-f33339c9dd8e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bc35dc88-f21f-4c60-999e-214ef7a71548", "generatedFromUUID": "c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bc35dc88-f21f-4c60-999e-214ef7a71548", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZjA0MzVjZjcwNzlhMDM1NDdhZmY4NWM1MTBkMzhlZGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87615f6a-a4eb-4449-a34f-36e1d539b545" } ], "workloadContext": "Production" } 2021-10-25T06:18:51.695Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-25T06:18:51.695Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5049d950-a37e-422f-8d97-1d5b74b71d60 ASDC 2021-10-25T06:18:51.696Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:be3e4756-e232-44e0-9e84-4c500efe3384 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:5049d950-a37e-422f-8d97-1d5b74b71d60 ServiceInvariantUUID:48ad6822-5b14-4c9d-a9d9-1469f904b051 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:87615f6a-a4eb-4449-a34f-36e1d539b545 ArtifactChecksum:ZjA0MzVjZjcwNzlhMDM1NDdhZmY4NWM1MTBkMzhlZGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:c5ca24be-a078-45e3-a735-b6b6140a53db ResourceInvariantUUID:dcae31da-6ca3-425f-b8d9-444595bb9dc3 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:fb393dce-ea78-42c1-a5a0-7cabd17fe32d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:5f7a74ec-2933-4a74-b732-f33339c9dd8e ArtifactChecksum:MDU1OWJhOWI3YTNiODcxM2M5NTY4Mjg1MWVlYzU0ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:bc35dc88-f21f-4c60-999e-214ef7a71548 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:bc35dc88-f21f-4c60-999e-214ef7a71548 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-25T06:18:51.696Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5049d950-a37e-422f-8d97-1d5b74b71d60 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-10-25T06:18:51.725Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:18:51.725Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:18:51.725Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:18:51.725Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87615f6a-a4eb-4449-a34f-36e1d539b545 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-25T06:18:51.725Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:18:51.726Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-25T06:18:51.843Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:18:51.848Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 87615f6a-a4eb-4449-a34f-36e1d539b545 78608 2021-10-25T06:18:51.849Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-10-25T06:18:51.849Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-25T06:18:51.849Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:18:51.849Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:51.852Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:51.856Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142731849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:18:51.952Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-10-25T06:18:51.953Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:51.953Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:51.963Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:51.964Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:52.857Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:18:52.858Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:18:52.858Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 87615f6a-a4eb-4449-a34f-36e1d539b545, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:52.858Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-10-25T06:18:52.859Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:52.859Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:53.022Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP472464838768090374/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" 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_related_networks" 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_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-10-25T06:18:54.230Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-25T06:18:54.231Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-25T06:18:54.231Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:54.231Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-25T06:18:54.231Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:54.231Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:54.231Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:54.231Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:54.231Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:54.231Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:54.232Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:54.232Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:54.232Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-25T06:18:54.232Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-25T06:18:54.232Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.232Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:54.232Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-25T06:18:54.233Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-25T06:18:54.233Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:18:54.233Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.233Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:54.233Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-25T06:18:54.233Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-25T06:18:54.233Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:18:54.234Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.234Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:54.234Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.234Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-25T06:18:54.235Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-25T06:18:54.235Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-25T06:18:54.235Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-25T06:18:54.235Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-25T06:18:54.235Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-25T06:18:54.235Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.235Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-25T06:18:54.236Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.236Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-25T06:18:54.236Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:18:54.236Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.236Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-25T06:18:54.236Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:18:54.236Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.237Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-25T06:18:54.237Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:18:54.237Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.237Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-25T06:18:54.237Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-25T06:18:54.237Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-25T06:18:54.237Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f704158d-d95d-49b2-9859-bcc467ab7030 2021-10-25T06:18:54.238Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.238Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:54.238Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.238Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:54.238Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.238Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:54.238Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:54.238Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:54.239Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:5049d950-a37e-422f-8d97-1d5b74b71d60 Model Version:NULL Model InvariantUuid:48ad6822-5b14-4c9d-a9d9-1469f904b051 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:2aa25bc6-6c75-4cd8-9d4b-23fea8cf5070 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:dcae31da-6ca3-425f-b8d9-444595bb9dc3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c5ca24be-a078-45e3-a735-b6b6140a53db NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:04fb8344-dfe7-4757-bb58-da04125b5639 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:66f68d63-481d-46cc-a382-463b82eaa460 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f704158d-d95d-49b2-9859-bcc467ab7030 ModelInvariantUuid:0ce60c5a-3b1c-41cf-a656-47919f0e104c ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:7dd1958b-8b10-4bec-9618-9c6bb25fe04d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:9f76b9be-7550-45f2-b3d5-962b45b84a93 ModelInvariantUuid:91e7ab33-84e4-4f4a-b9a4-f730202833c2 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:c81924f0-18f9-42dc-98c7-6ed5ebd5d6c4 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-25T06:18:54.244Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fb393dce-ea78-42c1-a5a0-7cabd17fe32d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:18:54.246Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2021-10-25T06:18:54.247Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fb393dce-ea78-42c1-a5a0-7cabd17fe32d 2021-10-25T06:18:54.247Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5f7a74ec-2933-4a74-b732-f33339c9dd8e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-25T06:18:54.247Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:18:54.247Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-25T06:18:54.439Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:18:54.440Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5f7a74ec-2933-4a74-b732-f33339c9dd8e 792 2021-10-25T06:18:54.440Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-10-25T06:18:54.440Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-25T06:18:54.440Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:18:54.440Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:54.442Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:54.442Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142734440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T06:18:54.542Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:54.543Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:54.543Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:54.559Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:54.560Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:55.443Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "04fb8344-dfe7-4757-bb58-da04125b5639", "vfModuleModelVersion": "1", "vfModuleModelUUID": "66f68d63-481d-46cc-a382-463b82eaa460", "vfModuleModelCustomizationUUID": "032d1ea5-0109-4e21-b09c-b2096ad30a33", "isBase": true, "artifacts": [ "c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c", "bc35dc88-f21f-4c60-999e-214ef7a71548" ], "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-10-25T06:18:55.450Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:66f68d63-481d-46cc-a382-463b82eaa460 VfModuleModelInvariantUUID:04fb8344-dfe7-4757-bb58-da04125b5639 VfModuleModelDescription:NULL Artifacts UUID List:{ c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c , bc35dc88-f21f-4c60-999e-214ef7a71548 } 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-10-25T06:18:55.453Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "04fb8344-dfe7-4757-bb58-da04125b5639", "vfModuleModelVersion": "1", "vfModuleModelUUID": "66f68d63-481d-46cc-a382-463b82eaa460", "vfModuleModelCustomizationUUID": "032d1ea5-0109-4e21-b09c-b2096ad30a33", "isBase": true, "artifacts": [ "c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c", "bc35dc88-f21f-4c60-999e-214ef7a71548" ], "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-10-25T06:18:55.453Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:66f68d63-481d-46cc-a382-463b82eaa460 VfModuleModelInvariantUUID:04fb8344-dfe7-4757-bb58-da04125b5639 VfModuleModelDescription:NULL Artifacts UUID List:{ c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c , bc35dc88-f21f-4c60-999e-214ef7a71548 } 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-10-25T06:18:55.453Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-25T06:18:55.453Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:18:55.454Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-25T06:18:55.564Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:18:55.564Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c6e4ad6b-2749-4a45-b4e4-eaf7429a3b2c 5033 2021-10-25T06:18:55.565Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-25T06:18:55.565Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-25T06:18:55.565Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:18:55.565Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:55.568Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:55.568Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142735565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T06:18:55.668Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:55.669Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:55.669Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:55.680Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:55.681Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:56.569Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bc35dc88-f21f-4c60-999e-214ef7a71548 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-25T06:18:56.569Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:18:56.569Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-25T06:18:56.848Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:18:56.848Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bc35dc88-f21f-4c60-999e-214ef7a71548 903 2021-10-25T06:18:56.849Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-25T06:18:56.849Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-25T06:18:56.849Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:18:56.849Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:56.851Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:56.851Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142736849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-25T06:18:56.951Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:56.952Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:56.952Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:56.962Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:56.962Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:57.852Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5049d950-a37e-422f-8d97-1d5b74b71d60 2021-10-25T06:18:57.853Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 fb393dce-ea78-42c1-a5a0-7cabd17fe32d ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:18:57.867Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13fccca9, org.onap.sdc.toscaparser.api.parameters.Input@2ffd7e37, org.onap.sdc.toscaparser.api.parameters.Input@2255e9c8, org.onap.sdc.toscaparser.api.parameters.Input@75f56e6, org.onap.sdc.toscaparser.api.parameters.Input@72334b20] 2021-10-25T06:18:57.869Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.869Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:57.869Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-10-25T06:18:57.869Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c5ca24be-a078-45e3-a735-b6b6140a53db 2021-10-25T06:18:57.869Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c5ca24be-a078-45e3-a735-b6b6140a53db matches Tosca VF Customization UUID: c5ca24be-a078-45e3-a735-b6b6140a53db 2021-10-25T06:18:57.870Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c5ca24be-a078-45e3-a735-b6b6140a53db matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-25T06:18:57.871Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.872Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:57.872Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c5ca24be-a078-45e3-a735-b6b6140a53db: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-10-25T06:18:57.872Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46f8b2c4 2021-10-25T06:18:57.873Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.873Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-25T06:18:57.873Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 032d1ea5-0109-4e21-b09c-b2096ad30a33 2021-10-25T06:18:57.874Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 032d1ea5-0109-4e21-b09c-b2096ad30a33 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-25T06:18:57.876Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.876Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-25T06:18:57.876Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:18:57.876Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.877Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-25T06:18:57.877Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:18:57.877Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.877Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-25T06:18:57.878Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-25T06:18:57.878Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-25T06:18:57.878Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f704158d-d95d-49b2-9859-bcc467ab7030 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-25T06:18:57.880Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.880Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-25T06:18:57.881Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:18:57.881Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.881Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-25T06:18:57.881Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c5ca24be-a078-45e3-a735-b6b6140a53db Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:18:57.883Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.883Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:57.883Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5049d950-a37e-422f-8d97-1d5b74b71d60: basic_vm_macro 2021-10-25T06:18:57.883Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.884Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:57.884Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.884Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:57.884Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.884Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:57.885Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.885Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:57.885Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:18:57.885Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:18:57.886Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-10-25T06:18:57.964Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro fb393dce-ea78-42c1-a5a0-7cabd17fe32d 1 ASDC deployResourceStructure 2021-10-25T06:18:57.964Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-10-25T06:18:57.964Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-25T06:18:57.965Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:18:57.965Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:57.966Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:57.967Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142737964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-25T06:18:58.067Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:18:58.069Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:58.069Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:58.081Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:58.082Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:18:58.967Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-25T06:18:58.968Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-25T06:18:58.968Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:18:58.969Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:58.971Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:58.971Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142738967, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-25T06:18:59.074Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-10-25T06:18:59.075Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:18:59.075Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:18:59.090Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:18:59.090Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:18:59.974Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-25T06:18:59.974Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-25T06:18:59.976Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:18:59.977Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:18:59.978Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:18:59.978Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142739974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-25T06:19:00.080Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-25T06:19:00.082Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:00.082Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:00.094Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:00.095Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:19:00.981Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-10-25T06:19:00.981Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-25T06:19:00.981Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:19:00.981Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:00.983Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:00.983Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142740981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:19:01.083Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:19:01.084Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:01.084Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:01.108Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:01.109Z||pool-77-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:19:01.985Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be3e4756-e232-44e0-9e84-4c500efe3384 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:19:01.993Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be3e4756-e232-44e0-9e84-4c500efe3384 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-10-25T06:19:01.999Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:19:01.999Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:19:01.999Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-25T06:19:01.999Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-25T06:19:01.999Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:19:02.000Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:19:02.000Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:19:02.000Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:19:02.000Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:19:02.000Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:19:02.001Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T06:19:02.005Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-25T06:19:32.006Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be3e4756-e232-44e0-9e84-4c500efe3384 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-10-25T06:19:32.020Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be3e4756-e232-44e0-9e84-4c500efe3384 and serviceModelVersionId: 5049d950-a37e-422f-8d97-1d5b74b71d60 2021-10-25T06:19:32.020Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 48ad6822-5b14-4c9d-a9d9-1469f904b051 2021-10-25T06:19:32.022Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/48ad6822-5b14-4c9d-a9d9-1469f904b051/model-vers/model-ver/5049d950-a37e-422f-8d97-1d5b74b71d60?depth=0 2021-10-25T06:19:32.029Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-10-25T06:19:32.085Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48ad6822-5b14-4c9d-a9d9-1469f904b051/model-vers/model-ver/5049d950-a37e-422f-8d97-1d5b74b71d60?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-10-25T06:19:32.087Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48ad6822-5b14-4c9d-a9d9-1469f904b051/model-vers/model-ver/5049d950-a37e-422f-8d97-1d5b74b71d60?depth=0|INFO|500||Invoke 2021-10-25T06:19:32.111Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48ad6822-5b14-4c9d-a9d9-1469f904b051/model-vers/model-ver/5049d950-a37e-422f-8d97-1d5b74b71d60?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-25T06:19:32.210Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48ad6822-5b14-4c9d-a9d9-1469f904b051/model-vers/model-ver/5049d950-a37e-422f-8d97-1d5b74b71d60?depth=0|INFO|500||InvokeReturn 2021-10-25T06:19:32.211Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48ad6822-5b14-4c9d-a9d9-1469f904b051/model-vers/model-ver/5049d950-a37e-422f-8d97-1d5b74b71d60?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211025-06:19:32:116-6340], vertex-id=[237720], Content-Length=[0], Date=[Mon, 25 Oct 2021 06:19:32 GMT], Content-Type=[application/json]} 2021-10-25T06:19:32.211Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-10-25T06:19:32.212Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-25T06:19:32.212Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:19:32.217Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-25T06:19:32.217Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be3e4756-e232-44e0-9e84-4c500efe3384 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-25T06:19:32.217Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-25T06:19:32.218Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:32.220Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:32.220Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142772217, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T06:19:32.327Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2021-10-25T06:19:32.330Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:32.330Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:32.345Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:32.346Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-25T06:19:33.233Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:19:33.233Z|be3e4756-e232-44e0-9e84-4c500efe3384|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-10-25T06:19:33.233Z|be3e4756-e232-44e0-9e84-4c500efe3384|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:19:37.907Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:37.908Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-25T06:19:37.909Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"76c968a8-0839-4de1-9fb7-b9391e902234","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"0138c0d0-b895-49e8-a2f8-9b1abe9f7450","serviceDescription":"service","serviceInvariantUUID":"1ab68b3c-e656-4827-adc0-478ee9323086","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"93bbbf32-796a-4676-ae10-aca56da3369b","resourceInvariantUUID":"b0d5e493-9f61-424c-96de-63e9d45e11a5","resourceCustomizationUUID":"b6f60d50-5953-4595-9349-38907c9c6957","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"39ac4259-0f74-40cd-a49f-ac0180296f08","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MDdjMjI1YzQwZDBiMzVhZDg0NWMzY2RkZjI0NDk4M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2561d2e-a8fc-4a07-8bee-18d15d0a003e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a1a6854-670b-4166-b8b7-63452a3c6fc9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"63d5b31e-5ae5-4afb-b93e-114315f08a99","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9bcd1e43-838f-4fa6-a9b1-0c7d5857dcd7","artifactVersion":"2","generatedFromUUID":"2a1a6854-670b-4166-b8b7-63452a3c6fc9"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OWRkODE5YjA3NmY0MjMzNWQ2ZTI0MjI5MGMyMDZiZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0be07e5f-58fc-4da6-9abc-bd1889d3cc28","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YmJlZGM5NWRkMzg5NDZiNzBhM2Q4MzM5OWZlZThhMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d0ff4c5-e693-4a5d-a02b-d721157c307e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-25T06:19:37.911Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:19:37.912Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:37.913Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:37.914Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:19:38.014Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:19:38.015Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:38.015Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:38.035Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:38.035Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:19:38.914Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:19:38.915Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:38.917Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:38.917Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:19:39.020Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-10-25T06:19:39.021Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:39.021Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:39.095Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:39.095Z||pool-80-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:19:39.918Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:19:39.919Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:39.922Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:39.922Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-25T06:19:40.022Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:19:40.023Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:40.023Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:40.033Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:40.034Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:19:40.922Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:19:40.923Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:40.925Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:40.926Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:19:41.026Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:19:41.026Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:41.027Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:41.039Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:41.040Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:19:41.926Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:19:41.927Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:41.928Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:41.929Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-25T06:19:42.029Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:19:42.029Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:42.029Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:42.044Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:42.044Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:19:42.929Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:19:42.930Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:42.932Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:42.932Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:19:43.032Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:19:43.033Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:43.033Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:43.043Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:43.043Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:19:43.932Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:19:43.933Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:43.935Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:43.935Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:19:44.035Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:19:44.036Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:44.036Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:44.051Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:44.052Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:19:44.938Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "0138c0d0-b895-49e8-a2f8-9b1abe9f7450", "serviceDescription": "service", "serviceInvariantUUID": "1ab68b3c-e656-4827-adc0-478ee9323086", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "b6f60d50-5953-4595-9349-38907c9c6957", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "93bbbf32-796a-4676-ae10-aca56da3369b", "resourceInvariantUUID": "b0d5e493-9f61-424c-96de-63e9d45e11a5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2a1a6854-670b-4166-b8b7-63452a3c6fc9", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9bcd1e43-838f-4fa6-a9b1-0c7d5857dcd7", "generatedFromUUID": "2a1a6854-670b-4166-b8b7-63452a3c6fc9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9bcd1e43-838f-4fa6-a9b1-0c7d5857dcd7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YmJlZGM5NWRkMzg5NDZiNzBhM2Q4MzM5OWZlZThhMTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7d0ff4c5-e693-4a5d-a02b-d721157c307e" } ], "workloadContext": "Production" } 2021-10-25T06:19:44.938Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-25T06:19:44.939Z|be3e4756-e232-44e0-9e84-4c500efe3384|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 2 0138c0d0-b895-49e8-a2f8-9b1abe9f7450 ASDC 2021-10-25T06:19:44.940Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:76c968a8-0839-4de1-9fb7-b9391e902234 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:0138c0d0-b895-49e8-a2f8-9b1abe9f7450 ServiceInvariantUUID:1ab68b3c-e656-4827-adc0-478ee9323086 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:7d0ff4c5-e693-4a5d-a02b-d721157c307e ArtifactChecksum:YmJlZGM5NWRkMzg5NDZiNzBhM2Q4MzM5OWZlZThhMTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:b6f60d50-5953-4595-9349-38907c9c6957 ResourceInvariantUUID:b0d5e493-9f61-424c-96de-63e9d45e11a5 ResourceName:basicclamp ResourceType:VF ResourceUUID:93bbbf32-796a-4676-ae10-aca56da3369b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:2a1a6854-670b-4166-b8b7-63452a3c6fc9 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:9bcd1e43-838f-4fa6-a9b1-0c7d5857dcd7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:9bcd1e43-838f-4fa6-a9b1-0c7d5857dcd7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-25T06:19:44.940Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0138c0d0-b895-49e8-a2f8-9b1abe9f7450 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-10-25T06:19:44.966Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:19:44.966Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:19:44.967Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:19:44.967Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7d0ff4c5-e693-4a5d-a02b-d721157c307e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-25T06:19:44.967Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:19:44.967Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-25T06:19:45.034Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:19:45.038Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7d0ff4c5-e693-4a5d-a02b-d721157c307e 72816 2021-10-25T06:19:45.038Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-10-25T06:19:45.038Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-25T06:19:45.038Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:19:45.038Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:45.040Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:45.040Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142785038, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:19:45.140Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:19:45.141Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:45.141Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:45.153Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:45.153Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:19:46.045Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:19:46.046Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-25T06:19:46.046Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7d0ff4c5-e693-4a5d-a02b-d721157c307e, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:46.046Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-10-25T06:19:46.046Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:46.047Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:46.215Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4469220741125530796/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-10-25T06:19:47.361Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:47.362Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-25T06:19:47.363Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-25T06:19:47.363Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.363Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:47.363Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-25T06:19:47.363Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-25T06:19:47.363Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:19:47.363Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.364Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:47.364Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-25T06:19:47.364Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-25T06:19:47.364Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:19:47.364Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.364Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:47.364Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.365Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-25T06:19:47.365Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-25T06:19:47.365Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-25T06:19:47.365Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-25T06:19:47.365Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-25T06:19:47.366Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-25T06:19:47.366Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.366Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-25T06:19:47.366Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.366Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-25T06:19:47.366Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:19:47.367Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.367Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-25T06:19:47.367Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:19:47.367Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.367Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-25T06:19:47.367Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-25T06:19:47.367Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.367Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-25T06:19:47.368Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-25T06:19:47.368Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-25T06:19:47.368Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=28043d14-feeb-48cf-b461-efa60672d269 2021-10-25T06:19:47.368Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.368Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:47.368Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.368Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:47.369Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.369Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:47.369Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:47.369Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:47.369Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:0138c0d0-b895-49e8-a2f8-9b1abe9f7450 Model Version:NULL Model InvariantUuid:1ab68b3c-e656-4827-adc0-478ee9323086 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:b771407e-9d0e-42b0-ab61-5e98c838e84f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b0d5e493-9f61-424c-96de-63e9d45e11a5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b6f60d50-5953-4595-9349-38907c9c6957 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f23ba226-8f95-4c7c-aad0-911adfbf4bc9 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:2c633e40-9860-4a03-98e2-565fe613077a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:28043d14-feeb-48cf-b461-efa60672d269 ModelInvariantUuid:86da66d5-ae80-412e-933d-a186789671cc ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:791619c6-c428-4b93-a7f8-86ef4482446d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a5988679-98f5-423d-873e-dcd573b07f60 ModelInvariantUuid:fc95f206-7d0d-4274-87c4-c731201452ee ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:6a1310c6-6a00-4e09-a2aa-933421765814 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-25T06:19:47.374Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 93bbbf32-796a-4676-ae10-aca56da3369b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:19:47.378Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||basicclamp 0 2021-10-25T06:19:47.378Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 93bbbf32-796a-4676-ae10-aca56da3369b 2021-10-25T06:19:47.378Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2a1a6854-670b-4166-b8b7-63452a3c6fc9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-25T06:19:47.378Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:19:47.378Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-25T06:19:47.541Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:19:47.541Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2a1a6854-670b-4166-b8b7-63452a3c6fc9 5033 2021-10-25T06:19:47.541Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-25T06:19:47.542Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-25T06:19:47.542Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:19:47.542Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:47.543Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:47.543Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142787541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T06:19:47.644Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:19:47.645Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:47.645Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:47.664Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:47.665Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:19:47.865Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:19:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|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-10-25T06:19:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:19:47.994Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:47.995Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-25T06:19:47.996Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:19:47.996Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-25T06:19:48.544Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9bcd1e43-838f-4fa6-a9b1-0c7d5857dcd7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-25T06:19:48.544Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-25T06:19:48.545Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-25T06:19:48.951Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-25T06:19:48.952Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9bcd1e43-838f-4fa6-a9b1-0c7d5857dcd7 909 2021-10-25T06:19:48.952Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-25T06:19:48.953Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-25T06:19:48.953Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:19:48.953Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:48.955Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:48.955Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142788952, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-25T06:19:49.055Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:19:49.057Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:49.057Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:49.078Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:49.079Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:19:49.957Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0138c0d0-b895-49e8-a2f8-9b1abe9f7450 2021-10-25T06:19:49.957Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 93bbbf32-796a-4676-ae10-aca56da3369b ASDC 2021-10-25T06:19:49.957Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:19:49.970Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d32667b, org.onap.sdc.toscaparser.api.parameters.Input@27ba7763, org.onap.sdc.toscaparser.api.parameters.Input@2d620d46, org.onap.sdc.toscaparser.api.parameters.Input@627ec9c4, org.onap.sdc.toscaparser.api.parameters.Input@6c716a4e] 2021-10-25T06:19:49.971Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:49.971Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:49.971Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-10-25T06:19:49.972Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b6f60d50-5953-4595-9349-38907c9c6957 2021-10-25T06:19:49.972Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b6f60d50-5953-4595-9349-38907c9c6957 matches Tosca VF Customization UUID: b6f60d50-5953-4595-9349-38907c9c6957 2021-10-25T06:19:49.972Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b6f60d50-5953-4595-9349-38907c9c6957 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-25T06:19:49.974Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:49.974Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:49.975Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b6f60d50-5953-4595-9349-38907c9c6957: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-10-25T06:19:49.975Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:49.976Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-25T06:19:49.976Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b6f60d50-5953-4595-9349-38907c9c6957 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:19:49.977Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:49.978Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:49.978Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0138c0d0-b895-49e8-a2f8-9b1abe9f7450: basicclamp 2021-10-25T06:19:49.978Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:49.978Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:49.979Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:49.979Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:49.979Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:49.979Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:49.979Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:49.980Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:49.980Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:19:49.980Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:19:49.980Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-10-25T06:19:50.008Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 93bbbf32-796a-4676-ae10-aca56da3369b 0 ASDC deployResourceStructure 2021-10-25T06:19:50.008Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-25T06:19:50.008Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml(The artifact has not been used by the modules defined in the resource) 2021-10-25T06:19:50.009Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-25T06:19:50.009Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:50.011Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:50.011Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142790008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-25T06:19:50.111Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:19:50.112Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:50.112Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:50.130Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:50.130Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:19:51.012Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-25T06:19:51.012Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env(The artifact has not been used by the modules defined in the resource) 2021-10-25T06:19:51.012Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-25T06:19:51.012Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:51.014Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:51.014Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142791011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-25T06:19:51.114Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:19:51.115Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:51.115Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:51.129Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:51.130Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:19:52.015Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-10-25T06:19:52.015Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-25T06:19:52.015Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:19:52.015Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:19:52.017Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:19:52.017Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142792014, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:19:52.117Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:19:52.118Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:19:52.118Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:19:52.145Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:19:52.145Z||pool-91-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:19:53.019Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76c968a8-0839-4de1-9fb7-b9391e902234 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:19:53.028Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76c968a8-0839-4de1-9fb7-b9391e902234 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-10-25T06:19:53.031Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:19:53.031Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:19:53.031Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-25T06:19:53.031Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-25T06:19:53.031Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:19:53.031Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:19:53.031Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-10-25T06:19:53.032Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-25T06:19:53.036Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-25T06:20:23.037Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76c968a8-0839-4de1-9fb7-b9391e902234 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-10-25T06:20:23.042Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76c968a8-0839-4de1-9fb7-b9391e902234 and serviceModelVersionId: 0138c0d0-b895-49e8-a2f8-9b1abe9f7450 2021-10-25T06:20:23.042Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ab68b3c-e656-4827-adc0-478ee9323086 2021-10-25T06:20:23.042Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ab68b3c-e656-4827-adc0-478ee9323086/model-vers/model-ver/0138c0d0-b895-49e8-a2f8-9b1abe9f7450?depth=0 2021-10-25T06:20:23.046Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-10-25T06:20:23.089Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ab68b3c-e656-4827-adc0-478ee9323086/model-vers/model-ver/0138c0d0-b895-49e8-a2f8-9b1abe9f7450?depth=0|INFO|500||Invoke 2021-10-25T06:20:23.089Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ab68b3c-e656-4827-adc0-478ee9323086/model-vers/model-ver/0138c0d0-b895-49e8-a2f8-9b1abe9f7450?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ab68b3c-e656-4827-adc0-478ee9323086/model-vers/model-ver/0138c0d0-b895-49e8-a2f8-9b1abe9f7450?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76c968a8-0839-4de1-9fb7-b9391e902234], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c407bd98-ffe8-4cae-8bd7-e7793818f581], X-ECOMP-RequestID=[76c968a8-0839-4de1-9fb7-b9391e902234], X-TransactionId=[], X-ONAP-RequestID=[76c968a8-0839-4de1-9fb7-b9391e902234], Content-Type=[application/merge-patch+json]} 2021-10-25T06:20:23.107Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ab68b3c-e656-4827-adc0-478ee9323086/model-vers/model-ver/0138c0d0-b895-49e8-a2f8-9b1abe9f7450?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-10-25T06:20:23.227Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ab68b3c-e656-4827-adc0-478ee9323086/model-vers/model-ver/0138c0d0-b895-49e8-a2f8-9b1abe9f7450?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ab68b3c-e656-4827-adc0-478ee9323086/model-vers/model-ver/0138c0d0-b895-49e8-a2f8-9b1abe9f7450?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211025-06:20:23:111-23344], vertex-id=[258080], Content-Length=[0], Date=[Mon, 25 Oct 2021 06:20:23 GMT], Content-Type=[application/json]} 2021-10-25T06:20:23.227Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ab68b3c-e656-4827-adc0-478ee9323086/model-vers/model-ver/0138c0d0-b895-49e8-a2f8-9b1abe9f7450?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-25T06:20:23.228Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ab68b3c-e656-4827-adc0-478ee9323086/model-vers/model-ver/0138c0d0-b895-49e8-a2f8-9b1abe9f7450?depth=0|INFO|500||InvokeReturn 2021-10-25T06:20:23.229Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-25T06:20:23.229Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:20:23.234Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-25T06:20:23.235Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76c968a8-0839-4de1-9fb7-b9391e902234 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2021-10-25T06:20:23.235Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-25T06:20:23.235Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:20:23.236Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:20:23.237Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142823235, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2021-10-25T06:20:23.337Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:20:23.337Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:20:23.338Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:20:23.363Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:20:23.364Z||pool-92-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-25T06:20:24.247Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:20:24.247Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:20:24.248Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:20:33.826Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:20:33.827Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:20:33.827Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:20:33.827Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:20:43.382Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:20:43.383Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:20:43.383Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:20:43.383Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:20:47.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:20:47.866Z||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-10-25T06:20:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:20:47.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:20:47.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:20:47.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T06:20:47.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142487862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:20:47.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T06:20:47.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142731849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:20:47.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:47.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142734440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142735565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142736849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142737964, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142738967, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:47.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142739974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142740981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3e4756-e232-44e0-9e84-4c500efe3384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142772217, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:20:47.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T06:20:47.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142773233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:20:47.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-25T06:20:47.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142785038, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:20:47.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:47.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:20:47.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142787541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T06:20:47.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:20:52.928Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:20:52.929Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:20:52.930Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:20:52.930Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:21:02.480Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:02.481Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:21:02.482Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:21:02.482Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:21:12.044Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:47.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:21:47.864Z||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-10-25T06:21:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:21:47.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:21:47.869Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:21:47.869Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:21:47.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:47.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:21:47.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142788952, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-25T06:21:47.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:21:47.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:21:47.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142790008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-25T06:21:47.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:21:47.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:21:47.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142791011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-25T06:21:47.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:21:47.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:21:47.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142792014, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:21:47.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:21:47.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-25T06:21:47.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c968a8-0839-4de1-9fb7-b9391e902234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142823235, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2021-10-25T06:21:47.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:21:48.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:48.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-25T06:21:48.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"45f784f2-f9dc-4361-b02c-a2408e6d96a5","serviceName":"Demo_pNF_b5uZ8xv2rNXbRCOa91Kq","serviceVersion":"1.0","serviceUUID":"2c80823f-4cc4-4e73-94e2-1a974ed64e44","serviceDescription":"catalog service description","serviceInvariantUUID":"3a8ed491-6b8c-46ee-9412-5fa50af24050","resources":[{"resourceInstanceName":"pNF 95acc9ee-3602 0","resourceName":"pNF 95acc9ee-3602","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"225e8a0b-c396-4a3a-8821-f7844f7ace89","resourceInvariantUUID":"87626649-d3fc-4477-a5f0-9e574296648e","resourceCustomizationUUID":"27a82c66-e92e-4a62-8f65-7bca641f2bce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml","artifactChecksum":"MDdjMGU1NzQyNDIzNzQ0NGRkZjA4YmQ4YTgzY2FkMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38dbf1a1-0b13-4c0c-82d1-d06ff204f03a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar","artifactChecksum":"ODJjYjMyYmM0MDFhNWZlYjY4NTdjYWNmNjcxYTI3MWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b023a5ea-82f6-40c6-b200-9af3f0f8f26a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27e7b5be-f6ef-4149-9b07-654ce570b1d8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml","artifactChecksum":"ZDI3NzA4MDJmODhlZTM0ZjdkYTM4OWRmYmIwNzU1NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"11993615-f6a7-4e88-be13-b7eca5059898","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2625560-63b9-47ac-bdd8-d36d132593ad","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f45cebff-694c-4eeb-80a7-e1302739dd0b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml","artifactChecksum":"MDNjMTk5MWNlYzYzMTNmOTQ3OTRkZDQ5OTE5ZTdlMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e4ad893-e80e-4403-bb3e-2796ced42e5e","artifactVersion":"1"},{"artifactName":"service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar","artifactChecksum":"N2U5NGY3MTM0N2JjODNiMzMzNmU4ZWM0OTI3MjFhNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"298cb9b5-3753-4323-b71f-fe245e2b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-25T06:21:48.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:21:48.505Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:21:48.510Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:21:48.510Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:21:48.610Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:21:48.612Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:21:48.612Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:21:48.624Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:48.624Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:21:49.510Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:21:49.511Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:21:49.513Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:21:49.513Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:21:49.613Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:21:49.614Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:21:49.614Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:21:49.634Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:49.634Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:21:50.513Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:21:50.514Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:21:50.516Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:21:50.516Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:21:50.616Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:21:50.617Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:21:50.617Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:21:50.630Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:50.632Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:21:51.516Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:21:51.517Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:21:51.519Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:21:51.519Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:21:51.619Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:21:51.620Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:21:51.620Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:21:51.631Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:51.631Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:21:52.519Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:21:52.520Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:21:52.522Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:21:52.522Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:21:52.622Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:21:52.623Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:21:52.623Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:21:52.637Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:52.638Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:21:53.523Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:21:53.523Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:21:53.527Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:21:53.527Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:21:53.627Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:21:53.628Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:21:53.628Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:21:53.646Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:53.646Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:21:54.527Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:21:54.528Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:21:54.530Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:21:54.530Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:21:54.630Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:21:54.631Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:21:54.631Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:21:54.642Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:54.642Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:21:55.530Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:21:55.531Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:21:55.533Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:21:55.533Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:21:55.633Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:21:55.634Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:21:55.634Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:21:55.648Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:55.649Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:21:56.534Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "serviceName": "Demo_pNF_b5uZ8xv2rNXbRCOa91Kq", "serviceVersion": "1.0", "serviceUUID": "2c80823f-4cc4-4e73-94e2-1a974ed64e44", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3a8ed491-6b8c-46ee-9412-5fa50af24050", "resources": [ { "resourceInstanceName": "pNF 95acc9ee-3602 0", "resourceCustomizationUUID": "27a82c66-e92e-4a62-8f65-7bca641f2bce", "resourceName": "pNF 95acc9ee-3602", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "225e8a0b-c396-4a3a-8821-f7844f7ace89", "resourceInvariantUUID": "87626649-d3fc-4477-a5f0-9e574296648e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "artifactChecksum": "N2U5NGY3MTM0N2JjODNiMzMzNmU4ZWM0OTI3MjFhNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "298cb9b5-3753-4323-b71f-fe245e2b0cd0" } ], "workloadContext": "Production" } 2021-10-25T06:21:56.534Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-25T06:21:56.534Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2c80823f-4cc4-4e73-94e2-1a974ed64e44 ASDC 2021-10-25T06:21:56.535Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:45f784f2-f9dc-4361-b02c-a2408e6d96a5 ServiceName:Demo_pNF_b5uZ8xv2rNXbRCOa91Kq ServiceVersion:1.0 ServiceUUID:2c80823f-4cc4-4e73-94e2-1a974ed64e44 ServiceInvariantUUID:3a8ed491-6b8c-46ee-9412-5fa50af24050 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar ArtifactUUID:298cb9b5-3753-4323-b71f-fe245e2b0cd0 ArtifactChecksum:N2U5NGY3MTM0N2JjODNiMzMzNmU4ZWM0OTI3MjFhNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 95acc9ee-3602 0 ResourceCustomizationUUID:27a82c66-e92e-4a62-8f65-7bca641f2bce ResourceInvariantUUID:87626649-d3fc-4477-a5f0-9e574296648e ResourceName:pNF 95acc9ee-3602 ResourceType:PNF ResourceUUID:225e8a0b-c396-4a3a-8821-f7844f7ace89 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-25T06:21:56.535Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c80823f-4cc4-4e73-94e2-1a974ed64e44 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-10-25T06:21:56.573Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:21:56.573Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-25T06:21:56.574Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-25T06:21:56.575Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 298cb9b5-3753-4323-b71f-fe245e2b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:56.575Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-25T06:21:56.575Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:56.854Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-25T06:21:56.858Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 298cb9b5-3753-4323-b71f-fe245e2b0cd0 82541 2021-10-25T06:21:56.858Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar ASDC sendASDCNotification 2021-10-25T06:21:56.858Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:56.858Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:21:56.858Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:21:56.860Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:21:56.861Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142916858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:21:56.960Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-25T06:21:56.961Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:21:56.961Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:21:56.980Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:56.980Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:21:57.861Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:21:57.862Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-25T06:21:57.863Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 298cb9b5-3753-4323-b71f-fe245e2b0cd0, URL: /sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar to file: /app/ASDC/1/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:57.863Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:57.863Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:57.863Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:58.059Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11549279110961709880/Definitions/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml 2021-10-25T06:21:58.870Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-25T06:21:58.870Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-25T06:21:58.870Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:58.870Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-25T06:21:58.870Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 95acc9ee-3602 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-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:58.871Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|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-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:58.871Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|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-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:58.871Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|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-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:58.871Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|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-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:58.871Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|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-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:58.871Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|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-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:58.871Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-25T06:21:58.872Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:21:58.872Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_b5uZ8xv2rNXbRCOa91Kq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:21:58.872Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Node template pNF 95acc9ee-3602 0 is matching search criteria 2021-10-25T06:21:58.872Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-25T06:21:58.873Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 95acc9ee-3602 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:21:58.873Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:21:58.873Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_b5uZ8xv2rNXbRCOa91Kq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:21:58.873Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Node template pNF 95acc9ee-3602 0 is matching search criteria 2021-10-25T06:21:58.873Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-25T06:21:58.873Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 95acc9ee-3602 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:21:58.874Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:21:58.874Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_b5uZ8xv2rNXbRCOa91Kq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:21:58.874Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:21:58.874Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_b5uZ8xv2rNXbRCOa91Kq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:21:58.874Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:21:58.874Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_b5uZ8xv2rNXbRCOa91Kq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:21:58.874Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:21:58.875Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_b5uZ8xv2rNXbRCOa91Kq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:21:58.875Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:21:58.875Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_b5uZ8xv2rNXbRCOa91Kq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:21:58.875Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_b5uZ8xv2rNXbRCOa91Kq Description:catalog service description Model UUID:2c80823f-4cc4-4e73-94e2-1a974ed64e44 Model Version:NULL Model InvariantUuid:3a8ed491-6b8c-46ee-9412-5fa50af24050 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-25T06:21:58.881Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 225e8a0b-c396-4a3a-8821-f7844f7ace89 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:21:58.885Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||pNF 95acc9ee-3602 0 2021-10-25T06:21:58.886Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 225e8a0b-c396-4a3a-8821-f7844f7ace89 2021-10-25T06:21:58.886Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 2c80823f-4cc4-4e73-94e2-1a974ed64e44 2021-10-25T06:21:58.886Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2c80823f-4cc4-4e73-94e2-1a974ed64e44 2021-10-25T06:21:58.886Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 95acc9ee-3602 0 225e8a0b-c396-4a3a-8821-f7844f7ace89 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:21:58.892Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32d2dc, org.onap.sdc.toscaparser.api.parameters.Input@1f6dbb16, org.onap.sdc.toscaparser.api.parameters.Input@47af4967, org.onap.sdc.toscaparser.api.parameters.Input@678d6400, org.onap.sdc.toscaparser.api.parameters.Input@713fee1f] 2021-10-25T06:21:58.892Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:21:58.892Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_b5uZ8xv2rNXbRCOa91Kq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:21:58.893Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2c80823f-4cc4-4e73-94e2-1a974ed64e44: pNF 95acc9ee-3602 2021-10-25T06:21:58.893Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||Processing PNF resource: 225e8a0b-c396-4a3a-8821-f7844f7ace89 2021-10-25T06:21:58.893Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:21:58.893Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_b5uZ8xv2rNXbRCOa91Kq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:21:58.893Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||Resource customization UUID: 27a82c66-e92e-4a62-8f65-7bca641f2bce is the same as notified resource customizationUUID: 27a82c66-e92e-4a62-8f65-7bca641f2bce Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-25T06:21:58.933Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 95acc9ee-3602 225e8a0b-c396-4a3a-8821-f7844f7ace89 0 ASDC deployResourceStructure 2021-10-25T06:21:58.933Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar ASDC sendASDCNotification 2021-10-25T06:21:58.933Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar 2021-10-25T06:21:58.933Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:21:58.933Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:21:58.935Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:21:58.935Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142918933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:21:59.035Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:21:59.036Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:21:59.036Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:21:59.046Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:21:59.047Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:21:59.936Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:21:59.944Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:21:59.946Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:21:59.946Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:21:59.946Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:22:29.947Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:22:29.974Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:22:29.976Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:22:29.976Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:22:29.976Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:22:47.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:22:47.868Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:22:47.868Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:22:47.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:22:47.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142898366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142898366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142900210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142898366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "multicloud-k8s-id", "timestamp": 1635142900983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142900210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142898366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "multicloud-k8s-id", "timestamp": 1635142900983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142900210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142898366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "cds", "timestamp": 1635142902355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "multicloud-k8s-id", "timestamp": 1635142900983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142900210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "cds", "timestamp": 1635142902355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142898366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "multicloud-k8s-id", "timestamp": 1635142900983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142900210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "cds", "timestamp": 1635142902355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142898366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "multicloud-k8s-id", "timestamp": 1635142900983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142900210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-25T06:22:47.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142898366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:22:47.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "cds", "timestamp": 1635142902355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142905878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "multicloud-k8s-id", "timestamp": 1635142900983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142900210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "cds", "timestamp": 1635142902355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "dcae-sch", "timestamp": 1635142906458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142907170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:22:47.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:22:47.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142905878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:47.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:22:47.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "multicloud-k8s-id", "timestamp": 1635142900983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:22:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:22:59.976Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:22:59.986Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:22:59.987Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:22:59.987Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:22:59.988Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:23:29.988Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:23:29.998Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:23:30.000Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:23:30.000Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:23:30.000Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:23:47.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:23:47.869Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:23:47.869Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:23:47.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:23:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:23:47.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142900210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:23:47.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:00.001Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:24:00.015Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:24:00.017Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:24:00.017Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:24:00.018Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:24:30.020Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:24:30.039Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:24:30.042Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:24:30.043Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:24:30.043Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:24:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:24:47.867Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:24:47.867Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:24:47.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:24:47.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "cds", "timestamp": 1635142902355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "dcae-sch", "timestamp": 1635142906458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142905878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "multicloud-k8s-id", "timestamp": 1635142900983, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "cds", "timestamp": 1635142902355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142909065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:24:47.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142909090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T06:24:47.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "dcae-sch", "timestamp": 1635142906458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142905878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "cds", "timestamp": 1635142902355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:24:47.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635142910073, "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-10-25T06:24:47.905Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45f784f2-f9dc-4361-b02c-a2408e6d96a5 2021-10-25T06:24:47.905Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:24:47.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "dcae-sch", "timestamp": 1635142906458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142910286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142905878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "dcae-sch", "timestamp": 1635142906458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "cds", "timestamp": 1635142911253, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:24:47.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "ves-openapi-manager", "timestamp": 1635142911290, "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-10-25T06:24:47.927Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 45f784f2-f9dc-4361-b02c-a2408e6d96a5 2021-10-25T06:24:47.927Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:24:47.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142905878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "dcae-sch", "timestamp": 1635142906458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "cds", "timestamp": 1635142912263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-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-10-25T06:24:47.938Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45f784f2-f9dc-4361-b02c-a2408e6d96a5 2021-10-25T06:24:47.938Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:24:47.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142905878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "dcae-sch", "timestamp": 1635142906458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142905878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "dcae-sch", "timestamp": 1635142906458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142914843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142907862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142915849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:24:47.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142915288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142916858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:24:47.947Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "policy-id", "timestamp": 1635142916852, "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-10-25T06:24:47.951Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45f784f2-f9dc-4361-b02c-a2408e6d96a5 2021-10-25T06:24:47.951Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:24:47.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142915288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142916867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142915288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142916867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635142918933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142915288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142916867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142915288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142916867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142915288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142916867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142915288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142916867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/resourceInstances/pnf95acc9ee36020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142915288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142916867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142924152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142916867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:24:47.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:24:47.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142930340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:24:47.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "aai-ml", "timestamp": 1635142931345, "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-10-25T06:24:47.971Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45f784f2-f9dc-4361-b02c-a2408e6d96a5 2021-10-25T06:24:47.971Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:24:47.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142931475, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:24:47.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142932491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB5uz8xv2rnxbrcoa91kq/1.0/artifacts/service-DemoPnfB5uz8xv2rnxbrcoa91kq-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:24:47.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:24:47.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:24:47.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "clamp", "timestamp": 1635142933494, "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-10-25T06:24:47.982Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45f784f2-f9dc-4361-b02c-a2408e6d96a5 2021-10-25T06:24:47.982Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:25:00.044Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:25:00.060Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:25:00.063Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:25:00.063Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:25:00.063Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-25T06:25:00.063Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-25T06:25:00.063Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:25:00.064Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:25:00.064Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:25:00.064Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:25:00.064Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:25:00.064Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:25:00.064Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:25:00.065Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|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-10-25T06:25:00.071Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-25T06:25:30.071Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 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-10-25T06:25:30.079Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45f784f2-f9dc-4361-b02c-a2408e6d96a5 and serviceModelVersionId: 2c80823f-4cc4-4e73-94e2-1a974ed64e44 2021-10-25T06:25:30.079Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a8ed491-6b8c-46ee-9412-5fa50af24050 2021-10-25T06:25:30.081Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a8ed491-6b8c-46ee-9412-5fa50af24050/model-vers/model-ver/2c80823f-4cc4-4e73-94e2-1a974ed64e44?depth=0 2021-10-25T06:25:30.087Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-10-25T06:25:30.143Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ed491-6b8c-46ee-9412-5fa50af24050/model-vers/model-ver/2c80823f-4cc4-4e73-94e2-1a974ed64e44?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-10-25T06:25:30.146Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ed491-6b8c-46ee-9412-5fa50af24050/model-vers/model-ver/2c80823f-4cc4-4e73-94e2-1a974ed64e44?depth=0|INFO|500||Invoke 2021-10-25T06:25:30.167Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ed491-6b8c-46ee-9412-5fa50af24050/model-vers/model-ver/2c80823f-4cc4-4e73-94e2-1a974ed64e44?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-25T06:25:30.440Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ed491-6b8c-46ee-9412-5fa50af24050/model-vers/model-ver/2c80823f-4cc4-4e73-94e2-1a974ed64e44?depth=0|INFO|500||InvokeReturn 2021-10-25T06:25:30.441Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a8ed491-6b8c-46ee-9412-5fa50af24050/model-vers/model-ver/2c80823f-4cc4-4e73-94e2-1a974ed64e44?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211025-06:25:30:173-31368], vertex-id=[442536], Content-Length=[0], Date=[Mon, 25 Oct 2021 06:25:30 GMT], Content-Type=[application/json]} 2021-10-25T06:25:30.441Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-10-25T06:25:30.442Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-25T06:25:30.442Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:25:30.447Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|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-10-25T06:25:30.448Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45f784f2-f9dc-4361-b02c-a2408e6d96a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-25T06:25:30.448Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-25T06:25:30.449Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:30.452Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:30.452Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143130448, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T06:25:30.552Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:25:30.553Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:30.553Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:30.585Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:30.585Z||pool-103-thread-1|||||INFO|500||cambria reply ok (33 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-10-25T06:25:31.465Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:25:31.466Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|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-10-25T06:25:31.466Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:25:36.045Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:36.045Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-25T06:25:36.045Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ba41815-e6ec-4dc7-9e86-a958a053ec40","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c5afd58e-0166-4150-857c-3ca68ba12283","serviceDescription":"service","serviceInvariantUUID":"7c944b1f-77f5-4c75-b069-06a10c3201e5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"503c8f04-1246-4201-b794-9139c2d9eebf","resourceInvariantUUID":"587d41ca-d9d4-42ca-9f9c-b1eb7fa20edb","resourceCustomizationUUID":"f38b19d8-ca3e-478e-b7c0-a8da0fe2515f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MTNlM2ViZDM5YzU3ZjZkZDFmZWI3NWU2ZDE5ZDJlMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0b75120-b33d-494c-b7f3-b35aaac77a6d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0c9b871d-474a-494c-9549-5f618722e06d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ff61efb-cfa6-4a9c-bb63-8f4ad6a18506","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NTY4ZTFmYzRlYmYwMDkwYjQ0Njg0NmEzMzNhMTMxMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cc442516-573c-41c6-98ff-7d212e678cc9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7a83ded-5510-4823-b247-f37e37fe80a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88bb2ff2-dcee-411a-881d-0374477a234d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7281bd9-0a22-4beb-98c8-bd8eb319778f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NWVmYmY0NzU1ZTZhODYxZTRkNzdiZWI0NDlhMTJkZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"480f1a05-60b5-4f1b-974d-b829517a5e54","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjEyZGQzNDE4NDA2Yzk0YzJlMDljYWE4OWM3NTQwMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d3a8ff4-9768-4748-8c7b-79a3aea4a7bb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-25T06:25:36.048Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:25:36.048Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:36.050Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:36.050Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:36.150Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:25:36.151Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:36.151Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:36.185Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:36.185Z||pool-104-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:25:37.050Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:25:37.051Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:37.053Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:37.053Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:37.153Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:25:37.154Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:37.154Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:37.175Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:37.175Z||pool-105-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:25:38.054Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:25:38.055Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:38.058Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:38.059Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:38.159Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:25:38.159Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:38.159Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:38.170Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:38.170Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:25:39.062Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:25:39.068Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:39.072Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:39.072Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:39.170Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-10-25T06:25:39.171Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:39.171Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:39.183Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:39.184Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:25:40.073Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:25:40.073Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:40.075Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:40.075Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:40.175Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:25:40.176Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:40.177Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:40.190Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:40.190Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:25:41.076Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:25:41.076Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:41.078Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:41.079Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:41.179Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:25:41.179Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:41.180Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:41.193Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:41.193Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:25:42.079Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:25:42.080Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:42.082Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:42.082Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:42.182Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:25:42.183Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:42.183Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:42.195Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:42.195Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-25T06:25:43.083Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:25:43.083Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:43.086Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:43.086Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:43.187Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-25T06:25:43.188Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:43.189Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:43.201Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:43.202Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:25:44.090Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-25T06:25:44.091Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:44.093Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:44.093Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:25:44.193Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:25:44.194Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:44.194Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:44.205Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:44.206Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:25:45.094Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "c5afd58e-0166-4150-857c-3ca68ba12283", "serviceDescription": "service", "serviceInvariantUUID": "7c944b1f-77f5-4c75-b069-06a10c3201e5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "f38b19d8-ca3e-478e-b7c0-a8da0fe2515f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "503c8f04-1246-4201-b794-9139c2d9eebf", "resourceInvariantUUID": "587d41ca-d9d4-42ca-9f9c-b1eb7fa20edb", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "NjEyZGQzNDE4NDA2Yzk0YzJlMDljYWE4OWM3NTQwMjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d3a8ff4-9768-4748-8c7b-79a3aea4a7bb" } ], "workloadContext": "Production" } 2021-10-25T06:25:45.094Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-25T06:25:45.095Z|45f784f2-f9dc-4361-b02c-a2408e6d96a5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c5afd58e-0166-4150-857c-3ca68ba12283 ASDC 2021-10-25T06:25:45.096Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:7ba41815-e6ec-4dc7-9e86-a958a053ec40 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:c5afd58e-0166-4150-857c-3ca68ba12283 ServiceInvariantUUID:7c944b1f-77f5-4c75-b069-06a10c3201e5 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:9d3a8ff4-9768-4748-8c7b-79a3aea4a7bb ArtifactChecksum:NjEyZGQzNDE4NDA2Yzk0YzJlMDljYWE4OWM3NTQwMjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:f38b19d8-ca3e-478e-b7c0-a8da0fe2515f ResourceInvariantUUID:587d41ca-d9d4-42ca-9f9c-b1eb7fa20edb ResourceName:test-pnf ResourceType:PNF ResourceUUID:503c8f04-1246-4201-b794-9139c2d9eebf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-25T06:25:45.096Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c5afd58e-0166-4150-857c-3ca68ba12283 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-10-25T06:25:45.124Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:25:45.124Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-25T06:25:45.124Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-25T06:25:45.124Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9d3a8ff4-9768-4748-8c7b-79a3aea4a7bb from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-25T06:25:45.124Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-25T06:25:45.125Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-25T06:25:45.196Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-25T06:25:45.200Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9d3a8ff4-9768-4748-8c7b-79a3aea4a7bb 105547 2021-10-25T06:25:45.200Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-25T06:25:45.200Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-25T06:25:45.201Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-25T06:25:45.201Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:45.202Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:45.202Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143145200, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:25:45.303Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:25:45.303Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:45.303Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:45.314Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:45.315Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:25:46.203Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-25T06:25:46.204Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-25T06:25:46.204Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9d3a8ff4-9768-4748-8c7b-79a3aea4a7bb, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-25T06:25:46.204Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-10-25T06:25:46.205Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-25T06:25:46.205Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-25T06:25:46.347Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10795057177204080735/Definitions/service-TestPnfMacro-template.yml 2021-10-25T06:25:47.135Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-25T06:25:47.135Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-25T06:25:47.136Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-25T06:25:47.136Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-25T06:25:47.136Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-TestPnfMacro-csar.csar 2021-10-25T06:25:47.136Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-TestPnfMacro-csar.csar 2021-10-25T06:25:47.136Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-25T06:25:47.136Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-TestPnfMacro-csar.csar 2021-10-25T06:25:47.136Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-TestPnfMacro-csar.csar 2021-10-25T06:25:47.136Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-TestPnfMacro-csar.csar 2021-10-25T06:25:47.136Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-TestPnfMacro-csar.csar 2021-10-25T06:25:47.136Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-25T06:25:47.137Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:25:47.137Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:25:47.137Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-25T06:25:47.137Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-25T06:25:47.137Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:25:47.137Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:25:47.137Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:25:47.138Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-25T06:25:47.138Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-25T06:25:47.138Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-25T06:25:47.138Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:25:47.138Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:25:47.138Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:25:47.138Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:25:47.138Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:25:47.139Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:25:47.139Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:25:47.139Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:25:47.139Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:25:47.139Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:25:47.139Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:c5afd58e-0166-4150-857c-3ca68ba12283 Model Version:NULL Model InvariantUuid:7c944b1f-77f5-4c75-b069-06a10c3201e5 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-25T06:25:47.148Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 503c8f04-1246-4201-b794-9139c2d9eebf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:25:47.150Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||test-pnf 0 2021-10-25T06:25:47.151Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 503c8f04-1246-4201-b794-9139c2d9eebf 2021-10-25T06:25:47.151Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c5afd58e-0166-4150-857c-3ca68ba12283 2021-10-25T06:25:47.151Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c5afd58e-0166-4150-857c-3ca68ba12283 2021-10-25T06:25:47.151Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 503c8f04-1246-4201-b794-9139c2d9eebf ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:25:47.155Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67d67634, org.onap.sdc.toscaparser.api.parameters.Input@bfb66c5, org.onap.sdc.toscaparser.api.parameters.Input@263c6f8c, org.onap.sdc.toscaparser.api.parameters.Input@4a7fc31a, org.onap.sdc.toscaparser.api.parameters.Input@1e4c7bb7] 2021-10-25T06:25:47.155Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:25:47.156Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:25:47.156Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c5afd58e-0166-4150-857c-3ca68ba12283: test-pnf 2021-10-25T06:25:47.156Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||Processing PNF resource: 503c8f04-1246-4201-b794-9139c2d9eebf 2021-10-25T06:25:47.156Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-25T06:25:47.157Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-25T06:25:47.157Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||Resource customization UUID: f38b19d8-ca3e-478e-b7c0-a8da0fe2515f is the same as notified resource customizationUUID: f38b19d8-ca3e-478e-b7c0-a8da0fe2515f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-25T06:25:47.188Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 503c8f04-1246-4201-b794-9139c2d9eebf 0 ASDC deployResourceStructure 2021-10-25T06:25:47.188Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-25T06:25:47.188Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-25T06:25:47.189Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-25T06:25:47.189Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:25:47.190Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:25:47.190Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143147188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:25:47.291Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:25:47.291Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:25:47.291Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:25:47.303Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:47.303Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-25T06:25:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:25:47.866Z||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-10-25T06:25:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:25:47.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:25:47.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143000210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "multicloud-k8s-id", "timestamp": 1635143000980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143000210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "multicloud-k8s-id", "timestamp": 1635143000980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "multicloud-k8s-id", "timestamp": 1635143000980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143000210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143005289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143005878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143000210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "multicloud-k8s-id", "timestamp": 1635143000980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143005289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "dcae-sch", "timestamp": 1635143006458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143006867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143005878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "multicloud-k8s-id", "timestamp": 1635143000980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143000210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143005289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143007354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "dcae-sch", "timestamp": 1635143006458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143006867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143005878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143000210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "multicloud-k8s-id", "timestamp": 1635143000980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143005289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143007354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "dcae-sch", "timestamp": 1635143006458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143006867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143005878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "multicloud-k8s-id", "timestamp": 1635143000980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143000210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143005289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143007354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "dcae-sch", "timestamp": 1635143006458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143006867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143005878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143000210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "multicloud-k8s-id", "timestamp": 1635143000980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143005289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143007354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "dcae-sch", "timestamp": 1635143006458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143006867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143005878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143000210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "multicloud-k8s-id", "timestamp": 1635143000980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143005289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143007354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "dcae-sch", "timestamp": 1635143006458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143006867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143005878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143012735, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-25T06:25:47.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:25:47.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143005289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143007354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "dcae-sch", "timestamp": 1635143006458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143006867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143005878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143013761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143005289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143007354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "dcae-sch", "timestamp": 1635143006458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143006867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143005878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:25:47.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "ves-openapi-manager", "timestamp": 1635143014763, "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-10-25T06:25:47.931Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7ba41815-e6ec-4dc7-9e86-a958a053ec40 2021-10-25T06:25:47.931Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ba41815-e6ec-4dc7-9e86-a958a053ec40 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-10-25T06:25:47.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143007354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "dcae-sch", "timestamp": 1635143006458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143015143, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:25:47.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143006867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143015669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143007354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143016673, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143017271, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:25:47.940Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:25:47.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "policy-id", "timestamp": 1635143017677, "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-10-25T06:25:47.943Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ba41815-e6ec-4dc7-9e86-a958a053ec40 2021-10-25T06:25:47.943Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ba41815-e6ec-4dc7-9e86-a958a053ec40 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-10-25T06:25:47.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "cds", "timestamp": 1635143018721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-25T06:25:47.966Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ba41815-e6ec-4dc7-9e86-a958a053ec40 2021-10-25T06:25:47.966Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ba41815-e6ec-4dc7-9e86-a958a053ec40 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-10-25T06:25:47.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143018367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143018367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143018367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143021039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:25:47.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:25:47.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143018367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "aai-ml", "timestamp": 1635143022043, "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-10-25T06:25:47.979Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ba41815-e6ec-4dc7-9e86-a958a053ec40 2021-10-25T06:25:47.979Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ba41815-e6ec-4dc7-9e86-a958a053ec40 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-10-25T06:25:47.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143018367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143018367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143018367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143018367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:25:47.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143018367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:25:47.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-25T06:25:47.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:25:47.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143027514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:25:47.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:25:48.192Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ba41815-e6ec-4dc7-9e86-a958a053ec40 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:25:48.200Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ba41815-e6ec-4dc7-9e86-a958a053ec40 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-10-25T06:25:48.202Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:25:48.202Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:25:48.202Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:25:48.203Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:26:18.203Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ba41815-e6ec-4dc7-9e86-a958a053ec40 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:26:18.219Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ba41815-e6ec-4dc7-9e86-a958a053ec40 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-10-25T06:26:18.222Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:26:18.222Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:26:18.222Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-25T06:26:18.222Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-25T06:26:47.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:26:47.868Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:26:47.868Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:26:47.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:26:47.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:26:47.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143028255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:26:47.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:26:47.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:26:47.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143029503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:26:47.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:26:47.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:26:47.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143030123, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:26:47.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:26:47.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:26:47.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "clamp", "timestamp": 1635143030509, "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-10-25T06:26:47.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ba41815-e6ec-4dc7-9e86-a958a053ec40 2021-10-25T06:26:47.904Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ba41815-e6ec-4dc7-9e86-a958a053ec40 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-10-25T06:26:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-25T06:26:47.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635143031128, "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-10-25T06:26:47.922Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ba41815-e6ec-4dc7-9e86-a958a053ec40 2021-10-25T06:26:47.922Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ba41815-e6ec-4dc7-9e86-a958a053ec40 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-10-25T06:26:48.223Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ba41815-e6ec-4dc7-9e86-a958a053ec40 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-25T06:26:48.233Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ba41815-e6ec-4dc7-9e86-a958a053ec40 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-10-25T06:26:48.235Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-25T06:26:48.236Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:26:48.241Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-25T06:27:18.242Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ba41815-e6ec-4dc7-9e86-a958a053ec40 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-10-25T06:27:18.252Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ba41815-e6ec-4dc7-9e86-a958a053ec40 and serviceModelVersionId: c5afd58e-0166-4150-857c-3ca68ba12283 2021-10-25T06:27:18.252Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c944b1f-77f5-4c75-b069-06a10c3201e5 2021-10-25T06:27:18.255Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c944b1f-77f5-4c75-b069-06a10c3201e5/model-vers/model-ver/c5afd58e-0166-4150-857c-3ca68ba12283?depth=0 2021-10-25T06:27:18.260Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-10-25T06:27:18.306Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c944b1f-77f5-4c75-b069-06a10c3201e5/model-vers/model-ver/c5afd58e-0166-4150-857c-3ca68ba12283?depth=0|INFO|500||Invoke 2021-10-25T06:27:18.307Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c944b1f-77f5-4c75-b069-06a10c3201e5/model-vers/model-ver/c5afd58e-0166-4150-857c-3ca68ba12283?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c944b1f-77f5-4c75-b069-06a10c3201e5/model-vers/model-ver/c5afd58e-0166-4150-857c-3ca68ba12283?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7ba41815-e6ec-4dc7-9e86-a958a053ec40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f90c257-d774-457b-b09a-99269da4089c], X-ECOMP-RequestID=[7ba41815-e6ec-4dc7-9e86-a958a053ec40], X-TransactionId=[], X-ONAP-RequestID=[7ba41815-e6ec-4dc7-9e86-a958a053ec40], Content-Type=[application/merge-patch+json]} 2021-10-25T06:27:18.333Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c944b1f-77f5-4c75-b069-06a10c3201e5/model-vers/model-ver/c5afd58e-0166-4150-857c-3ca68ba12283?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-25T06:27:18.736Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c944b1f-77f5-4c75-b069-06a10c3201e5/model-vers/model-ver/c5afd58e-0166-4150-857c-3ca68ba12283?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c944b1f-77f5-4c75-b069-06a10c3201e5/model-vers/model-ver/c5afd58e-0166-4150-857c-3ca68ba12283?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211025-06:27:18:337-98185], vertex-id=[245848], Content-Length=[0], Date=[Mon, 25 Oct 2021 06:27:18 GMT], Content-Type=[application/json]} 2021-10-25T06:27:18.736Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c944b1f-77f5-4c75-b069-06a10c3201e5/model-vers/model-ver/c5afd58e-0166-4150-857c-3ca68ba12283?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-25T06:27:18.737Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c944b1f-77f5-4c75-b069-06a10c3201e5/model-vers/model-ver/c5afd58e-0166-4150-857c-3ca68ba12283?depth=0|INFO|500||InvokeReturn 2021-10-25T06:27:18.737Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-25T06:27:18.738Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-25T06:27:18.750Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:27:18.750Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ba41815-e6ec-4dc7-9e86-a958a053ec40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-25T06:27:18.750Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-25T06:27:18.752Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-25T06:27:18.760Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-25T06:27:18.760Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143238750, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T06:27:18.860Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-25T06:27:18.862Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-25T06:27:18.862Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ... 2021-10-25T06:27:18.880Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:27:18.880Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-25T06:27:19.779Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:27:19.780Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:27:19.780Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:27:29.333Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:27:29.336Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:27:29.339Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:27:29.340Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:27:38.917Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:27:38.918Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:27:38.919Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:27:38.919Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:27:47.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:27:47.867Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:27:47.867Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:27:47.907Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:27:47.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45f784f2-f9dc-4361-b02c-a2408e6d96a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143130448, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T06:27:47.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:27:47.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:27:47.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-25T06:27:47.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143131465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-25T06:27:47.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-25T06:27:47.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143145200, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-25T06:27:47.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:27:47.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-25T06:27:47.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143147188, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-25T06:27:47.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:27:48.470Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:27:48.471Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:27:48.471Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:27:48.471Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:27:58.044Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:27:58.045Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:27:58.046Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:27:58.046Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:28:07.589Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:28:47.864Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:28:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:28:47.866Z||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-10-25T06:28:47.866Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:28:47.867Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:28:47.867Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:28:48.408Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:28:48.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-25T06:28:48.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ba41815-e6ec-4dc7-9e86-a958a053ec40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635143238750, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-25T06:28:48.411Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-25T06:28:57.421Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:29:47.864Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:29:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:29:47.867Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:29:47.867Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:29:47.867Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:29:47.867Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:29:57.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:29:57.480Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:30:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:30:47.867Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:30:47.868Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:30:47.865Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:30:47.868Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:30:47.868Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:30:57.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:30:57.502Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:31:47.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:31:47.863Z||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-10-25T06:31:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:31:47.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:31:47.869Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:31:47.869Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:31:57.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:31:57.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:32:47.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:32:47.864Z||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-10-25T06:32:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:32:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:32:47.866Z||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-10-25T06:32:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:32:57.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:32:57.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:33:47.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:33:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:33:47.866Z||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-10-25T06:33:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:33:47.867Z||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-10-25T06:33:47.868Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:33:57.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:33:57.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:34:47.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:34:47.863Z||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-10-25T06:34:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:34:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:34:47.865Z||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-10-25T06:34:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:34:57.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:34:57.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:35:47.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:35:47.863Z||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-10-25T06:35:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:35:47.865Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:35:47.866Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:35:47.866Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:35:57.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:35:57.465Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:36:47.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:36:47.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:36:47.866Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:36:47.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:36:47.866Z||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-10-25T06:36:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:36:57.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:36:57.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:37:47.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:37:47.863Z||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-10-25T06:37:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:37:47.865Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:37:47.866Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:37:47.866Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:37:57.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:37:57.469Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:38:47.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:38:47.863Z||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-10-25T06:38:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:38:47.865Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:38:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|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-10-25T06:38:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:38:57.454Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:38:57.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:39:47.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:39:47.865Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:39:47.866Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:39:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|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-10-25T06:39:47.866Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:39:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:39:57.474Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:39:57.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:40:47.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:40:47.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:40:47.869Z||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-10-25T06:40:47.869Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:40:47.870Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:40:47.870Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:40:57.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:40:57.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:41:47.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:41:47.863Z||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-10-25T06:41:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:41:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:41:47.865Z||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-10-25T06:41:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:41:57.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:41:57.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:42:47.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:42:47.865Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:42:47.866Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:42:47.866Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:42:47.868Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:42:47.868Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:42:57.456Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:42:57.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:43:47.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:43:47.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:43:47.865Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:43:47.865Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:43:47.866Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:43:47.866Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:43:57.455Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:43:57.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:44:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:44:47.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:44:47.867Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:44:47.867Z||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-10-25T06:44:47.867Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:44:47.867Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:44:57.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:44:57.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:45:47.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:45:47.868Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:45:47.869Z||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-10-25T06:45:47.869Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:45:47.870Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:45:47.870Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:45:57.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:45:57.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:46:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:46:47.868Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:46:47.868Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:46:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:46:47.875Z||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-10-25T06:46:47.875Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:46:57.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:46:57.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:47:47.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:47:47.863Z||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-10-25T06:47:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:47:47.868Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:47:47.869Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:47:47.869Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:47:57.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:47:57.475Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:48:47.863Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:48:47.865Z||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-10-25T06:48:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:48:47.865Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:48:47.866Z||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-10-25T06:48:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:48:57.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:48:57.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:49:47.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:49:47.865Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:49:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|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-10-25T06:49:47.866Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:49:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:49:47.866Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:49:57.425Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:49:57.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:50:47.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:50:47.863Z||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-10-25T06:50:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:50:47.866Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:50:47.867Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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-10-25T06:50:47.867Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:50:57.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:50:57.448Z|7ba41815-e6ec-4dc7-9e86-a958a053ec40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:51:47.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:51:47.864Z||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-10-25T06:51:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:51:47.866Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:51:47.866Z||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-10-25T06:51:47.867Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:51:57.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:51:57.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:52:47.864Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:52:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:52:47.867Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:52:47.867Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:52:47.867Z||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-10-25T06:52:47.868Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:52:57.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:52:57.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:53:47.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:53:47.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:53:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:53:47.865Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:53:47.865Z||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-10-25T06:53:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:53:57.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:53:57.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:54:47.863Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:54:47.864Z||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-10-25T06:54:47.864Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:54:47.865Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:54:47.866Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:54:47.866Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:54:57.414Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:54:57.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:55:47.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:55:47.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:55:47.867Z||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-10-25T06:55:47.867Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:55:47.867Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:55:47.867Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:55:52.876Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-25T06:55:57.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:55:57.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:56:47.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:56:47.863Z||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-10-25T06:56:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:56:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:56:47.866Z||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-10-25T06:56:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:56:57.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:56:57.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:57:47.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:57:47.863Z||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-10-25T06:57:47.863Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:57:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:57:47.865Z||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-10-25T06:57:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:57:57.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:57:57.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:58:47.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:58:47.865Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:58:47.866Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:58:47.866Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:58:47.866Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T06:58:47.867Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T06:58:57.423Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:58:57.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:59:47.862Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:59:47.863Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T06:59:47.863Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T06:59:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T06:59:47.866Z||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-10-25T06:59:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T06:59:57.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T06:59:57.461Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T07:00:47.862Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T07:00:47.864Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T07:00:47.864Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T07:00:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T07:00:47.866Z||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-10-25T07:00:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T07:00:57.467Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T07:00:57.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T07:01:47.864Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T07:01:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T07:01:47.865Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T07:01:47.865Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ... 2021-10-25T07:01:47.865Z||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-10-25T07:01:47.866Z||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 aGu7PufUrVELQdIN) ... 2021-10-25T07:01:57.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T07:01:57.468Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-25T07:02:47.863Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T07:02:47.865Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-25T07:02:47.865Z|76c968a8-0839-4de1-9fb7-b9391e902234|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-25T07:02:47.866Z|76c968a8-0839-4de1-9fb7-b9391e902234|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-10-25T07:02:47.866Z|76c968a8-0839-4de1-9fb7-b9391e902234|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 aGu7PufUrVELQdIN) ... 2021-10-25T07:02:47.865Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...